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. Note that when called the de that is called is not an initialized de. It is only used as a rooted singleton to register and get access to some factory classes. In this case the DtVrfTaskSetWidgetVariableManager can be used to register the variable widget creator that can be used in the plugin.
The MAK Stealth Application's command line processor.
Definition: vrfGuiCommandLineParser.h:31
The DtDe is the core component of any VR-Vantage application. It owns a DtRenderer, DtDeCommunicator, as well as a DtDisplay and other things.
Definition: DtDe.h:70