![]() |
VR-Forces Developer's Guide
|

Public Member Functions | |
| DtLocationEntryWidgetExtension (makVrv::DtDe &, QWidget *w, const Qt::WindowFlags &f=0) | |
| virtual | ~DtLocationEntryWidgetExtension () |
Public Member Functions inherited from makVrf::DtTaskSetVariableWidgetExtensionInterface | |
| DtTaskSetVariableWidgetExtensionInterface (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtTaskSetVariableWidgetExtensionInterface () |
| virtual bool | isValid () |
Public Attributes | |
| QCheckBox * | myInitiallyExpand |
Protected Member Functions | |
| virtual void | setTo (DtScriptedTaskVariable &v) const override |
| virtual int | setFrom (const DtScriptedTaskVariable &v, QGridLayout *parentLayout, int startRow) override |
| virtual void | setReadOnly (bool b) override |
Additional Inherited Members | |
Protected Attributes inherited from makVrf::DtTaskSetVariableWidgetExtensionInterface | |
| makVrv::DtDe & | myDe |
| makVrf::DtLocationEntryWidgetExtension::DtLocationEntryWidgetExtension | ( | makVrv::DtDe & | , |
| QWidget * | w, | ||
| const Qt::WindowFlags & | f = 0 |
||
| ) |
|
virtual |
|
overrideprotectedvirtual |
Sets the contents of the widget into the variable.
Implements makVrf::DtTaskSetVariableWidgetExtensionInterface.
|
overrideprotectedvirtual |
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.
|
overrideprotectedvirtual |
Sets the widget to be view only if true.
Implements makVrf::DtTaskSetVariableWidgetExtensionInterface.
| QCheckBox* makVrf::DtLocationEntryWidgetExtension::myInitiallyExpand |