![]() |
VR-Forces Developer's Guide
|
Qt GUI to control the display of tactical graphics.

Public Member Functions | |
| DtAggregateSettingsWidget (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| virtual | ~DtAggregateSettingsWidget () |
Setters for the various aggregate settings. | |
Sets the value displayed in the field for that setting. | |
| virtual void | setGhostEchelonLevelItems (bool enabled) |
| virtual void | setGhostEchelonLevelItemLabels (bool enabled) |
| virtual void | setEchelonLevel (int) |
| virtual void | setDisplayBoundingBoxes (bool enabled) |
| virtual void | setDisplayAggregates (bool enabled) |
| virtual void | setDisplayLeafLevelItems (bool enabled) |
| virtual void | setDisplayBoundingBoxesForSelected (bool enabled) |
| virtual void | setAllowSelectingOfGhostedItems (bool enabled) |
| virtual void | setDisplayMainIcon (bool enabled) |
| virtual void | setColorizedModelColorType (DtColorizedModelColorType type) |
Accessors for the various aggregate settings. | |
Gets the values displayed in the field for that setting. | |
| virtual int | echelonLevel () const |
| virtual bool | displayAggregates () const |
| virtual bool | ghostEchelonLevelItems () const |
| virtual bool | ghostEchelonLevelItemLabels () const |
| virtual bool | displayBoundingBoxes () const |
| virtual bool | displayBoundingBoxesForSelected () const |
| virtual bool | displayMainIcon () const |
| virtual bool | displayLeafLevelItems () const |
| virtual bool | allowSelectingOfGhostedItems () const |
| virtual DtColorizedModelColorType | colorizedModelColorType () const |
Public Member Functions inherited from makVrv::DtAggregateSettingsInterface | |
| virtual | ~DtAggregateSettingsInterface () |
Protected Slots | |
User input slots. | |
Receives notification that the user has changed a widget's value. | |
| virtual void | on_setDisplayAggregatesChanged () |
| virtual void | on_setShowLeafNodesChanged () |
| virtual void | on_displayBoundingBoxesForSelectedChanged () |
| virtual void | on_displayBoundingBoxesChanged () |
| virtual void | on_displayMainIconChanged () |
| virtual void | on_ghostEchelonLevelItemsChanged () |
| virtual void | on_ghostEchelonLevelItemLabelsChanged () |
| virtual void | on_allowSelectionOfGhostedItemsChanged () |
| virtual void | on_echelonLevelChanged () |
| virtual void | on_colorizedModelColorTypeChanged () |
Protected Member Functions | |
| void | setupGui () |
| void | connectToSignals () |
| virtual void | updateEnabledStates () |
Protected Attributes | |
| DtDe & | myDe |
| makVrv::DtAggregateSettingsWidget::DtAggregateSettingsWidget | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
|
virtual |
DTOR.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
virtual |
Implements makVrv::DtAggregateSettingsInterface.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protected |
Sets up the widget's fields. Non-virtual (Called from CTOR).
|
protected |
Connects widget signals to slots. Non-virtual (Called from CTOR).
|
protectedvirtual |
Updates enabled states of gui elements.
| QCheckBox* makVrv::DtAggregateSettingsWidget::myShowAggregates |
| QCheckBox* makVrv::DtAggregateSettingsWidget::myShowBoundingVolumes |
| QCheckBox* makVrv::DtAggregateSettingsWidget::myShowBoundingVolumesOnlyForSelected |
| QCheckBox* makVrv::DtAggregateSettingsWidget::myGhostEchelonSettingsBox |
| QCheckBox* makVrv::DtAggregateSettingsWidget::myGhostEchelonLabelsSettingsBox |
| QLabel* makVrv::DtAggregateSettingsWidget::myToEchelonLabel |
| QSpinBox* makVrv::DtAggregateSettingsWidget::myToEchelonLevel |
| QCheckBox* makVrv::DtAggregateSettingsWidget::myAllowSelectionOfGhosted |
| QCheckBox* makVrv::DtAggregateSettingsWidget::myShowMainIcon |
| QCheckBox* makVrv::DtAggregateSettingsWidget::myShowLeafNodes |
| QLabel* makVrv::DtAggregateSettingsWidget::myForceColoringLabel |
| QRadioButton* makVrv::DtAggregateSettingsWidget::myPrimaryColorsRadioButton |
| QRadioButton* makVrv::DtAggregateSettingsWidget::myIconColorsRadioButton |
|
protected |