Classes | |
| struct | PluginDescription |
| class | Plugin |
Typedefs | |
| typedef int(*) | PluginCorePtr (FrameBuffer &fb, std::vector< std::string > argList) |
Enumerations | |
| enum | PluginType { TYPE_VOID = 0, TYPE_FILEFORMAT, TYPE_FILTER } |
| typedef int(*) GedPlugin::PluginCorePtr(FrameBuffer &fb, std::vector< std::string > argList) |
Plugin core function
| fb | Reference to FrameBuffer to work with. | |
| argList | Vector of plugin arguments (same as main() arguments list) |
Definition at line 25 of file gedplugin.h.
Plugin type enumeration
| TYPE_VOID | |
| TYPE_FILEFORMAT | plugin category "file format" |
| TYPE_FILTER | plugin category "filter" |
Definition at line 30 of file gedplugin.h.
1.5.2