![]() |
VR-Forces Development_Version Class Documentation
|
Widget that allows the selection of a force. More...

Public Member Functions | |
| DtForceSelectionEntryWidget (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtForceSelectionEntryWidget () |
| virtual void | setLabel (const std::string &) |
| Display label. | |
| virtual void | setRange (double bottom, double top) |
| Validation range. Not applicable. | |
| virtual void | setDefaultValue (const std::string &) |
| Default value to set in control. | |
| virtual void | setVariableData (const std::string &) |
| Variable data. Unused in this widget. | |
| virtual void | setupFrom (const std::vector< makVrv::DtSimEntry * > &data) |
| Sets up widget with currently selected item. Requests data. | |
| virtual void | setToolTip (const QString &) |
| Sets the tool tip for the widget. | |
| virtual DtReaderWriter * | createBoundVariable (const std::string &variableName) |
| Creates the reader/writer variable that will be used as part of the task statement. | |
| virtual void | setupFromBoundVariable (const DtReaderWriter *variableName) |
| Sets up the widget from the given reader/writer variables. | |
| virtual void | setForce (int) |
| Sets the current force. | |
| virtual int | force () const |
| Returns the force. | |
| virtual void | setIndent (int) |
| Sets the indent level for the contents of this widget. | |
| virtual bool | isValid () const |
| Indicates the current selection is valid. | |
| virtual void | setApplyGroundTruthFilter (bool) |
| Sets whether or not to apply the ground truth of the spot report filters as a determining factor as to what gets added to this combo. | |
| virtual bool | applyGroundTruthFilter () const |
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. | |
| virtual bool | guiElementOnly () const |
| Returns true if this is a GUI element only. Default is false. | |
Static Public Member Functions | |
| static makVrv::DtUnicode | codeVariableType () |
Public Attributes | |
| boost::signal< void(int)> | signal_forceSelectionChanged |
| QLabel * | myForceLabel |
| QComboBox * | myForces |
| QHBoxLayout * | myContentLayout |
| QSpacerItem * | mySpacerItem |
Protected Slots | |
| virtual void | activated (int) |
Protected Member Functions | |
| virtual void | initializeForces () |
| virtual bool | forceCanBeCreatedByUser (int f) const |
| virtual void | slot_spotReportOptionsChanged (const DtVrfSpotReportsSettingsRecord &s) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| bool | myApplyGroundTruthFilter |
| std::map< int, std::string > | myPotentialForces |
Widget that allows the selection of a force.
| makVrf::DtForceSelectionEntryWidget::DtForceSelectionEntryWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
|
virtual |
|
virtual |
Display label.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
virtual |
Validation range. Not applicable.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
virtual |
Default value to set in control.
If value contains colons then treat as DD:HH:MM:SS else treat as seconds
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
virtual |
Variable data. Unused in this widget.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
virtual |
Sets up widget with currently selected item. Requests data.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
virtual |
Sets the tool tip for the widget.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
virtual |
Creates the reader/writer variable that will be used as part of the task statement.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
virtual |
Sets up the widget from the given reader/writer variables.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
virtual |
Sets the current force.
|
virtual |
Returns the force.
|
virtual |
Sets the indent level for the contents of this widget.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
inlinevirtual |
Indicates the current selection is valid.
Implements makVrf::DtTaskSetVariableWidgetInterface.
|
inlinestatic |
References makVrv::DtUnicode::tr().
|
virtual |
Sets whether or not to apply the ground truth of the spot report filters as a determining factor as to what gets added to this combo.
Default is false
|
virtual |
|
protectedvirtualslot |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
| boost::signal<void (int)> makVrf::DtForceSelectionEntryWidget::signal_forceSelectionChanged |
| QLabel* makVrf::DtForceSelectionEntryWidget::myForceLabel |
| QComboBox* makVrf::DtForceSelectionEntryWidget::myForces |
| QHBoxLayout* makVrf::DtForceSelectionEntryWidget::myContentLayout |
| QSpacerItem* makVrf::DtForceSelectionEntryWidget::mySpacerItem |
|
protected |
|
protected |
|
protected |