Hydra 0.20
|
#include <FutureLoader.h>
Public Member Functions | |
FutureLoader (ThreadedThumbCache *thumbcache, FileList *flist) | |
constructor | |
~FutureLoader () | |
destructor | |
virtual void | onBaseChange (FileList *fl) |
void | flushJobs (void) |
signals all the jobs to die quickly | |
void | start (void) |
This, via QThreadPool will fill out the unloaded hash and thumnb entries of a FileList.
virtual void desktop::FutureLoader::onBaseChange | ( | FileList * | fl | ) | [inline, virtual] |
Called when the base changes of the filelist.
This handler does nothing by default.
Reimplemented from desktop::FileListListener.