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

Public Member Functions | |
| DtAltitudeSelectionWidget (makVrv::DtDe &de, QWidget *parent, const Qt::WindowFlags &flags=0) | |
| virtual | ~DtAltitudeSelectionWidget () |
| virtual DtAltitudeClampType | currentAltitudeTypeSelection () const |
| virtual void | setCurrentAltitudeTypeSelection (const DtAltitudeClampType &type) |
| virtual double | altitude () const |
| Returns altitude value in meters and local. | |
| virtual QString | zValue () const |
| Returns altitude as text. | |
| virtual void | setZLabel (const QString &) |
| Sets the label of the altitude text entry. | |
| virtual void | setAltitudeDecimals (int decimals) |
| Sets the precision of the altitude entries. | |
| virtual void | setLocation (DtVector, bool resetAltitude=false) |
| Expects value in meters and local. | |
| virtual DtGeodeticCoord | geodeticLocation () const |
| virtual double | altitudeAboveSeaLevel () const |
| virtual void | setAltitudeAboveSeaLevel (double) |
| virtual void | setAltitudeAboveSeaLevel (const QString &) |
| virtual void | setAltitudeAboveSeaLevelLabel (const QString &) |
| virtual double | altitudeAboveGroundLevel () const |
| virtual void | setAltitudeAboveGroundLevel (double) |
| virtual void | setAltitudeAboveGroundLevel (const QString &) |
| virtual void | setAltitudeAboveGroundLevelLabel (const QString &) |
| virtual void | setMouseClickSupportEnabled (bool) |
| Enables/disables mouse selection handling for mouse down. Default is turned off. | |
| virtual void | setDisplayOnlyMode (bool) |
| Sets "display only" mode on/off. If on will show a label (altitude) and the combo box for selection. | |
| virtual bool | displayOnlyMode () const |
| Returns whether or not in display only mode. | |
| virtual void | setLabel (const QString &) |
| QString | label () const |
| virtual void | setCoordinateSystem (const makArchives::DtDisplayUnitsSettingsRecord::CoordSys &) |
| Calls down to logic to set coordinate system. | |
| const makArchives::DtDisplayUnitsSettingsRecord::CoordSys & | coordinateSystem () const |
| virtual void | setIgnoreList (const std::vector< makVrv::DtElementID > &) |
| List of objects to ignore when getting intersections. | |
| virtual const std::vector < makVrv::DtElementID > & | ignoreList () const |
| virtual void | setAltitudeAboveSeaLevelSelected (bool b) |
| Altitude above sea level UI modifiers. | |
| virtual void | setAltitudeAboveSeaLevelEnabled (bool b) |
| virtual void | setAltitudeAboveSeaLevelVisible (bool b) |
| virtual void | setAltitudeAboveGroundLevelSelected (bool b) |
| Altitude above ground level UI modifiers. | |
| virtual void | setAltitudeAboveGroundLevelEnabled (bool b) |
| virtual void | setAltitudeAboveGroundLevelVisible (bool b) |
| virtual void | refreshLabels () |
| virtual void | setClampToNearestPolygon (bool) |
| Sets whether or not to clamp to nearest polygon when selecting altitude. Default is true. | |
Public Attributes | |
| QGroupBox * | myGroupBox |
| QGridLayout * | myGridLayout |
| QRadioButton * | myAltitudeSLevelRadioButton |
| QRadioButton * | myAltitudeGLevelRadioButton |
| QLineEdit * | myAltitudeSLevelLineEdit |
| QLineEdit * | myAltitudeGLevelLineEdit |
| QDoubleValidator * | myValidator |
| bool | myJustSetup |
| bool | myDisplayOnlyMode |
| QHBoxLayout * | myDisplayOnlyLayout |
| Only valid in display only mode. | |
| QLabel * | myDisplayOnlyLabel |
| DtAltitudeSelectionWidgetLogic * | myLogic |
Protected Slots | |
| virtual void | slot_onAltitudeSelectionTypeChanged () |
| virtual void | slot_onAltitudeAboveSeaLevelEdited () |
| virtual void | slot_onAltitudeAboveGroundLevelEdited () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrf::DtAltitudeSelectionWidget::DtAltitudeSelectionWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
| virtual makVrf::DtAltitudeSelectionWidget::~DtAltitudeSelectionWidget | ( | ) | [virtual] |
| virtual DtAltitudeClampType makVrf::DtAltitudeSelectionWidget::currentAltitudeTypeSelection | ( | ) | const [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setCurrentAltitudeTypeSelection | ( | const DtAltitudeClampType & | type | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual double makVrf::DtAltitudeSelectionWidget::altitude | ( | ) | const [virtual] |
Returns altitude value in meters and local.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual QString makVrf::DtAltitudeSelectionWidget::zValue | ( | ) | const [virtual] |
Returns altitude as text.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setZLabel | ( | const QString & | ) | [virtual] |
Sets the label of the altitude text entry.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeDecimals | ( | int | decimals | ) | [virtual] |
Sets the precision of the altitude entries.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setLocation | ( | DtVector | , |
| bool | resetAltitude = false |
||
| ) | [virtual] |
Expects value in meters and local.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual DtGeodeticCoord makVrf::DtAltitudeSelectionWidget::geodeticLocation | ( | ) | const [virtual] |
| virtual double makVrf::DtAltitudeSelectionWidget::altitudeAboveSeaLevel | ( | ) | const [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveSeaLevel | ( | double | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveSeaLevel | ( | const QString & | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveSeaLevelLabel | ( | const QString & | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual double makVrf::DtAltitudeSelectionWidget::altitudeAboveGroundLevel | ( | ) | const [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveGroundLevel | ( | double | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveGroundLevel | ( | const QString & | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveGroundLevelLabel | ( | const QString & | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setMouseClickSupportEnabled | ( | bool | ) | [virtual] |
Enables/disables mouse selection handling for mouse down. Default is turned off.
| virtual void makVrf::DtAltitudeSelectionWidget::setDisplayOnlyMode | ( | bool | ) | [virtual] |
Sets "display only" mode on/off. If on will show a label (altitude) and the combo box for selection.
| virtual bool makVrf::DtAltitudeSelectionWidget::displayOnlyMode | ( | ) | const [virtual] |
Returns whether or not in display only mode.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setLabel | ( | const QString & | ) | [virtual] |
| QString makVrf::DtAltitudeSelectionWidget::label | ( | ) | const |
| virtual void makVrf::DtAltitudeSelectionWidget::setCoordinateSystem | ( | const makArchives::DtDisplayUnitsSettingsRecord::CoordSys & | ) | [virtual] |
Calls down to logic to set coordinate system.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| const makArchives::DtDisplayUnitsSettingsRecord::CoordSys& makVrf::DtAltitudeSelectionWidget::coordinateSystem | ( | ) | const |
| virtual void makVrf::DtAltitudeSelectionWidget::setIgnoreList | ( | const std::vector< makVrv::DtElementID > & | ) | [virtual] |
List of objects to ignore when getting intersections.
| virtual const std::vector<makVrv::DtElementID>& makVrf::DtAltitudeSelectionWidget::ignoreList | ( | ) | const [virtual] |
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveSeaLevelSelected | ( | bool | b | ) | [virtual] |
Altitude above sea level UI modifiers.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveSeaLevelEnabled | ( | bool | b | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveSeaLevelVisible | ( | bool | b | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveGroundLevelSelected | ( | bool | b | ) | [virtual] |
Altitude above ground level UI modifiers.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveGroundLevelEnabled | ( | bool | b | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setAltitudeAboveGroundLevelVisible | ( | bool | b | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::refreshLabels | ( | ) | [virtual] |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| virtual void makVrf::DtAltitudeSelectionWidget::setClampToNearestPolygon | ( | bool | ) | [virtual] |
Sets whether or not to clamp to nearest polygon when selecting altitude. Default is true.
| virtual void makVrf::DtAltitudeSelectionWidget::slot_onAltitudeSelectionTypeChanged | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtAltitudeSelectionWidget::slot_onAltitudeAboveSeaLevelEdited | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtAltitudeSelectionWidget::slot_onAltitudeAboveGroundLevelEdited | ( | ) | [protected, virtual, slot] |
makVrv::DtDe& makVrf::DtAltitudeSelectionWidget::myDe [protected] |
| QGridLayout* makVrf::DtAltitudeSelectionWidget::myGridLayout |
| QDoubleValidator* makVrf::DtAltitudeSelectionWidget::myValidator |
Only valid in display only mode.