#include <OpenGUI_PluginManager.h>
Public Member Functions | |
| void | loadPlugin (String filename) |
| Loads a plugin by filename. | |
| void | unloadPlugin (String filename) |
| Unloads a plugin by filename. | |
| void | unloadAllPlugins () |
| Unloads all currently loaded plugins. | |
Static Public Member Functions | |
| static PluginManager & | getSingleton (void) |
| Retrieve the current singleton, if one exists. If none exists, this will cause an error. | |
| static PluginManager * | getSingletonPtr (void) |
| Retrieve a pointer to the current singleton, if one exists. If none exists, this will return 0. | |
|
|
Retrieve the current singleton, if one exists. If none exists, this will cause an error.
|
|
|
Retrieve a pointer to the current singleton, if one exists. If none exists, this will return 0.
|
|
|
Loads a plugin by filename.
|
|
|
Unloads all currently loaded plugins.
|
|
|
Unloads a plugin by filename.
|