![]() |
VR-Forces 4.10 Class Documentation
|
Go to the source code of this file.
Classes | |
| class | makVrf::DtRange |
| class | makVrf::DtTaskSetVariableWidgetExtensionInterface |
| Extension interface for contents for definition of variables in the scripted task meta data variable dialog. More... | |
| class | makVrf::DtTaskSetVariableWidgetInterface |
| This class will define the interface needed for being a task set variable that can be used in task dialogs and scripted task dialogs. More... | |
| class | makVrf::DtTaskSetVariableWidget |
| Basic implementation that has a label at the top. More... | |
| class | makVrf::DtTaskSetVariableWidgetCreatorInterface |
| Creator class to be used when creating instances of task/set variables. More... | |
| class | makVrf::DtTaskSetVariableWidgetCreator< _Class > |
Namespaces | |
| makVrv | |
| Declare & export the plugin initialization function (bool initDeModule(DtDe* de)) | |
| makVrf | |
| Contains makVrf::DtVrfDisDriver class. | |
Macros | |
| #define | QT_NO_DEBUG |
| Contains makVrf::DtTaskSetVariableWidget class. More... | |
| #define | CHECK_AND_CONVERT(variable, function) if (variable == 0xFFFFFFFF) variable = myRange.variable(); else variable = function(variable, mySelection); |
| Qt includes. More... | |
| #define | CHECK_AND_CONVERT_APPLICATION(variable, function) if (variable == 0xFFFFFFFF) variable = myRange.variable(); else variable = function(variable); |
| #define QT_NO_DEBUG |
Contains makVrf::DtTaskSetVariableWidget class.
| #define CHECK_AND_CONVERT | ( | variable, | |
| function | |||
| ) | if (variable == 0xFFFFFFFF) variable = myRange.variable(); else variable = function(variable, mySelection); |
Qt includes.
| #define CHECK_AND_CONVERT_APPLICATION | ( | variable, | |
| function | |||
| ) | if (variable == 0xFFFFFFFF) variable = myRange.variable(); else variable = function(variable); |