Developer Documentation
|
Public Member Functions | |
PreloadThread (PreloadAggregator *aggregator) | |
Preload thread constructor. More... | |
void | addFilename (const QString &filename) |
void | run () |
preload function More... | |
Private Attributes | |
std::deque< QString > | filenames_ |
QMutex | filenamesMutex_ |
PreloadAggregator * | aggregator_ |
Definition at line 164 of file PluginLoader.cc.
|
inlineexplicit |
Preload thread constructor.
This constructor initializes the preloading thread.
aggregator | aggregator managing the different threads |
Definition at line 174 of file PluginLoader.cc.
|
inline |
preload function
This function is used in the thread to preload a plugin. The name is given in the constructor.
Definition at line 189 of file PluginLoader.cc.