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

Public Member Functions | |
| DtRunwayDefinitionDialogLogic (makVrv::DtDe &de, DtRunwayDefinitionDialog *iface) | |
| Constructor. More... | |
| virtual | ~DtRunwayDefinitionDialogLogic () |
| Destructor. More... | |
| virtual void | processPopulateDialog (const makVrv::DtUniqueID &selectedUniqueID) |
| virtual void | setupGui () |
| Tells the handler to show this dialog when the object is created. More... | |
| virtual void | updateRunwayNames () |
| Populate automatic name to runway from magnetic north information. More... | |
| virtual void | updateRunwayDatas () |
| virtual void | reversePoints () |
| Reverses the line points. More... | |
| virtual bool | isAutomaticRunwayNames () |
| virtual void | setAutomaticRunwayNames (bool b) |
| virtual void | processObjectCreation () |
| virtual void | processObjectUpdate () |
Public Member Functions inherited from makVrf::DtShapeObjectDefinitionDialogLogic | |
| DtShapeObjectDefinitionDialogLogic (makVrv::DtDe &de, DtShapeObjectDefinitionDialog *iface) | |
| CTOR. More... | |
| virtual | ~DtShapeObjectDefinitionDialogLogic () |
| DTOR. More... | |
| virtual void | createConnections () |
| virtual void | terminateConnections () |
| virtual void | processLocationEdited (int currentRow=-1) |
| virtual void | processSelectLocation (int) |
| virtual void | processAddNewPoint () |
| virtual void | processRemovePoint (int index) |
| virtual void | processDoneRequest () |
| virtual void | processCloseRequest () |
| virtual void | processCellEdited (int, int) |
| virtual void | onAltitudeSet (int, int) |
| virtual void | processCellEntered (int, int) |
| virtual void | processNamePrefixEdited () |
| virtual void | processLabelEdited (const std::string &name) |
| virtual void | processExtendedLabelsEdited (const std::map< int, DtString > &name) |
| virtual void | processItemSelectionChanged () |
| virtual void | headingChanged () |
| virtual bool | inGeocentric () const |
| virtual void | updateLocations (const std::vector< DtGeodeticCoord > &locs) |
| virtual bool | isLine () const |
| virtual void | populateDialogWithStmt (const DtCreateObjectCommand *cmd) |
| virtual void | populateOverlays () |
| virtual void | setForce (int) |
| virtual void | processAltitudeTypeChanged () |
| virtual void | attachToMouseChanged (bool b) |
| virtual DtGeodeticCoord | convertToGeodetic (const DtVector &) const |
| virtual DtVector | convertToLocal (const DtGeodeticCoord &) const |
| virtual void | adjustAltitudesBy (double) |
| virtual void | setAltitudesTo (DtAltitudeClampType, double) |
| virtual void | processItemAdded (int) |
| Called when an item is added into the list. More... | |
| virtual void | showTerrainProfile () |
| Show terrain profile dialog by calling dialog manager to do the show with the current principal object image. More... | |
| virtual void | slot_pointSamplingRateChanged (int) |
| Called when the sampling rate changes. Hands on to shape handler to do the actual work. More... | |
| virtual void | slot_lineWidthChanged (int) |
| Called when the line width changes. Hands on to shape handler to do the actual work. More... | |
| virtual void | slot_penStyleChanged (int) |
| Called when the line style changes. Hands on to shape handler to do the actual work. More... | |
| virtual void | slot_arrowDataChanged (const std::string &s) |
| Called when arrow data has changed from the style dialog. More... | |
| virtual void | slot_fillDataChanged (int) |
| Called when fill data has changed from the style dialog. More... | |
| virtual int | fillStyle () const |
| virtual void | slot_onFloorChanged (double) |
| virtual void | slot_onCeilingChanged (double) |
| virtual void | slot_onFloorSet (double) |
| virtual void | slot_onCeilingSet (double) |
| virtual void | updateButtons () |
| virtual void | setActivationTime () |
| virtual void | setEmbarkationInformation (makVrv::DtUniqueID, bool) |
| Sets the embarkation information in the handler. More... | |
| virtual void | setupLabels () |
Protected Attributes | |
| DtRunwayDefinitionDialog * | myCustomDialog |
| boost::signalslib::connection | myUpdateConnection |
| bool | myIsAutomaticRunwayNames |
Protected Attributes inherited from makVrf::DtShapeObjectDefinitionDialogLogic | |
| makVrv::DtDe & | myDe |
| DtShapeObjectDefinitionDialog * | myInterface |
| DtReferenceEllipsoid * | myReferenceForConversion |
| bool | myAltitudeAllowed |
| makVrv::DtSharedDisplayUnitsSettings::CoordSys | myCoordSys |
| std::vector< DtGeodeticCoord > | myBackupLocations |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| makVrf::DtRunwayDefinitionDialogLogic::DtRunwayDefinitionDialogLogic | ( | makVrv::DtDe & | de, |
| DtRunwayDefinitionDialog * | iface | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
this method populates an edit dialog with object information. since the base logic class does not have any provisions to
transport userdata from the handler, we here override, calling the base class method and then pulling userdata from the handler & populating the parameter dialog fields
Reimplemented from makVrf::DtShapeObjectDefinitionDialogLogic.
|
virtual |
Tells the handler to show this dialog when the object is created.
Reimplemented from makVrf::DtShapeObjectDefinitionDialogLogic.
|
virtual |
Populate automatic name to runway from magnetic north information.
|
virtual |
|
virtual |
Reverses the line points.
Reimplemented from makVrf::DtShapeObjectDefinitionDialogLogic.
|
virtual |
|
virtual |
|
virtual |
Reimplemented from makVrf::DtShapeObjectDefinitionDialogLogic.
|
virtual |
Reimplemented from makVrf::DtShapeObjectDefinitionDialogLogic.
|
protected |
|
protected |
|
protected |