![]() |
VR-Forces 4.5 Class Documentation
|
Simple interger variable widget extension. More...

Public Member Functions | |
| DtSimpleIntegerVariableWidgetExtension (makVrv::DtDe &, QWidget *w, const Qt::WindowFlags &f=0) | |
| virtual | ~DtSimpleIntegerVariableWidgetExtension () |
Public Member Functions inherited from makVrf::DtSimpleVariableWidgetExtension | |
| DtSimpleVariableWidgetExtension (makVrv::DtDe &, QWidget *w, const Qt::WindowFlags &f=0) | |
| virtual | ~DtSimpleVariableWidgetExtension () |
| virtual int | setFrom (const DtScriptedTaskVariable &, QGridLayout *parentLayout, int startRow) |
| Sets the contents of the variable into this widget. | |
| virtual void | setTo (DtScriptedTaskVariable &) const |
| Sets the contents of the widget into the variable. | |
| virtual bool | isValid () |
| Returns true if range top > range bottom. | |
| virtual void | setAllowVariableDataEntry (bool) |
| Sets whether or not to show variable data entry. Default is false. | |
| bool | allowVariableDataEntry () const |
| virtual void | setReadOnly (bool) |
| Sets the widget to be view only if true. | |
Public Member Functions inherited from makVrf::DtTaskSetVariableWidgetExtensionInterface | |
| DtTaskSetVariableWidgetExtensionInterface (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtTaskSetVariableWidgetExtensionInterface () |
Protected Attributes | |
| QIntValidator | myValidator |
Protected Attributes inherited from makVrf::DtSimpleVariableWidgetExtension | |
| bool | myAllowVariableDataEntry |
Protected Attributes inherited from makVrf::DtTaskSetVariableWidgetExtensionInterface | |
| makVrv::DtDe & | myDe |
Additional Inherited Members | |
Public Attributes inherited from makVrf::DtSimpleVariableWidgetExtension | |
| QLabel * | myDefaultValueLabel |
| QLineEdit * | myDefaultValue |
| QLabel * | myVariableDataLabel |
| Initially hidden. Show to allow control to set. | |
| QLineEdit * | myVariableData |
| QLabel * | myRangeBottomLabel |
| QLineEdit * | myRangeBottom |
| QLabel * | myRangeTopLabel |
| QLineEdit * | myRangeTop |
Simple interger variable widget extension.
Subclassed from general extension to supply integer validators
| makVrf::DtSimpleIntegerVariableWidgetExtension::DtSimpleIntegerVariableWidgetExtension | ( | makVrv::DtDe & | , |
| QWidget * | w, | ||
| const Qt::WindowFlags & | f = 0 |
||
| ) |
|
virtual |
|
protected |