![]() |
VR-Forces 4.3.1 Class Documentation
|
Logic that is used to populate and receive updates from the scenario event extension. More...

Public Member Functions | |
| DtScenarioEventDefinitionDialogLogic (makVrv::DtDe &de, DtScenarioEventDefinitionDialog *iface) | |
| Constructor. | |
| virtual | ~DtScenarioEventDefinitionDialogLogic () |
| Destructor. | |
| virtual void | processPopulateDialog (const makVrv::DtUniqueID &selectedUniqueID) |
| virtual void | setupGui () |
| Tells the handler to show this dialog when the object is created. | |
| virtual void | updateScenarioEventData () |
| virtual void | onUseLocationChanged (bool) |
Public Member Functions inherited from makVrf::DtPointObjectDefinitionDialogLogic | |
| DtPointObjectDefinitionDialogLogic (makVrv::DtDe &de, DtPointObjectDefinitionDialog *iface) | |
| CTOR. | |
| virtual | ~DtPointObjectDefinitionDialogLogic () |
| DTOR. | |
| virtual void | createConnections () |
| virtual void | terminateConnections () |
| virtual void | processAltitudeSelectionTypeChanged (const DtAltitudeClampType &) |
| virtual void | processDoneRequest () |
| virtual void | processCloseRequest () |
| virtual void | processHeadingChanged (double value) |
| virtual void | processReviewMouseClicks (bool flag) |
| virtual void | processNamePrefixEdited (const std::string &name) |
| virtual void | processLabelEdited (const std::string &name) |
| virtual void | processExtendedLabelsEdited (const std::map< int, DtString > &name) |
| virtual void | populateOverlays () |
| virtual void | setForce (int) |
| virtual void | processLocationChanged () |
| virtual void | processAltitudeAboveSeaLevelEdited (double) |
| virtual void | processAltitudeAboveGroundLevelEdited (double) |
| virtual void | processClampSelectionChanged (double) |
| virtual void | populateDialogWithStmt (const DtCreateObjectCommand *cmd) |
| virtual void | forceHandlerUpdate (const DtVector &location) |
| virtual bool | isText () const |
| virtual void | objectCreated () |
| virtual void | slot_fontDataChanged (const std::string &) |
| Called when the font data has changed. Hands on to shape handler to do the actual work. | |
Protected Member Functions | |
| virtual void | setupScenarioEvent (const DtRwScenarioEvent &evt) |
| virtual void | processObjectCreation () |
| virtual void | processObjectUpdate () |
Protected Member Functions inherited from makVrf::DtPointObjectDefinitionDialogLogic | |
| virtual void | cancelDialog () |
| virtual void | closeDialog () |
| virtual void | slot_onMouseLocationChanged (const DtVector &loc) |
| virtual void | slot_onMouseHeadingChanged (double heading) |
| virtual void | slot_onMouseAltitudeChanged (double heading) |
| virtual void | slot_onHandlerStopped (DtVrfObjectManipulationHandlerBaseClass *handler) |
| virtual void | slot_onPlacement (const DtVector &loc) |
| virtual void | slot_onLocationSet (const DtVector &loc) |
| virtual void | slot_onOverlayNameChanged (const std::string &name) |
| virtual void | slot_onForceChanged (int) |
| virtual void | slot_displayUnitChanged (makVrv::DtUnitConverterCollection::DisplayUnitType type, int unit, int oldUnit) |
| virtual void | slot_overlayAdded (const std::string &) |
| virtual void | slot_overlayRemoved (const std::string &) |
| virtual void | slot_overlayRenamed (const std::string &, const std::string &) |
| virtual void | slot_onPublishObjectChanged (bool) |
| virtual void | slot_displayUnitDecimalsChanged (makVrv::DtUnitConverterCollection::DisplayUnitType, int, int) |
| Connected to signal_displayUnitDecimalsChanged on DtDisplayUnitsSettingsSignaler. | |
Protected Attributes | |
| DtScenarioEventDefinitionDialog * | myCustomDialog |
| int | myCurrentOrdinal |
Protected Attributes inherited from makVrf::DtPointObjectDefinitionDialogLogic | |
| makVrv::DtDe & | myDe |
| DtPointObjectDefinitionDialog * | myInterface |
| int | myNameCounter |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| DtVector | myObjectBackupLocation |
| bool | myEditingVertex |
| bool | myObjectBackupLocationSet |
Logic that is used to populate and receive updates from the scenario event extension.
| makVrf::DtScenarioEventDefinitionDialogLogic::DtScenarioEventDefinitionDialogLogic | ( | makVrv::DtDe & | de, |
| DtScenarioEventDefinitionDialog * | 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::DtPointObjectDefinitionDialogLogic.
|
virtual |
Tells the handler to show this dialog when the object is created.
Reimplemented from makVrf::DtPointObjectDefinitionDialogLogic.
|
virtual |
|
virtual |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented from makVrf::DtPointObjectDefinitionDialogLogic.
|
protectedvirtual |
Reimplemented from makVrf::DtPointObjectDefinitionDialogLogic.
|
protected |
The base logic class has a pointer the the base dialog class (DtPointObjectDefinitionDialog) called myInterface. We instantiate the derived dialog class DtCustomControlObjectDefinitionDialog and set the myInterface pointer of the base logic class to the derived dialog.
|
protected |