dRonin
adbada4
dRonin GCS
|
Core plugin system that manages the plugins, their life cycle and their registered objects. More...
#include <pluginmanager.h>
Signals | |
void | objectAdded (QObject *obj) |
void | aboutToRemoveObject (QObject *obj) |
void | pluginsChanged () |
void | pluginsLoadEnded () |
void | splashMessages (QString) |
void | hideSplash () |
void | showSplash () |
Friends | |
class | Internal::PluginManagerPrivate |
Core plugin system that manages the plugins, their life cycle and their registered objects.
The plugin manager is used for the following tasks: Manage plugins and their state Manipulate a 'common object pool'
Definition at line 53 of file pluginmanager.h.