Code::Blocks
SVN r11506
|
Plugin registration object. More...
#include <cbplugin.h>
Public Member Functions | |
PluginRegistrant (const wxString &name) | |
Static Public Member Functions | |
static cbPlugin * | CreatePlugin () |
static void | FreePlugin (cbPlugin *plugin) |
static void | SDKVersion (int *major, int *minor, int *release) |
Plugin registration object.
Use this class to register your new plugin with Code::Blocks. All you have to do is instantiate a PluginRegistrant object.
Definition at line 1099 of file cbplugin.h.
|
inline |
name | The plugin's name. |
Definition at line 1103 of file cbplugin.h.
References Manager::Get(), Manager::GetPluginManager(), and PluginManager::RegisterPlugin().
|
inlinestatic |
Definition at line 1111 of file cbplugin.h.
|
inlinestatic |
Definition at line 1116 of file cbplugin.h.
|
inlinestatic |
Definition at line 1121 of file cbplugin.h.
References PLUGIN_SDK_VERSION_MAJOR, PLUGIN_SDK_VERSION_MINOR, and PLUGIN_SDK_VERSION_RELEASE.