![]() |
VR-Forces 4.1.1 Class Documentation
|
Contains declarations for plugin initialization functions. More...
Go to the source code of this file.
Namespaces | |
| namespace | makVrv |
| #include <vrvCoreQt/DtPersistenceControlsInterface.h> | |
Macros | |
| #define | DT_VRF_DLL_PLUGIN |
| Get proper local export symbol. | |
| #define | DT_DE_PLUGIN_EXPORT_MACRO DT_VRF_DLL_PLUGIN |
| Setup proper plugin export symbol. | |
Functions | |
| DT_VRF_DLL_PLUGIN void | DtPluginInformation (DtVrfPluginInformation &info) |
| Declare & export the plugin initialization function (void initDeModule(DtDe* de)) | |
| DT_VRF_DLL_PLUGIN void | postInitDeModule (makVrv::DtDe &) |
| Include this code in your plugin if you wish to initialize information after all the plugins have been loaded and the de initialize, but before the de beings to tick. | |
Contains declarations for plugin initialization functions.
Make sure to define the VRFPLUGIN_EXPORTS define to tell the compiler to define the macro as an export
| #define DT_VRF_DLL_PLUGIN |
Get proper local export symbol.
| #define DT_DE_PLUGIN_EXPORT_MACRO DT_VRF_DLL_PLUGIN |
Setup proper plugin export symbol.
| DT_VRF_DLL_PLUGIN void DtPluginInformation | ( | DtVrfPluginInformation & | info | ) |
Declare & export the plugin initialization function (void initDeModule(DtDe* de))
Used to return information about the plugin being loaded
| DT_VRF_DLL_PLUGIN void postInitDeModule | ( | makVrv::DtDe & | ) |
Include this code in your plugin if you wish to initialize information after all the plugins have been loaded and the de initialize, but before the de beings to tick.
This function is useful for getting instances of classes that have been created, or can only be created after de initialization