![]() |
VR-Forces 4.1 Class Documentation
|
Simple general extension widget that provides a default value and range. More...

Public Member Functions | |
| 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 | 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 () |
Public Attributes | |
| QLabel * | myDefaultValueLabel |
| QLineEdit * | myDefaultValue |
| QLabel * | myRangeBottomLabel |
| QLineEdit * | myRangeBottom |
| QLabel * | myRangeTopLabel |
| QLineEdit * | myRangeTop |
Additional Inherited Members | |
Protected Attributes inherited from makVrf::DtTaskSetVariableWidgetExtensionInterface | |
| makVrv::DtDe & | myDe |
Simple general extension widget that provides a default value and range.
Subclasses can supply additional controls or add validators
| makVrf::DtSimpleVariableWidgetExtension::DtSimpleVariableWidgetExtension | ( | makVrv::DtDe & | , |
| QWidget * | w, | ||
| const Qt::WindowFlags & | f = 0 |
||
| ) |
|
virtual |
|
virtual |
Sets the contents of the variable into this widget.
Returns the row in which the parent widget can readjusts its contents to after this control inserts it's widgets into the grid (starting at start row)
Implements makVrf::DtTaskSetVariableWidgetExtensionInterface.
|
virtual |
Sets the contents of the widget into the variable.
Implements makVrf::DtTaskSetVariableWidgetExtensionInterface.
|
virtual |
Returns true if range top > range bottom.
Reimplemented from makVrf::DtTaskSetVariableWidgetExtensionInterface.
|
virtual |
Sets the widget to be view only if true.
Implements makVrf::DtTaskSetVariableWidgetExtensionInterface.
| QLabel* makVrf::DtSimpleVariableWidgetExtension::myDefaultValueLabel |
| QLineEdit* makVrf::DtSimpleVariableWidgetExtension::myDefaultValue |
| QLabel* makVrf::DtSimpleVariableWidgetExtension::myRangeBottomLabel |
| QLineEdit* makVrf::DtSimpleVariableWidgetExtension::myRangeBottom |
| QLabel* makVrf::DtSimpleVariableWidgetExtension::myRangeTopLabel |
| QLineEdit* makVrf::DtSimpleVariableWidgetExtension::myRangeTop |