![]() |
VR-Forces Developer's Guide
|
Simple string variable widget extension. Hides top/bottom items as they are not needed.

Public Member Functions | |
| DtRunwaySelectorWidgetExtension (makVrv::DtDe &, QWidget *w, const Qt::WindowFlags &f=0) | |
| virtual | ~DtRunwaySelectorWidgetExtension () |
| virtual void | setTo (DtScriptedTaskVariable &v) const override |
| virtual int | setFrom (const DtScriptedTaskVariable &v, QGridLayout *parentLayout, int startRow) override |
Public Member Functions inherited from makVrf::DtSimpleVariableWidgetExtension | |
| DtSimpleVariableWidgetExtension (makVrv::DtDe &, QWidget *w, const Qt::WindowFlags &f=0) | |
| virtual | ~DtSimpleVariableWidgetExtension () |
| virtual bool | isValid () |
| virtual void | setAllowVariableDataEntry (bool) |
| bool | allowVariableDataEntry () const |
| virtual void | setReadOnly (bool) |
Public Member Functions inherited from makVrf::DtTaskSetVariableWidgetExtensionInterface | |
| DtTaskSetVariableWidgetExtensionInterface (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtTaskSetVariableWidgetExtensionInterface () |
Protected Attributes | |
| QCheckBox * | myPerRunway |
Protected Attributes inherited from makVrf::DtSimpleVariableWidgetExtension | |
| bool | myAllowVariableDataEntry |
Protected Attributes inherited from makVrf::DtTaskSetVariableWidgetExtensionInterface | |
| makVrv::DtDe & | myDe |
Additional Inherited Members | |
Public Slots inherited from makVrf::DtSimpleVariableWidgetExtension | |
| virtual void | processInitializeFromStatePropertyStateChange (int state) |
Public Attributes inherited from makVrf::DtSimpleVariableWidgetExtension | |
| QLabel * | myDefaultValueLabel |
| QLineEdit * | myDefaultValue |
| QCheckBox * | myInitializeFromStatePropertyEnabled |
| QLabel * | myInitializeFromStatePropertyLabel |
| QLineEdit * | myInitializeFromStateProperty |
| QLabel * | myVariableDataLabel |
| QLineEdit * | myVariableData |
| QLabel * | myRangeBottomLabel |
| QLineEdit * | myRangeBottom |
| QLabel * | myRangeTopLabel |
| QLineEdit * | myRangeTop |
| makVrf::DtRunwaySelectorWidgetExtension::DtRunwaySelectorWidgetExtension | ( | makVrv::DtDe & | , |
| QWidget * | w, | ||
| const Qt::WindowFlags & | f = 0 |
||
| ) |
|
virtual |
|
overridevirtual |
Sets the contents of the widget into the variable.
Reimplemented from makVrf::DtSimpleVariableWidgetExtension.
|
overridevirtual |
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)
Reimplemented from makVrf::DtSimpleVariableWidgetExtension.
|
protected |