|
SHAPER
9.15.0
|
Information that plugin is started to load. More...

Public Member Functions | |
| CONFIG_EXPORT | Config_PluginMessage (const Events_ID theId, const std::string &thePluginId, const void *theParent=0) |
| Constructs Config_PluginMessage. More... | |
| virtual CONFIG_EXPORT | ~Config_PluginMessage () |
| Deletes Config_PluginMessage. More... | |
| CONFIG_EXPORT const std::string & | pluginId () const |
| Plugin Id. More... | |
| CONFIG_EXPORT const std::string & | uses () const |
| Which plugins are used by this one Id. More... | |
| CONFIG_EXPORT void | setUses (const std::string &theUses) |
| Sets which plugins are used by this one Id. More... | |
| const Events_ID & | eventID () const |
| Returns identifier of the message. More... | |
| void * | sender () const |
| Returns sender of the message or NULL if it is anonymous message. More... | |
Static Public Member Functions | |
| static const char * | EVENT_ID () |
| Event ID that plugin will be loaded. More... | |
Information that plugin is started to load.
Contains the plugin name. Event is posted just before load of the plugin before registerPlugin call.
| Config_PluginMessage::Config_PluginMessage | ( | const Events_ID | theId, |
| const std::string & | thePluginId, | ||
| const void * | theParent = 0 |
||
| ) |
Constructs Config_PluginMessage.
|
virtual |
Deletes Config_PluginMessage.
|
inlinestatic |
Event ID that plugin will be loaded.
| const std::string & Config_PluginMessage::pluginId | ( | ) | const |
Plugin Id.
| const std::string & Config_PluginMessage::uses | ( | ) | const |
Which plugins are used by this one Id.
| void Config_PluginMessage::setUses | ( | const std::string & | theUses | ) |
Sets which plugins are used by this one Id.
|
inlineinherited |
Returns identifier of the message.
|
inlineinherited |
Returns sender of the message or NULL if it is anonymous message.