![]() |
VR-Forces 4.10 Class Documentation
|
Extension widget which simply contains three Range variable widgets to allow for reuse of existing class that maintains unit settings. More...

Public Member Functions | |
| DtRangeEntryVariableWidgetExtension (makVrv::DtDe &, QWidget *w, const Qt::WindowFlags &f=0) | |
| virtual | ~DtRangeEntryVariableWidgetExtension () |
| virtual int | setFrom (const DtScriptedTaskVariable &, QGridLayout *parentLayout, int startRow) |
| Sets the contents of the variable into this widget. More... | |
| virtual void | setTo (DtScriptedTaskVariable &) const |
| Sets the contents of the widget into the variable. More... | |
| virtual void | setReadOnly (bool) |
| Sets the widget to be view only if true. More... | |
Public Member Functions inherited from makVrf::DtTaskSetVariableWidgetExtensionInterface | |
| DtTaskSetVariableWidgetExtensionInterface (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtTaskSetVariableWidgetExtensionInterface () |
| virtual bool | isValid () |
| Validity check for data entered. More... | |
Public Attributes | |
| DtRangeEntryWidget * | myDefaultValue |
| DtRangeEntryWidget * | myRangeBottom |
| DtRangeEntryWidget * | myRangeTop |
Additional Inherited Members | |
Protected Attributes inherited from makVrf::DtTaskSetVariableWidgetExtensionInterface | |
| makVrv::DtDe & | myDe |
Extension widget which simply contains three Range variable widgets to allow for reuse of existing class that maintains unit settings.
| makVrf::DtRangeEntryVariableWidgetExtension::DtRangeEntryVariableWidgetExtension | ( | 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 |
Sets the widget to be view only if true.
Implements makVrf::DtTaskSetVariableWidgetExtensionInterface.
| DtRangeEntryWidget* makVrf::DtRangeEntryVariableWidgetExtension::myDefaultValue |
| DtRangeEntryWidget* makVrf::DtRangeEntryVariableWidgetExtension::myRangeBottom |
| DtRangeEntryWidget* makVrf::DtRangeEntryVariableWidgetExtension::myRangeTop |