Base plugin class.
More...
#include <MyGUI_Plugin.h>
Base plugin class.
Definition at line 18 of file MyGUI_Plugin.h.
◆ ~IPlugin()
virtual MyGUI::IPlugin::~IPlugin |
( |
| ) |
|
|
inlinevirtual |
◆ getName()
virtual const std::string & MyGUI::IPlugin::getName |
( |
| ) |
const |
|
pure virtual |
Get the name of the plugin.
◆ initialize()
virtual void MyGUI::IPlugin::initialize |
( |
| ) |
|
|
pure virtual |
Perform any tasks the plugin needs to perform on full system initialisation.
◆ install()
virtual void MyGUI::IPlugin::install |
( |
| ) |
|
|
pure virtual |
Perform the plugin initial installation sequence
◆ shutdown()
virtual void MyGUI::IPlugin::shutdown |
( |
| ) |
|
|
pure virtual |
Perform any tasks the plugin needs to perform when the system is shut down
◆ uninstall()
virtual void MyGUI::IPlugin::uninstall |
( |
| ) |
|
|
pure virtual |
Perform the final plugin uninstallation sequence
The documentation for this class was generated from the following file: