![]() |
VR-Forces Development_Version Class Documentation
|
Simple string variable widget extension. Hides top/bottom items as they are not needed. More...

Public Member Functions | |
| DtSimpleStringVariableWidgetExtension (makVrv::DtDe &, QWidget *w, const Qt::WindowFlags &f=0) | |
| virtual | ~DtSimpleStringVariableWidgetExtension () |
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 () |
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 |
Protected Attributes inherited from makVrf::DtSimpleVariableWidgetExtension | |
| bool | myAllowVariableDataEntry |
Simple string variable widget extension. Hides top/bottom items as they are not needed.
| makVrf::DtSimpleStringVariableWidgetExtension::DtSimpleStringVariableWidgetExtension | ( | makVrv::DtDe & | , |
| QWidget * | w, | ||
| const Qt::WindowFlags & | f = 0 |
||
| ) |
|
virtual |