VR-Forces 4.10 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes | Namespaces | Macros
taskSetVariableWidget.h File Reference

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);
 

Macro Definition Documentation

#define QT_NO_DEBUG
#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);

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)