![]() |
VR-Forces Developer's Guide
|

Protected Slots | |
| virtual void | slot_onAltitudeSelectionTypeChanged () |
| virtual void | slot_onAltitudeAboveSeaLevelEdited () |
| virtual void | slot_onAltitudeAboveGroundLevelEdited () |
| virtual void | altitudeAboveSeaLevelEditingFinished () |
| virtual void | altitudeAboveGroundLevelEditingFinished () |
Protected Member Functions | |
| virtual void | slot_onUnitChanged (const makVrv::DtUnicode &category, const makVrv::DtUnicode &type, int from, int old) |
| virtual void | selectionChanged (const std::set< makVrv::DtUniqueID > &) |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| std::set< makVrv::DtUniqueID > | mySelection |
| makVrf::DtAltitudeSelectionWidget::DtAltitudeSelectionWidget | ( | makVrv::DtDe & | de, |
| QWidget * | parent, | ||
| const Qt::WindowFlags & | flags = 0, |
||
| const DtTaskSetVariableWidget::CreationFlags & | cflags = DtTaskSetVariableWidget::NormalMode |
||
| ) |
|
virtual |
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Returns altitude value in meters and local.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Returns altitude as text.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
|
virtual |
|
virtual |
Sets the label of the altitude text entry.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
Called for events, if focus is received in the ground or sea level, signal receivedFocus.
|
virtual |
Expects value in meters and local.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
|
virtual |
|
virtual |
Enables/disables mouse selection handling for mouse down. Default is turned off.
|
virtual |
Sets "display only" mode on/off. If on will show a label (altitude) and the combo box for selection.
|
virtual |
Returns whether or not in display only mode.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
| QString makVrf::DtAltitudeSelectionWidget::label | ( | ) | const |
|
virtual |
Calls down to logic to set coordinate system.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
| const makArchives::DtDisplayUnitsSettingsRecord::CoordSys& makVrf::DtAltitudeSelectionWidget::coordinateSystem | ( | ) | const |
|
virtual |
List of objects to ignore when getting intersections.
|
virtual |
|
virtual |
Altitude above sea level UI modifiers.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Altitude above ground level UI modifiers.
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
virtual |
Sets whether or not to clamp to nearest polygon when selecting altitude. Default is true.
|
virtual |
If true, do not change the altitude set with location change.
|
virtual |
|
virtual |
|
inlinevirtual |
Implements makVrf::DtAltitudeSelectionWidgetInterface.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protectedvirtualslot |
|
protected |
|
protected |
|
protected |
| QWidget* makVrf::DtAltitudeSelectionWidget::myCanvas |
| QLabel* makVrf::DtAltitudeSelectionWidget::myAltitudeLabel |
| QFrame* makVrf::DtAltitudeSelectionWidget::mySeparator |
| QHBoxLayout* makVrf::DtAltitudeSelectionWidget::myTitleLine |
| QGridLayout* makVrf::DtAltitudeSelectionWidget::myGridLayout |
| QRadioButton* makVrf::DtAltitudeSelectionWidget::myAltitudeSLevelRadioButton |
| QRadioButton* makVrf::DtAltitudeSelectionWidget::myAltitudeGLevelRadioButton |
| QLineEdit* makVrf::DtAltitudeSelectionWidget::myAltitudeSLevelLineEdit |
| QLineEdit* makVrf::DtAltitudeSelectionWidget::myAltitudeGLevelLineEdit |
| QDoubleValidator* makVrf::DtAltitudeSelectionWidget::myValidator |
| bool makVrf::DtAltitudeSelectionWidget::myJustSetup |
| bool makVrf::DtAltitudeSelectionWidget::myDisplayOnlyMode |
| QHBoxLayout* makVrf::DtAltitudeSelectionWidget::myDisplayOnlyLayout |
Only valid in display only mode.
| QLabel* makVrf::DtAltitudeSelectionWidget::myDisplayOnlyLabel |
| DtAltitudeSelectionWidgetLogic* makVrf::DtAltitudeSelectionWidget::myLogic |