dRonin
adbada4
dRonin GCS
|
#include <plugin3.h>
Public Member Functions | |
MyPlugin3 () | |
bool | initialize (const QStringList &arguments, QString *errorString) |
void | extensionsInitialized () |
MyPlugin3 () | |
bool | initialize (const QStringList &arguments, QString *errorString) |
void | extensionsInitialized () |
MyPlugin3 () | |
bool | initialize (const QStringList &arguments, QString *errorString) |
void | extensionsInitialized () |
Public Member Functions inherited from ExtensionSystem::IPlugin | |
IPlugin () | |
virtual | ~IPlugin () |
virtual void | shutdown () |
PluginSpec * | pluginSpec () const |
void | addObject (QObject *obj) |
void | addAutoReleasedObject (QObject *obj) |
void | removeObject (QObject *obj) |
MyPlugin3::MyPlugin3 | ( | ) |
Definition at line 33 of file plugin3.cpp.
Plugin3::MyPlugin3::MyPlugin3 | ( | ) |
Plugin3::MyPlugin3::MyPlugin3 | ( | ) |
|
virtual |
Called after the IPlugin::initialize() method has been called, and after both the IPlugin::initialize() and IPlugin::extensionsInitialized() methods of plugins that depend on this plugin have been called. In this method, the plugin can assume that plugins that depend on this plugin are fully 'up and running'. It is a good place to look in the plugin manager's object pool for objects that have been provided by dependent plugins.
Implements ExtensionSystem::IPlugin.
|
virtual |
Called after the IPlugin::initialize() method has been called, and after both the IPlugin::initialize() and IPlugin::extensionsInitialized() methods of plugins that depend on this plugin have been called. In this method, the plugin can assume that plugins that depend on this plugin are fully 'up and running'. It is a good place to look in the plugin manager's object pool for objects that have been provided by dependent plugins.
Implements ExtensionSystem::IPlugin.
Definition at line 42 of file plugin3.cpp.
|
virtual |
Called after the IPlugin::initialize() method has been called, and after both the IPlugin::initialize() and IPlugin::extensionsInitialized() methods of plugins that depend on this plugin have been called. In this method, the plugin can assume that plugins that depend on this plugin are fully 'up and running'. It is a good place to look in the plugin manager's object pool for objects that have been provided by dependent plugins.
Implements ExtensionSystem::IPlugin.
|
virtual |
Called after the plugin has been loaded and the IPlugin instance has been created. The initialize methods of plugins that depend on this plugin are called after the initialize method of this plugin has been called. Plugins should initialize their internal state in this method. Returns if initialization of successful. If it wasn't successful, the errorString should be set to a user-readable message describing the reason.
Implements ExtensionSystem::IPlugin.
|
virtual |
Called after the plugin has been loaded and the IPlugin instance has been created. The initialize methods of plugins that depend on this plugin are called after the initialize method of this plugin has been called. Plugins should initialize their internal state in this method. Returns if initialization of successful. If it wasn't successful, the errorString should be set to a user-readable message describing the reason.
Implements ExtensionSystem::IPlugin.
Definition at line 37 of file plugin3.cpp.
|
virtual |
Called after the plugin has been loaded and the IPlugin instance has been created. The initialize methods of plugins that depend on this plugin are called after the initialize method of this plugin has been called. Plugins should initialize their internal state in this method. Returns if initialization of successful. If it wasn't successful, the errorString should be set to a user-readable message describing the reason.
Implements ExtensionSystem::IPlugin.