![]() |
VR-Forces 4.6 Class Documentation
|
Logic that is used to populate and receive updates for contamination areas. More...
Public Member Functions | |
| DtComputedRouteDefinitionDialogLogic (makVrv::DtDe &de, DtComputedRouteDefinitionDialog *iface) | |
| Constructor. | |
| virtual | ~DtComputedRouteDefinitionDialogLogic () |
| Destructor. | |
| virtual void | setupGui () |
| Sets up the GUI. | |
| virtual void | createConnections () |
| Creates connections. | |
| virtual void | terminateConnections () |
| Breaks all connections. | |
| virtual void | processObjectCreation () |
| Processing request to create object. | |
| virtual void | populateOverlays () |
| Populates overlays combo box. | |
| virtual void | populateRulesTypes () |
| Populate the rules type combo box. | |
| virtual void | processComputedRouteResponse (bool success, DtString, const DtUUID &) |
| Called in response to receiving response from sim when route creation succeeds or fails. | |
| virtual void | processCloseRequest () |
| Handles request to close the dialog. | |
| virtual void | processShowRequest () |
| Handles request to show the dialog. | |
| virtual void | changeRuleType (const std::string &) |
| Changes the rules to match the specified type. | |
Protected Member Functions | |
| virtual void | loadRules () |
| Loads the rule configuration. | |
| virtual void | closeDialog () |
| Handles closing of the dialog. | |
| virtual void | createComputedRoute () |
| Requests creation of the specified route. | |
Protected Attributes | |
| DtComputedRouteDefinitionDialog * | myDialog |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| makVrv::DtDe & | myDe |
| DtComputedRouteTypeReader | myComputedRouteTypeReader |
| bool | myGuiIsSetup |
| bool | myRequested |
| unsigned int | myRequestId |
| DtSimulationAddress | mySimAddress |
Logic that is used to populate and receive updates for contamination areas.
| makVrf::DtComputedRouteDefinitionDialogLogic::DtComputedRouteDefinitionDialogLogic | ( | makVrv::DtDe & | de, |
| DtComputedRouteDefinitionDialog * | iface | ||
| ) |
Constructor.
|
virtual |
Destructor.
|
virtual |
Sets up the GUI.
|
virtual |
Creates connections.
|
virtual |
Breaks all connections.
|
virtual |
Processing request to create object.
|
virtual |
Populates overlays combo box.
|
virtual |
Populate the rules type combo box.
|
virtual |
Called in response to receiving response from sim when route creation succeeds or fails.
|
virtual |
Handles request to close the dialog.
|
virtual |
Handles request to show the dialog.
|
virtual |
Changes the rules to match the specified type.
|
protectedvirtual |
Loads the rule configuration.
|
protectedvirtual |
Handles closing of the dialog.
|
protectedvirtual |
Requests creation of the specified route.
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |