![]() |
VR-Forces 4.1.1 Class Documentation
|
This class displays the entity display controls inside the entity display page. More...

Public Member Functions | |
| DtEntityDisplaySettingsWidget (DtDe &de, QWidget *parent, Qt::WindowFlags f=Qt::Widget) | |
| CTOR. | |
| virtual | ~DtEntityDisplaySettingsWidget () |
| Virtual DTOR. | |
Setters for the various entity display settings. | |
Sets the value displayed in the field for the corresponding setting. | |
| virtual void | setGroundClampingDistanceLabel (const DtUnicode &label) |
| virtual void | setEntityLabelsShown (bool enabled) |
| virtual void | setRotateEntitySymbols (bool enabled) |
| virtual void | setEmitterVolumesShown (bool enabled) |
| virtual void | setGroundClampingEnabled (bool enabled) |
| virtual void | setLifeformsUprightEnabled (bool enabled) |
| virtual void | setGroundClampingDistance (float distance) |
| virtual void | setOrientationClampingEnabled (bool enabled) |
| virtual void | setSmoothingEnabled (bool enabled) |
| virtual void | setSmoothingPeriod (float period) |
| virtual void | setShowStealths (bool enabled) |
| virtual void | setInfoPopupsOnSelect (bool enabled) |
| virtual void | setHeightAboveTerrainEnabled (bool enabled) |
| virtual void | setHeightAboveTerrainMode (DtSharedEntityDisplaySettings::HeightAboveTerrainMode mode) |
| virtual void | setHeightAboveTerrainSelectedOnly (bool enabled) |
| virtual void | setColorizedModelColorType (DtSharedEntityDisplaySettings::ColorizedModelColorType colorType) |
| virtual void | setIconScale (int scale) |
| virtual void | setMaxGroundClampingDistance (int distance) |
Public Member Functions inherited from makVrv::DtEntityDisplaySettingsInterface | |
| virtual | ~DtEntityDisplaySettingsInterface () |
| DTOR. | |
Protected Slots | |
User input slots. | |
Receives notification that the user has changed a widget's value. | |
| void | on_entityLabelsCheckChanged (int state) |
| void | on_rotateEntitySymbolsCheckChanged (int state) |
| void | on_infoPopupsCheckChanged (int state) |
| void | on_groundClampingCheckChanged (int state) |
| void | on_groundClampingDistanceChanged (int scale) |
| void | on_groundClampingDistanceSpinboxChanged (double scale) |
| void | on_orientationClampingCheckChanged (int state) |
| void | on_lifeformsUprightCheckChanged (int state) |
| void | on_emitterVolumesCheckChanged (int state) |
| void | on_smoothingCheckChanged (int state) |
| void | on_smoothingPeriodSliderChanged (int scale) |
| void | on_smoothingPeriodSpinboxChanged (double scale) |
| void | on_HeightAboveTerrainEnabledCheckChanged (bool state) |
| void | on_HeightAboveTerrainSelectedOnlyCheckChanged (int state) |
| void | on_clearHistoryClicked () |
| void | on_showStealthsCheckChanged (int state) |
| void | on_primaryColorsRadioButtonChanged (bool state) |
| void | on_iconScaleSliderChanged (int state) |
Protected Member Functions | |
| void | setupGui () |
| Sets up the widget's fields. | |
| void | connectToSignals () |
| Connects widget signals to slots. | |
Protected Attributes | |
| QCheckBox * | myEntityLabelsCheckbox |
| QCheckBox * | myRotateEntitySymbols |
| QCheckBox * | myInfoPopupsOnSelectCheckbox |
| QCheckBox * | myHeightAboveTerrainEnabledCheckBox |
| QCheckBox * | myHeightAboveTerrainSelectedOnlyCheckbox |
| QCheckBox * | myEmitterVolumesEnabledCheckbox |
| QCheckBox * | myGroundClampingCheckbox |
| QCheckBox * | myTrackHistoryCheckbox |
| QCheckBox * | myLifeformsUprightCheckbox |
| QCheckBox * | myOrientationClampingCheckbox |
| QLabel * | myGroundClampingDistanceLabel |
| QSlider * | myGroundClampingDistanceSlider |
| QDoubleSpinBox * | myGroundClampingDistanceSpinBox |
| QCheckBox * | mySmoothingCheckbox |
| QLabel * | mySmoothingPeriodLabel |
| QSlider * | mySmoothingPeriodSlider |
| QDoubleSpinBox * | mySmoothingPeriodSpinBox |
| QCheckBox * | myShowStealthsCheckbox |
| QRadioButton * | myPrimaryColorsRadioButton |
| QRadioButton * | myIconColorsRadioButton |
| QLabel * | myIconScaleLabel |
| QSlider * | myIconScaleSlider |
| DtDe & | myDe |
This class displays the entity display controls inside the entity display page.
| makVrv::DtEntityDisplaySettingsWidget::DtEntityDisplaySettingsWidget | ( | DtDe & | de, |
| QWidget * | parent, | ||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
CTOR.
|
virtual |
Virtual DTOR.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
virtual |
Implements makVrv::DtEntityDisplaySettingsInterface.
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protectedslot |
|
protected |
Sets up the widget's fields.
Non-virtual (Called from CTOR).
|
protected |
Connects widget signals to slots.
Non-virtual (Called from CTOR).
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |