21 #ifdef VRFPLUGIN_EXPORTS
22 #define DT_VRF_DLL_PLUGIN __declspec ( dllexport )
24 #define DT_VRF_DLL_PLUGIN __declspec ( dllimport )
27 #define DT_VRF_DLL_PLUGIN
37 class DtVrfGuiCommandLineParser;
41 #define DT_DE_PLUGIN_EXPORT_MACRO DT_VRF_DLL_PLUGIN
80 #ifdef BUILDING_PLUGIN
83 #include <vlutil/vlString.h>
92 version +=
" Release";
#define PLUGIN_COMPATIBLE_VERSION
Definition: version.h:10
#define DT_VRF_DLL_PLUGIN
Get proper local export symbol.
Definition: vrfGuiExportPlugin.h:27
DT_VRF_DLL_PLUGIN void initializeCommandLineArguments(makVrf::DtVrfGuiCommandLineParser *)
This method is called when trying to add additional command line arguments to the command line proces...
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 bee...
DT_VRF_DLL_PLUGIN void DtPluginInformation(DtVrfPluginInformation &info)
Declare & export the plugin initialization function (void initDeModule(DtDe* de)) ...
DT_VRF_DLL_PLUGIN bool initQtDesignerModule(makVrv::DtDe &)
Include this in your plugin if you wish to initialize this plugin for Qt designer.
The MAK Stealth Application's command line processor.
Definition: vrfGuiCommandLineParser.h:27
The DtDe is the core component of any VR-Vantage application.
Definition: DtDe.h:69