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

Public Member Functions | |
| DtEditPlanWidgetLogic (makVrv::DtDe &de, DtPlanWidgetInterface *iFace) | |
| CTOR. | |
| virtual | ~DtEditPlanWidgetLogic () |
| virtual DTOR | |
| virtual void | clearPlanModified () |
| virtual void | markPlanModified () |
| virtual void | setupGui (const makVrv::DtSelectionManager::IdSet &) |
| virtual void | selectTrigger (int) |
| virtual void | selectTrigger (const DtUUID &) |
| virtual void | selectTrigger (DtTriggerStmt *) |
Public Member Functions inherited from makVrf::DtBasePlanWidgetLogic | |
| DtBasePlanWidgetLogic (makVrv::DtDe &de, DtPlanWidgetInterface *iFace) | |
| CTOR. | |
| virtual | ~DtBasePlanWidgetLogic () |
| virtual DTOR | |
| virtual bool | sendPlan (bool reregister=true)=0 |
| Sends plan to back-end for all entities. | |
| virtual void | restartPlan ()=0 |
| virtual void | abandonPlan ()=0 |
| virtual bool | globalPlan () const |
| virtual void | enableReplacePlan () |
| virtual bool | canPastePlan () const |
| virtual void | printPlan () |
| Prints plan. | |
| virtual void | copySelectedPlanStatement () |
| Copies plan to clipboard. | |
| virtual void | copyPlan () |
| virtual void | setPlanName (const DtUUID &) |
| virtual const DtUUID & | planName () const |
| virtual void | setMarkingTextTitle (const QString &) |
| virtual void | accept () |
| Accepts contents of dialog. | |
| virtual void | connectSignals (const std::vector< makVrv::DtSimEntry * > &s) |
| Connects up watch on deletion signal from simData and then watches deletions. | |
| virtual void | setTitle () |
| virtual DtPlan * | plan () |
| Returns the current plan. | |
| virtual void | setClosingBecauseObjectRemoved (bool b) |
| virtual bool | closingBecauseObjectRemoved () const |
Protected Types | |
| typedef boost::unordered_map < DtUUID, makVrv::DtUniqueID > | PlanVariables |
Protected Member Functions | |
| virtual void | removeTrigger (const DtUUID &) |
| virtual void | setPlanIsModified (bool) |
| virtual void | triggerWasModified (bool) |
| virtual void | renameTrigger (const DtUUID &, const DtString &) |
| virtual void | editTrigger (const std::vector< makVrv::DtSimEntry * > &states, const DtUUID &) |
| virtual void | setVariables (const DtRwVariableBindings &vars) |
| Sets simulation object variables to the state view collection and removes those that are no longer valid. This is not an addative routine. | |
| virtual void | objectAdded () |
| virtual DtRwTriggersList * | triggers () |
| virtual void | requestPlan (const std::vector< DtUUID > &) |
| Sends message to back-end to request plan for specific entities. | |
| virtual void | registerPlanCallbacks (const std::vector< DtUUID > &names) |
| virtual void | unregisterPlanCallbacks (const std::vector< DtUUID > &names) |
| virtual bool | planIsModified () const |
| virtual void | processReceivePlan (const DtUUID &, bool isGlobal, const std::vector< DtSimStatement * > &statements, const DtRwTriggersList &, const DtRwVariableBindings &variables) |
| virtual void | processReceiveCurrentStatement (const DtUUID &, bool isGlobal, DtPlanStatus status, bool reselect=true) |
| virtual void | processReceivePlanComplete (const DtUUID &, bool isGlobal) |
| virtual void | processPlanStatement (const DtUUID &, bool isGlobal, DtPlanStatus status, bool reselect=true) |
| virtual bool | isWatching (const DtUUID &) const |
| Returns true if we have registered to watch for this entity. | |
| virtual void | addStatementAfter (DtSimStatement *stmt, const DtPlanListBoxItem *listItem) |
| Add a new statement after another statement. | |
| virtual void | addConditional (const DtSimStatement &stmt) |
| Clones statement then adds it after current statement. | |
| virtual void | addTrigger (const DtSimStatement &stmt, bool selectNew=true) |
| Adds as a new potential trigger than can be used. | |
| virtual void | planRequestComplete () |
| Called following a requestPlan after a complete plan has been received. | |
| virtual void | planSelectionChanged () |
| virtual void | replacePlan () |
| virtual bool | deleteStatement (const DtPlanListBoxItem *) |
| virtual void | deleteAllStatements () |
| virtual void | addSetRequest (const DtSetDataRequest &) |
| virtual void | addTaskRequest (const DtSimTask &) |
| virtual void | addCommandRequest (DtSimCommand &) |
| virtual void | replaceStatement (DtSimStatement *stmt, DtPlanListBoxItem *listItem) |
| virtual bool | statementIsEditable (DtSimStatement *stmt) const |
| virtual void | editCurrentPlanStatement (const std::vector< makVrv::DtSimEntry * > &) |
| virtual bool | editPlanStatement (const std::vector< makVrv::DtSimEntry * > &, DtSimStatement *stmt) |
| virtual bool | editConditionalExpression (int type, const DtSimStatement *simStmt, const DtSimCondExpr *stmt, const std::vector< makVrv::DtSimEntry * > &data, const QString &statementDescription) |
| virtual void | editPlanStatementFor (const DtEntityType &t, const DtCreateObjectCommand *simStmt) |
| virtual void | editPlanStatementForTacticalGraphic (const DtCreateObjectCommand *simStmt) |
| virtual void | editPlanStatementForEntity (const DtCreateObjectCommand *simStmt) |
| virtual void | finalizeObjectCreation (const DtVrfObjectManipulationHandlerBaseClass::ObjectManipulationData &) |
| virtual void | slot_stoppedObjectCreation () |
| virtual void | finalizeTacticalGraphicObjectCreation (const DtVrfObjectManipulationHandlerBaseClass::ObjectManipulationData &) |
| virtual void | finalizeEntityObjectCreation (const DtVrfObjectManipulationHandlerBaseClass::ObjectManipulationData &) |
| virtual bool | editing () const |
| virtual void | selectExecutingTrigger (int) |
| virtual void | selectExecutingTrigger () |
| virtual void | cleanupUnusedTriggers (bool showNeverShowAgain=false) |
| virtual void | setupTriggers (bool maintainSelection=true) |
| virtual void | slot_onDialogDestroyed (void *) |
| virtual void | slot_onConditionEditingComplete (const DtSimStatement &) |
| virtual void | slot_onEditSimCommandRequest (const DtSimCommandObjectWrapper &) |
| Slot called when a sim command has been edited. | |
| virtual void | slot_objectCreateComplete () |
| virtual void | cancel (bool force=false) |
| Called to cancel. Force, it true, will force the cancel to happen even if plan is modified. | |
| virtual bool | isGlobalPlan () const |
| Needed for conditionals. Default is false. | |
| virtual void | planAddedTriggers () |
| virtual void | triggersAddedTriggers () |
| virtual void | triggerViewStateChanged (bool) |
| virtual void | diGuyAnimationsReceived () |
| virtual void | slot_scriptedTasksReceived () |
Protected Member Functions inherited from makVrf::DtBasePlanWidgetLogic | |
| virtual void | receivedPlanCallback (DtSimMessage *) |
| virtual void | receivedPlanStatementCallback (DtSimMessage *) |
| virtual void | addStatementsToPlan (const std::vector< DtSimStatement * > &statements, bool append) |
| Adds the statements from the statement list to myPlan. | |
| virtual void | displayPlan () |
| virtual void | clearAllStatements () |
| virtual void | displayPlanStatusString (DtPlanStatus status) |
| Puts the appropriate string in the "Plan Status" label on the window. | |
| virtual void | slot_objectAboutToBeRemoved (makVrv::DtSimObjectEntry &) |
Protected Attributes | |
| bool | myRequestingPlan |
| bool | myPlanEditMode |
| int | myCurrentStatement |
| DtPlanStatus | myPlanStatus |
| bool | myAboutToEditPlanStatement |
| std::vector< DtUUID > | myRegisteredNames |
| std::set< DtUUID > | myRegisteredTriggers |
| std::set< DtUUID > | myExecutingTriggers |
| std::set< void * > | myEditing |
| DtRwTriggersList | myTriggers |
| DtUUID | myEditingEntity |
| DtUUID | mySelectTriggerIfShowsUp |
| bool | myTriggersShown |
| bool | mySentPlan |
| PlanVariables | myPlanVariables |
| std::vector< DtUUID > | myPlansRequestedFor |
Protected Attributes inherited from makVrf::DtBasePlanWidgetLogic | |
| makVrv::DtDe & | myDe |
| DtPlanWidgetInterface * | myInterface |
| DtUUID | myName |
| std::vector< makVrv::DtSimEntry * > | myConnectedTo |
| makVrv::DtSignalConnectionManager | myConnectionManager |
| bool | myClosingBecauseObjectRemoved |
| bool | myIgnoreNextPlanStatementReceipt |
|
protected |
| makVrf::DtEditPlanWidgetLogic::DtEditPlanWidgetLogic | ( | makVrv::DtDe & | de, |
| DtPlanWidgetInterface * | iFace | ||
| ) |
CTOR.
|
virtual |
virtual DTOR
|
virtual |
|
virtual |
|
virtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
virtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
virtual |
|
virtual |
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Sets simulation object variables to the state view collection and removes those that are no longer valid. This is not an addative routine.
|
protectedvirtual |
|
inlineprotectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Sends message to back-end to request plan for specific entities.
Implements makVrf::DtBasePlanWidgetLogic.
Reimplemented in makVrf::DtIssueEntityPlanWidgetLogic.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in makVrf::DtEditEntityPlanWidgetLogic, and makVrf::DtEditGlobalPlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
Returns true if we have registered to watch for this entity.
Reimplemented in makVrf::DtIssueEntityPlanWidgetLogic.
|
protectedvirtual |
Add a new statement after another statement.
|
protectedvirtual |
Clones statement then adds it after current statement.
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Adds as a new potential trigger than can be used.
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Called following a requestPlan after a complete plan has been received.
(Remember, plans can arrive in multiple messages)
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in makVrf::DtEditEntityPlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Reimplemented in makVrf::DtEditEntityPlanWidgetLogic.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
inlineprotectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Slot called when a sim command has been edited.
|
protectedvirtual |
|
protectedvirtual |
Called to cancel. Force, it true, will force the cancel to happen even if plan is modified.
Reimplemented from makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
Needed for conditionals. Default is false.
Reimplemented in makVrf::DtEditGlobalPlanWidgetLogic.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Implements makVrf::DtBasePlanWidgetLogic.
|
protectedvirtual |
|
protectedvirtual |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |