VR-Forces Developer's Guide
 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
 
class  makVrf::DtTaskSetVariableWidgetInterface
 
class  makVrf::DtTaskSetVariableWidget
 
class  makVrf::DtTaskSetVariableWidgetCreatorInterface
 
class  makVrf::DtTaskSetVariableWidgetCreator< _Class >
 

Namespaces

 makVrv
 
 makVrf
 

Macros

#define QT_NO_DEBUG
 
#define CHECK_AND_CONVERT(variable, function)   if (variable == 0xFFFFFFFF) variable = myRange.variable(); else variable = function(variable, mySelection);
 
#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 Wed Mar 27 22:49:11 EDT 2024 from SVN revision 264633
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)