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

Public Member Functions | |
| DtEditGlobalPlanWidgetLogic (makVrv::DtDe &de, DtPlanWidgetInterface *iFace, bool isNewPlan) | |
| CTOR. | |
| virtual | ~DtEditGlobalPlanWidgetLogic () |
| virtual DTOR | |
Protected Member Functions | |
| virtual bool | sendPlan (bool) |
| Sends plan to back-end for all entities. | |
| virtual void | restartPlan () |
| virtual void | abandonPlan () |
| virtual void | unregisterPlanCallbacks (const std::vector< std::string > &names) |
| virtual void | registerPlanCallbacks (const std::vector< std::string > &names) |
| virtual bool | globalPlan () const |
| virtual void | slot_onObjectBeingCreated () |
| virtual void | slot_onObjectStoppedBeingCreated () |
| virtual void | connectSignals (const std::vector< makVrv::DtSimEntry * > &s) |
| Connects up watch on deletion signal from simData and then watches deletions. | |
Protected Attributes | |
| bool | myIsNewPlan |
| makVrf::DtEditGlobalPlanWidgetLogic::DtEditGlobalPlanWidgetLogic | ( | makVrv::DtDe & | de, |
| DtPlanWidgetInterface * | iFace, | ||
| bool | isNewPlan | ||
| ) |
CTOR.
| virtual makVrf::DtEditGlobalPlanWidgetLogic::~DtEditGlobalPlanWidgetLogic | ( | ) | [virtual] |
virtual DTOR
| virtual bool makVrf::DtEditGlobalPlanWidgetLogic::sendPlan | ( | bool | reregister | ) | [protected, virtual] |
Sends plan to back-end for all entities.
Implements makVrf::DtBasePlanWidgetLogic.
| virtual void makVrf::DtEditGlobalPlanWidgetLogic::restartPlan | ( | ) | [protected, virtual] |
Implements makVrf::DtBasePlanWidgetLogic.
| virtual void makVrf::DtEditGlobalPlanWidgetLogic::abandonPlan | ( | ) | [protected, virtual] |
Implements makVrf::DtBasePlanWidgetLogic.
| virtual void makVrf::DtEditGlobalPlanWidgetLogic::unregisterPlanCallbacks | ( | const std::vector< std::string > & | names | ) | [protected, virtual] |
Reimplemented from makVrf::DtEditPlanWidgetLogic.
| virtual void makVrf::DtEditGlobalPlanWidgetLogic::registerPlanCallbacks | ( | const std::vector< std::string > & | names | ) | [protected, virtual] |
Reimplemented from makVrf::DtEditPlanWidgetLogic.
| virtual bool makVrf::DtEditGlobalPlanWidgetLogic::globalPlan | ( | ) | const [protected, virtual] |
Reimplemented from makVrf::DtEditPlanWidgetLogic.
| virtual void makVrf::DtEditGlobalPlanWidgetLogic::slot_onObjectBeingCreated | ( | ) | [protected, virtual] |
| virtual void makVrf::DtEditGlobalPlanWidgetLogic::slot_onObjectStoppedBeingCreated | ( | ) | [protected, virtual] |
| virtual void makVrf::DtEditGlobalPlanWidgetLogic::connectSignals | ( | const std::vector< makVrv::DtSimEntry * > & | s | ) | [protected, virtual] |
Connects up watch on deletion signal from simData and then watches deletions.
Reimplemented from makVrf::DtBasePlanWidgetLogic.
bool makVrf::DtEditGlobalPlanWidgetLogic::myIsNewPlan [protected] |