Nepomuk-Core
indexingqueue.h
Go to the documentation of this file.
IndexingQueue(QObject *parent=0)
Definition: indexingqueue.cpp:29
virtual void processNextIteration()=0
Process the next iteration in your queue.
void setDelay(int msec)
Sets a artificial delay between each call to processNextIteration.
Definition: indexingqueue.cpp:89
void startedIndexing()
The derived queues must emit this signal when their queue gets filled up.
void callForNextIteration()
Definition: indexingqueue.cpp:64
void finishIteration()
Call this function when you have finished processing the iteration from processNextIteration.
Definition: indexingqueue.cpp:81
void finishedIndexing()
Will automatically be emitted after an iteration if empty returns true.
virtual bool isEmpty()=0
virtual void fillQueue()
fill the queue if there is available data, return true if something is enqueued.
Definition: indexingqueue.cpp:36
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.