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

Public Member Functions | |
| DtEditEntityPlanWidgetLogic (makVrv::DtDe &de, DtPlanWidgetInterface *iFace) | |
| CTOR. | |
| virtual | ~DtEditEntityPlanWidgetLogic () |
| virtual DTOR | |
| virtual bool | sendPlan (bool reregister=true) |
| Sends plan to back-end for all entities. | |
Protected Member Functions | |
| virtual void | registerPlanCallbacks (const std::vector< std::string > &names) |
| requests plans and sets up callbacks | |
| virtual void | unregisterPlanCallbacks (const std::vector< std::string > &names) |
| virtual void | requestMultiPlan (const std::vector< std::string > &name) |
| Requests plans for all named items. | |
| virtual void | clearPendingPlans () |
| virtual void | displayPlan () |
| virtual bool | shouldAssignPlan (const std::string &name) const |
| virtual void | restartPlan () |
| virtual void | abandonPlan () |
| virtual bool | statementIsEditable (DtSimStatement *stmt) const |
| virtual bool | editPlanStatement (const std::vector< makVrv::DtSimEntry * > &, DtSimStatement *stmt) |
| virtual void | processReceiveMultiPlan (DtSimMessage *) |
| virtual void | slot_onDialogCreated () |
| Will tell edit plan widget to disable its menus. | |
| virtual void | slot_onDialogDestroyed () |
| Will tell edit plan widget to enable its menus. | |
| virtual void | slot_onEditSetRequest (std::vector< std::string > names, const DtSetDataRequest &) |
| Slot called when a set has been edited. | |
| virtual void | slot_onEditTaskRequest (std::vector< std::string > names, const DtSimTask &) |
| Slot called when a task has been edited. | |
| virtual void | slot_onObjectBeingCreated () |
| virtual void | slot_onObjectStoppedBeingCreated () |
Protected Attributes | |
| std::vector< DtIfPlan * > | myPendingPlans |
| std::vector< std::string > | myRequestingMultiPlanFor |
| makVrf::DtEditEntityPlanWidgetLogic::DtEditEntityPlanWidgetLogic | ( | makVrv::DtDe & | de, |
| DtPlanWidgetInterface * | iFace | ||
| ) |
CTOR.
| virtual makVrf::DtEditEntityPlanWidgetLogic::~DtEditEntityPlanWidgetLogic | ( | ) | [virtual] |
virtual DTOR
| virtual bool makVrf::DtEditEntityPlanWidgetLogic::sendPlan | ( | bool | reregister = true | ) | [virtual] |
Sends plan to back-end for all entities.
Implements makVrf::DtBasePlanWidgetLogic.
Reimplemented in makVrf::DtIssueEntityPlanWidgetLogic.
| virtual void makVrf::DtEditEntityPlanWidgetLogic::registerPlanCallbacks | ( | const std::vector< std::string > & | names | ) | [protected, virtual] |
requests plans and sets up callbacks
Reimplemented from makVrf::DtEditPlanWidgetLogic.
| virtual void makVrf::DtEditEntityPlanWidgetLogic::unregisterPlanCallbacks | ( | const std::vector< std::string > & | names | ) | [protected, virtual] |
Reimplemented from makVrf::DtEditPlanWidgetLogic.
| virtual void makVrf::DtEditEntityPlanWidgetLogic::requestMultiPlan | ( | const std::vector< std::string > & | name | ) | [protected, virtual] |
Requests plans for all named items.
| virtual void makVrf::DtEditEntityPlanWidgetLogic::clearPendingPlans | ( | ) | [protected, virtual] |
| virtual void makVrf::DtEditEntityPlanWidgetLogic::displayPlan | ( | ) | [protected, virtual] |
Reimplemented from makVrf::DtBasePlanWidgetLogic.
| virtual bool makVrf::DtEditEntityPlanWidgetLogic::shouldAssignPlan | ( | const std::string & | name | ) | const [protected, virtual] |
| virtual void makVrf::DtEditEntityPlanWidgetLogic::restartPlan | ( | ) | [protected, virtual] |
Implements makVrf::DtBasePlanWidgetLogic.
| virtual void makVrf::DtEditEntityPlanWidgetLogic::abandonPlan | ( | ) | [protected, virtual] |
Implements makVrf::DtBasePlanWidgetLogic.
| virtual bool makVrf::DtEditEntityPlanWidgetLogic::statementIsEditable | ( | DtSimStatement * | stmt | ) | const [protected, virtual] |
Reimplemented from makVrf::DtEditPlanWidgetLogic.
| virtual bool makVrf::DtEditEntityPlanWidgetLogic::editPlanStatement | ( | const std::vector< makVrv::DtSimEntry * > & | , |
| DtSimStatement * | stmt | ||
| ) | [protected, virtual] |
Reimplemented from makVrf::DtEditPlanWidgetLogic.
| virtual void makVrf::DtEditEntityPlanWidgetLogic::processReceiveMultiPlan | ( | DtSimMessage * | ) | [protected, virtual] |
| virtual void makVrf::DtEditEntityPlanWidgetLogic::slot_onDialogCreated | ( | ) | [protected, virtual] |
Will tell edit plan widget to disable its menus.
| virtual void makVrf::DtEditEntityPlanWidgetLogic::slot_onDialogDestroyed | ( | ) | [protected, virtual] |
Will tell edit plan widget to enable its menus.
| virtual void makVrf::DtEditEntityPlanWidgetLogic::slot_onEditSetRequest | ( | std::vector< std::string > | names, |
| const DtSetDataRequest & | |||
| ) | [protected, virtual] |
Slot called when a set has been edited.
| virtual void makVrf::DtEditEntityPlanWidgetLogic::slot_onEditTaskRequest | ( | std::vector< std::string > | names, |
| const DtSimTask & | |||
| ) | [protected, virtual] |
Slot called when a task has been edited.
| virtual void makVrf::DtEditEntityPlanWidgetLogic::slot_onObjectBeingCreated | ( | ) | [protected, virtual] |
| virtual void makVrf::DtEditEntityPlanWidgetLogic::slot_onObjectStoppedBeingCreated | ( | ) | [protected, virtual] |
std::vector<DtIfPlan*> makVrf::DtEditEntityPlanWidgetLogic::myPendingPlans [protected] |
std::vector<std::string> makVrf::DtEditEntityPlanWidgetLogic::myRequestingMultiPlanFor [protected] |