Nepomuk-Core
#include <fileindexer.h>
|
static QString | dbusServiceName (const QString &serviceName) |
|
template<typename T > |
static int | init (int argc, char **argv, const KAboutData &aboutData) |
|
template<typename T > |
static int | initUI (int argc, char **argv, const KAboutData &aboutData) |
|
bool | initCommon (const QString &name) |
|
void | setServiceInitialized (bool success) |
|
Service controlling the file indexer.
Definition at line 33 of file fileindexer.h.
Nepomuk2::FileIndexer::FileIndexer |
( |
| ) |
|
Nepomuk2::FileIndexer::~FileIndexer |
( |
| ) |
|
QString Nepomuk2::FileIndexer::currentFile |
( |
| ) |
const |
|
slot |
QString Nepomuk2::FileIndexer::currentFolder |
( |
| ) |
const |
|
slot |
int Nepomuk2::FileIndexer::currentStatus |
( |
| ) |
const |
|
slot |
Returns the internal state of the indexer.
- Since
- 4.11
- Returns
- an integer that represents the status as defined in Nepomuk2::IndexScheduler::Status
Definition at line 95 of file fileindexer.cpp.
Q_SCRIPTABLE void Nepomuk2::FileIndexer::fileIndexingDone |
( |
| ) |
|
|
signal |
int Nepomuk2::FileIndexer::indexedFiles |
( |
| ) |
const |
|
slot |
void Nepomuk2::FileIndexer::indexFile |
( |
const QString & |
path | ) |
|
|
slot |
void Nepomuk2::FileIndexer::indexFolder |
( |
const QString & |
path, |
|
|
bool |
recursive, |
|
|
bool |
forced |
|
) |
| |
|
slot |
Index a folder independent of its configuration status.
Definition at line 213 of file fileindexer.cpp.
Q_SCRIPTABLE void Nepomuk2::FileIndexer::indexingStarted |
( |
| ) |
|
|
signal |
Q_SCRIPTABLE void Nepomuk2::FileIndexer::indexingStopped |
( |
| ) |
|
|
signal |
bool Nepomuk2::FileIndexer::isCleaning |
( |
| ) |
const |
|
slot |
bool Nepomuk2::FileIndexer::isIndexing |
( |
| ) |
const |
|
slot |
bool Nepomuk2::FileIndexer::isSuspended |
( |
| ) |
const |
|
slot |
void Nepomuk2::FileIndexer::resume |
( |
| ) |
const |
|
slot |
void Nepomuk2::FileIndexer::setSuspended |
( |
bool |
suspend | ) |
|
|
slot |
Q_SCRIPTABLE void Nepomuk2::FileIndexer::status |
( |
int |
status, |
|
|
QString |
msg |
|
) |
| |
|
signal |
Emitted each time the status/activity of the FileIndexer changes.
status
what the watcher is doing tehse represent the IndexScheduler::Status enum
- See also
- Nepomuk2::IndexScheduler::Status
msg
translated status message that indicates what is happening
Q_SCRIPTABLE void Nepomuk2::FileIndexer::statusChanged |
( |
| ) |
|
|
signal |
QString Nepomuk2::FileIndexer::statusMessage |
( |
| ) |
const |
|
slot |
void Nepomuk2::FileIndexer::statusStringChanged |
( |
| ) |
|
|
signal |
void Nepomuk2::FileIndexer::suspend |
( |
| ) |
const |
|
slot |
int Nepomuk2::FileIndexer::totalFiles |
( |
| ) |
const |
|
slot |
void Nepomuk2::FileIndexer::updateAllFolders |
( |
bool |
forced | ) |
|
|
slot |
Update all folders configured to be indexed.
Definition at line 201 of file fileindexer.cpp.
void Nepomuk2::FileIndexer::updateFolder |
( |
const QString & |
path, |
|
|
bool |
recursive, |
|
|
bool |
forced |
|
) |
| |
|
slot |
Update folder path if it is configured to be indexed.
Definition at line 157 of file fileindexer.cpp.
QString Nepomuk2::FileIndexer::userStatusString |
( |
| ) |
const |
|
slot |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:48:09 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.