![]() |
VR-Forces 4.0.4 Class Documentation
|
Go to the source code of this file.
Classes | |
| struct | _DtPluginInformation |
| This information is strictly optional and only the name and version will be printed to the log file. More... | |
Defines | |
| #define | DT_DLL_PLUGIN |
| Disable inconsistent dll linkage warning. | |
| #define | DtInitializePluginFunction "DtInitializePlugin" |
| #define | DtPostAppInitialize "DtPostInitializePlugin" |
| #define | DtGuiUnloadPlugin "DtUnloadPlugin" |
| #define | DtPluginVersionFunction "DtPluginVersion" |
Typedefs | |
| typedef struct _DtPluginInformation | DtPluginInformation |
| This information is strictly optional and only the name and version will be printed to the log file. | |
| typedef bool(* | DtInitializePluginFcn )(DtTMApplication *app, DtPluginInformation &) |
| typedef bool(* | DtPostAppInitializeFcn )(DtTMApplication *app, DtPluginInformation &) |
| typedef bool(* | DtUnloadPluginFcn )() |
| typedef void(* | DtPluginVersionFcn )(DtString &) |
| #define DT_DLL_PLUGIN |
Disable inconsistent dll linkage warning.
| #define DtInitializePluginFunction "DtInitializePlugin" |
| #define DtPostAppInitialize "DtPostInitializePlugin" |
| #define DtGuiUnloadPlugin "DtUnloadPlugin" |
| #define DtPluginVersionFunction "DtPluginVersion" |
| typedef struct _DtPluginInformation DtPluginInformation |
This information is strictly optional and only the name and version will be printed to the log file.
| typedef bool(* DtInitializePluginFcn)(DtTMApplication *app, DtPluginInformation &) |
| typedef bool(* DtPostAppInitializeFcn)(DtTMApplication *app, DtPluginInformation &) |
| typedef bool(* DtUnloadPluginFcn)() |
| typedef void(* DtPluginVersionFcn)(DtString &) |