|
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 168 of file PluginLoader.cc.
|
inline |
Preload thread constructor.
This constructor initializes the preloading thread.
| aggregator | aggregator managing the different threads |
Definition at line 178 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 193 of file PluginLoader.cc.