Baloo
fileindexerconfig.h
Q_OBJECTQ_OBJECT
int databaseVersion() const
Returns the internal version number of the Baloo database.
Definition: fileindexerconfig.cpp:363
KCALENDARCORE_EXPORT QDataStream & operator<<(QDataStream &out, const KCalendarCore::Alarm::Ptr &)
QStringList includeFolders() const
Folders to search for files to index and analyze.
Definition: fileindexerconfig.cpp:60
Q_SLOTSQ_SLOTS
void forceConfigUpdate()
Reread the config from disk and update the configuration cache.
Definition: fileindexerconfig.cpp:351
bool shouldBeIndexed(const QString &path) const
Check if file or folder path should be indexed taking into account the includeFolders(),...
Definition: fileindexerconfig.cpp:143
Implements storage for docIds without any associated data Instantiated for:
Definition: coding.cpp:11
Active config class which emits signals if the config was changed, for example if the KCM saved the c...
Definition: fileindexerconfig.h:30
KSharedConfigPtr config()
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:209
bool shouldFileBeIndexed(const QString &fileName) const
Check fileName for all exclude filters.
Definition: fileindexerconfig.cpp:196
bool shouldMimeTypeBeIndexed(const QString &mimeType) const
Checks if mimeType should be indexed.
Definition: fileindexerconfig.cpp:204
The removable media cache media that are supported by Baloo.
Definition: storagedevices.h:24
bool canBeSearched(const QString &folder) const
Check if folder can be searched.
Definition: fileindexerconfig.cpp:121
QStringList excludeFolders() const
Folders that are excluded from indexing.
Definition: fileindexerconfig.cpp:73
QObject * parent() const const
bool shouldFolderBeIndexed(const QString &path) const
Check if the folder at path should be indexed.
Definition: fileindexerconfig.cpp:155
This file is part of the KDE documentation.
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 03:56:26 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2023 The KDE developers.
Generated on Wed Nov 29 2023 03:56:26 by doxygen 1.8.17 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.