Baloo
fileindexerconfig.h
Active config class which emits signals if the config was changed, for example if the KCM saved the c...
Definition fileindexerconfig.h:31
QStringList excludeFolders() const
Folders that are excluded from indexing.
Definition fileindexerconfig.cpp:73
bool shouldMimeTypeBeIndexed(const QString &mimeType) const
Checks if mimeType should be indexed.
Definition fileindexerconfig.cpp:200
bool shouldFolderBeIndexed(const QString &path) const
Check if the folder at path should be indexed.
Definition fileindexerconfig.cpp:155
int databaseVersion() const
Returns the internal version number of the Baloo database.
Definition fileindexerconfig.cpp:359
void forceConfigUpdate()
Reread the config from disk and update the configuration cache.
Definition fileindexerconfig.cpp:347
bool shouldBeIndexed(const QString &path) const
Check if file or folder path should be indexed taking into account the includeFolders(),...
Definition fileindexerconfig.cpp:143
bool folderInFolderList(const QString &path, QString &folder) const
Check if path is in the list of folders to be indexed taking include and exclude folders into account...
Definition fileindexerconfig.cpp:205
bool shouldFileBeIndexed(const QString &fileName) const
Check fileName for all exclude filters.
Definition fileindexerconfig.cpp:192
QStringList includeFolders() const
Folders to search for files to index and analyze.
Definition fileindexerconfig.cpp:60
bool canBeSearched(const QString &folder) const
Check if folder can be searched.
Definition fileindexerconfig.cpp:121
The removable media cache media that are supported by Baloo.
Definition storagedevices.h:25
Implements storage for docIds without any associated data Instantiated for:
Definition coding.cpp:11
Q_OBJECTQ_OBJECT
Q_SLOTSQ_SLOTS
QObject * parent() const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:18:13 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.