![]() |
VR-Forces 4.0.4 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | DtEditorExtensionInterface |
| This shell class will be passed into the opd editor plugin to add in new components. More... | |
Defines | |
| #define | APPLICATION_VERSION DtVrfVersionNumber |
| This version is of the plugin interface. Only change if the interface changes. | |
| #define | DtEditorInitializePluginFunction "DtInitializePlugin" |
| #define | DtEditorPostInitializePluginFunction "DtPostInitializePlugin" |
Typedefs | |
| typedef bool(* | DtEditorInitializePluginFcn )(DtEditorExtensionInterface *ext, DtPluginInformation &) |
| typedef bool(* | DtEditorPostInitializePluginFcn )(DtEditorExtensionInterface *ext, DtPluginInformation &) |
| typedef bool(* | DtEditorUnloadPluginFcn )() |
| typedef const char *(* | DtEditorCompiledPluginVersionFcn )() |
This version is of the plugin interface. Only change if the interface changes.
| #define DtEditorInitializePluginFunction "DtInitializePlugin" |
| #define DtEditorPostInitializePluginFunction "DtPostInitializePlugin" |
| typedef bool(* DtEditorInitializePluginFcn)(DtEditorExtensionInterface *ext, DtPluginInformation &) |
| typedef bool(* DtEditorPostInitializePluginFcn)(DtEditorExtensionInterface *ext, DtPluginInformation &) |
| typedef bool(* DtEditorUnloadPluginFcn)() |
| typedef const char*(* DtEditorCompiledPluginVersionFcn)() |