Nepomuk-Core
fileindexerconfig.h
Go to the documentation of this file.
void excludeFolderListChanged(const QStringList &added, const QStringList &removed)
bool shouldFolderBeIndexed(const QString &path) const
Check if the folder at path should be indexed.
Definition: fileindexerconfig.cpp:179
bool shouldMimeTypeBeIndexed(const QString &mimeType) const
Checks if mimeType should be indexed.
Definition: fileindexerconfig.cpp:219
void configChanged()
QStringList excludeFilters() const
Definition: fileindexerconfig.cpp:116
FileIndexerConfig(QObject *parent=0)
Create a new file indexr config.
Definition: fileindexerconfig.cpp:57
bool isDebugModeEnabled() const
Check if the debug mode is enabled.
Definition: fileindexerconfig.cpp:481
QStringList includeFolders() const
The folders to search for files to analyze.
Definition: fileindexerconfig.cpp:94
Active config class which emits signals if the config was changed, for example if the KCM saved the c...
Definition: fileindexerconfig.h:38
void includeFolderListChanged(const QStringList &added, const QStringList &removed)
bool folderInFolderList(const QString &path)
Returns true if the folder is in the list indexed directories and not in the list of exclude director...
Definition: fileindexerconfig.cpp:226
bool shouldFileBeIndexed(const QString &fileName) const
Check fileName for all exclude filters.
Definition: fileindexerconfig.cpp:212
QStringList excludeFolders() const
The folders that should be excluded.
Definition: fileindexerconfig.cpp:105
bool shouldBeIndexed(const QString &path) const
Check if path should be indexed taking into account the includeFolders(), the excludeFolders(), and the excludeFilters().
Definition: fileindexerconfig.cpp:165
QList< QPair< QString, bool > > folders() const
A cleaned up list of all include and exclude folders with their respective include/exclude flag sorte...
Definition: fileindexerconfig.cpp:88
bool indexHiddenFilesAndFolders() const
Definition: fileindexerconfig.cpp:139
KIO::filesize_t minDiskSpace() const
The minimal available disk space.
Definition: fileindexerconfig.cpp:145
bool initialUpdateDisabled() const
A "hidden" config option which allows to disable the initial update of all indexed folders...
Definition: fileindexerconfig.cpp:471
void mimeTypeFiltersChanged()
~FileIndexerConfig()
Definition: fileindexerconfig.cpp:77
Definition: regexpcache.h:30
bool isInitialRun() const
true the first time the service is run (or after manually tampering with the config.
Definition: fileindexerconfig.cpp:159
void setInitialRun(bool isInitialRun)
Should be called once the initial indexing is done, ie.
Definition: fileindexerconfig.cpp:466
bool suspendOnPowerSaveDisabled() const
A "hidden" config option which allows to disable the feature where the file indexing is suspended whe...
Definition: fileindexerconfig.cpp:476
bool forceConfigUpdate()
Reread the config from disk and update the configuration cache.
Definition: fileindexerconfig.cpp:448
void fileExcludeFiltersChanged()
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:08 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.