![]() |
VR-Forces 4.8 Class Documentation
|
Contains the plugin export macro. More...
Go to the source code of this file.
Namespaces | |
| makVrv | |
| Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) | |
Macros | |
| #define | DT_DE_PLUGIN_EXPORT_MACRO |
Functions | |
| void | init (makVrv::DtDe &de) |
| Export the specific initialization function for the example extended-dialog plug-in. More... | |
Contains the plugin export macro.
| #define DT_DE_PLUGIN_EXPORT_MACRO |
| void init | ( | makVrv::DtDe & | de | ) |
Export the specific initialization function for the example extended-dialog plug-in.
This function is called by the standard plugging function initDeModule() exported by 'vrvCore/exportPlugin.h'