![]() |
VR-Forces 4.3 Class Documentation
|
Simple separator widget. More...

Public Member Functions | |
| DtSimpleSeparatorWidget (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtSimpleSeparatorWidget () |
| virtual void | setLabel (const std::string &) |
| Display label. | |
| virtual void | setToolTip (const QString &) |
| Sets a tool tip for the widget. | |
| virtual void | setIndent (int) |
| Sets the indent level for the contents of this widget. | |
| virtual void | setDefaultValue (const std::string &) |
| Default value to set in control. | |
| virtual void | setupFrom (const std::vector< makVrv::DtSimEntry * > &data) |
| Sets up widget with currently selected item. Since this is a GUI only element this is not implemented. | |
| virtual void | setVariableData (const std::string &) |
| Variable data that can be used by this control to initialize values (i.e. | |
| virtual void | setRange (double, double) |
| Sets the range of the item. This widget does not support that. | |
| virtual DtReaderWriter * | createBoundVariable (const std::string &) |
| Creates the bound variable. Since this is a GUI only element, not implemented. | |
| virtual void | setupFromBoundVariable (const DtReaderWriter *) |
| Sets up from bound variable. Since this is a GUI only element, not implemented. | |
| virtual bool | guiElementOnly () const |
| This is a GUI element only. | |
| virtual bool | isValid () const |
| Indicates the current selection is valid. | |
Public Member Functions inherited from makVrf::DtTaskSetVariableWidgetInterface | |
| DtTaskSetVariableWidgetInterface () | |
| virtual | ~DtTaskSetVariableWidgetInterface () |
| virtual void | setTopLineVisible (bool) |
| Hides top line. | |
| virtual bool | topLineVisible () const |
| virtual DtTaskSetVariableWidgetExtensionInterface * | parameterContents (QWidget *parent, const Qt::WindowFlags &flags=0) const |
| If there are any, returns contents for this variable for variable extension. Default is no extension. | |
Static Public Member Functions | |
| static makVrv::DtUnicode | codeVariableType () |
Public Attributes | |
| QHBoxLayout * | myLayout |
| QLabel * | myLabel |
| QFrame * | mySeparator |
| QSpacerItem * | mySpacerItem |
| makVrv::DtDe & | myDe |
Simple separator widget.
Label and horizontal line. This widget will have no reader/writer network presence, so the paramter name is not valid to be set
| makVrf::DtSimpleSeparatorWidget::DtSimpleSeparatorWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
|
virtual |
|
virtual |
Display label.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
virtual |
Sets a tool tip for the widget.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
virtual |
Sets the indent level for the contents of this widget.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
inlinevirtual |
Default value to set in control.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
inlinevirtual |
Sets up widget with currently selected item. Since this is a GUI only element this is not implemented.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
inlinevirtual |
Variable data that can be used by this control to initialize values (i.e.
filtered list box, combo box). Items should be separated by a semi-colon
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
inlinevirtual |
Sets the range of the item. This widget does not support that.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
inlinevirtual |
Creates the bound variable. Since this is a GUI only element, not implemented.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
inlinevirtual |
Sets up from bound variable. Since this is a GUI only element, not implemented.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
inlinevirtual |
This is a GUI element only.
Reimplemented from makVrf::DtTaskSetVariableWidgetInterface.
|
inlinevirtual |
Indicates the current selection is valid.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
inlinestatic |
References makVrv::DtUnicode::tr().
| QHBoxLayout* makVrf::DtSimpleSeparatorWidget::myLayout |
| QLabel* makVrf::DtSimpleSeparatorWidget::myLabel |
| QFrame* makVrf::DtSimpleSeparatorWidget::mySeparator |
| QSpacerItem* makVrf::DtSimpleSeparatorWidget::mySpacerItem |
| makVrv::DtDe& makVrf::DtSimpleSeparatorWidget::myDe |