![]() |
VR-Forces 4.0.4 Class Documentation
|

Public Member Functions | |
| DtSpotReportOptionsWidget (QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor | |
| virtual | ~DtSpotReportOptionsWidget () |
| destructor | |
Public Attributes | |
| Ui_DtSpotReportOptionsWidgetUi | myUiImpl |
Protected Slots | |
| virtual void | spotReportingOptionChanged (QTreeWidgetItem *) |
| Re-emits signal to change spot reporting enabled/disabled for specified force. | |
| virtual void | groundTruthOptionChanged (QTreeWidgetItem *) |
| Re-emits signal to change ground truth enabled/disabled for specified force. | |
| virtual void | forceChanged () |
| virtual void | displayStateChanged () |
| virtual void | certaintyLevelChanged (QTreeWidgetItem *i, int iCol) |
| virtual void | turnOnSpotReports () |
| virtual void | turnOffSpotReports () |
Protected Member Functions | |
| void | setupGui () |
| virtual void | setApplyToEnvironmentals (bool) |
| virtual void | setReportingName (bool) |
| virtual void | setObservedName (bool) |
| virtual void | setTime (bool) |
| virtual void | setLocation (bool) |
| virtual void | setHeading (bool) |
| virtual void | setVelocity (bool) |
| virtual void | setEntityType (bool) |
| virtual void | setHeadingIndicator (bool) |
| virtual void | setVelocityIndicator (bool) |
| virtual void | clearAll () |
| virtual void | clearForces () |
| virtual void | clearSpotReports () |
| virtual void | clearGroundTruth () |
| virtual void | clearCertaintyLevels () |
| virtual void | addForce (const std::string &forceName, int force) |
| virtual void | setSpotReportingEnabled (int force, bool enabled) |
| virtual void | setGroundTruthEnabled (int force, bool enabled) |
| virtual void | selectedGroundTruth (std::vector< int > &) |
| virtual void | selectedSpotReports (std::vector< int > &) |
| virtual void | selectForce (int force) |
| virtual void | addForce (QTreeWidget *, const std::string &, int) |
| Adds a new force check box to the given tree. | |
| virtual void | addCertaintyLevel (const std::string &s, int time) |
| virtual void | setDisplayOptionsState (int) |
| Given the spot report display option flag settings, check/uncheck boxes. | |
| virtual void | updateSimResponseLabel (bool spotReportsOn) |
Protected Attributes | |
| std::vector< QCheckBox * > | myDisplayButtons |
| bool | mySpotReportsOn |
Private Member Functions | |
| DtSpotReportOptionsWidget (const DtSpotReportOptionsWidget &orig) | |
| copy constructor. Not Implemented. | |
| DtSpotReportOptionsWidget & | operator= (const DtSpotReportOptionsWidget &rhs) |
| assignment operator. Not Implemented. | |
| makVrf::DtSpotReportOptionsWidget::DtSpotReportOptionsWidget | ( | QWidget * | parent = NULL, |
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
| virtual makVrf::DtSpotReportOptionsWidget::~DtSpotReportOptionsWidget | ( | ) | [virtual] |
destructor
| makVrf::DtSpotReportOptionsWidget::DtSpotReportOptionsWidget | ( | const DtSpotReportOptionsWidget & | orig | ) | [private] |
copy constructor. Not Implemented.
| void makVrf::DtSpotReportOptionsWidget::setupGui | ( | ) | [protected] |
| virtual void makVrf::DtSpotReportOptionsWidget::setApplyToEnvironmentals | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setReportingName | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setObservedName | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setTime | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setLocation | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setHeading | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setVelocity | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setEntityType | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setHeadingIndicator | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setVelocityIndicator | ( | bool | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::clearAll | ( | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::clearForces | ( | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::clearSpotReports | ( | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::clearGroundTruth | ( | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::clearCertaintyLevels | ( | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::addForce | ( | const std::string & | forceName, |
| int | force | ||
| ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setSpotReportingEnabled | ( | int | force, |
| bool | enabled | ||
| ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setGroundTruthEnabled | ( | int | force, |
| bool | enabled | ||
| ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::selectedGroundTruth | ( | std::vector< int > & | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::selectedSpotReports | ( | std::vector< int > & | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::selectForce | ( | int | force | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::addForce | ( | QTreeWidget * | , |
| const std::string & | , | ||
| int | |||
| ) | [protected, virtual] |
Adds a new force check box to the given tree.
| virtual void makVrf::DtSpotReportOptionsWidget::addCertaintyLevel | ( | const std::string & | s, |
| int | time | ||
| ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::setDisplayOptionsState | ( | int | ) | [protected, virtual] |
Given the spot report display option flag settings, check/uncheck boxes.
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::updateSimResponseLabel | ( | bool | spotReportsOn | ) | [protected, virtual] |
Implements makVrf::DtSpotReportOptionsWidgetInterface.
| virtual void makVrf::DtSpotReportOptionsWidget::spotReportingOptionChanged | ( | QTreeWidgetItem * | ) | [protected, virtual, slot] |
Re-emits signal to change spot reporting enabled/disabled for specified force.
| virtual void makVrf::DtSpotReportOptionsWidget::groundTruthOptionChanged | ( | QTreeWidgetItem * | ) | [protected, virtual, slot] |
Re-emits signal to change ground truth enabled/disabled for specified force.
| virtual void makVrf::DtSpotReportOptionsWidget::forceChanged | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtSpotReportOptionsWidget::displayStateChanged | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtSpotReportOptionsWidget::certaintyLevelChanged | ( | QTreeWidgetItem * | i, |
| int | iCol | ||
| ) | [protected, virtual, slot] |
| virtual void makVrf::DtSpotReportOptionsWidget::turnOnSpotReports | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtSpotReportOptionsWidget::turnOffSpotReports | ( | ) | [protected, virtual, slot] |
| DtSpotReportOptionsWidget& makVrf::DtSpotReportOptionsWidget::operator= | ( | const DtSpotReportOptionsWidget & | rhs | ) | [private] |
assignment operator. Not Implemented.
| Ui_DtSpotReportOptionsWidgetUi makVrf::DtSpotReportOptionsWidget::myUiImpl |
std::vector<QCheckBox*> makVrf::DtSpotReportOptionsWidget::myDisplayButtons [protected] |