Nepomuk-Core
indexscheduler.h
Go to the documentation of this file.
void fileIndexingDone()
The IndexScheduler is responsible for controlling the indexing queues and reacting to events...
Definition: indexscheduler.h:39
UpdateDirFlags currentFlags() const
The UpdateDirFlags of the the current url that is being indexed.
Definition: indexscheduler.cpp:176
void basicIndexingDone()
void indexingSuspended(bool suspended)
void updateDir(const QString &path, UpdateDirFlags flags=NoUpdateFlags)
Slot to connect to certain event systems like KDirNotify or KDirWatch.
Definition: indexscheduler.cpp:212
No flags, only used to make code more readable.
Definition: basicindexingqueue.h:34
This class represents a simple queue that iterates over the file system tree and indexes each file wh...
Definition: basicindexingqueue.h:60
void updateAll(bool forceUpdate=false)
Updates all configured folders.
Definition: indexscheduler.cpp:218
void indexingStateChanged(bool indexing)
void statusStringChanged()
QString userStatusString() const
A user readable description of the scheduler's status.
Definition: indexscheduler.cpp:424
Definition: eventmonitor.h:32
State currentStatus() const
Returns the internal stateof the indexer as enum.
Definition: indexscheduler.cpp:448
IndexScheduler(QObject *parent=0)
Definition: indexscheduler.cpp:45
Definition: indexcleaner.h:35
void indexingStopped()
void analyzeFile(const QString &path)
Analyze the one file without conditions.
Definition: indexscheduler.cpp:297
void indexingStarted()
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.