defuze.me
Client
|
Abstract class inherited by all PLUGINS. More...
#include <plugin.hpp>
Public Member Functions | |
virtual void | init ()=0 |
Called once, after all CORES and PLUGINS are loaded. | |
virtual void | aboutToQuit () |
Called just before to quit, when CORES and PLUGINS are still loaded. | |
Protected Member Functions | |
Plugin () | |
Constructor is protected because you must not instanciate a plugin. | |
Protected Attributes | |
Cores * | cores |
Plugins * | plugins |
Friends | |
class | Plugins |
Abstract class inherited by all PLUGINS.
It contain 2 methods handling CORES PLUGINS and releasing.
Definition at line 32 of file plugin.hpp.