#include <gedplugin.h>
Public Member Functions | |
| Plugin (int argc, char *argv[]) | |
| ~Plugin () | |
| void | set (const PluginDescription &desc) |
| int | exec () |
Definition at line 50 of file gedplugin.h.
| GedPlugin::Plugin::Plugin | ( | int | argc, | |
| char * | argv[] | |||
| ) |
Create plugin object.
| argc | This is an argc argument of plugin's main() function. | |
| argv | This is an argv argument of plugin's main() function. |
| GedPlugin::Plugin::~Plugin | ( | ) |
| void GedPlugin::Plugin::set | ( | const PluginDescription & | desc | ) |
Set plugin properties.
| desc | Plugin description. Read PluginDescription documentation. |
| int GedPlugin::Plugin::exec | ( | ) |
Execute plugin. (if ged wants to do this)
1.5.2