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

Public Member Functions | |
| DtEditEntityPlanWidget (makVrv::DtDe &, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor | |
| virtual | ~DtEditEntityPlanWidget () |
| destructor | |
| virtual bool | init (const makVrv::DtSelectionManager::IdSet &) |
| Initializer. | |
| virtual void | setEntitySet (const makVrv::DtSelectionManager::IdSet &ids) |
| Sets the entity ids to validate for menus. | |
| virtual void | setShowAllItems (bool b) |
| Sets whether or not to show all menu items in task/set menu. | |
| bool | showAllItems () const |
Public Member Functions inherited from makVrf::DtEditPlanWidget | |
| DtEditPlanWidget (makVrv::DtDe &, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor | |
| virtual | ~DtEditPlanWidget () |
| destructor | |
| virtual void | slot_addCommandRequest (DtSimCommand &) |
| Calls down to logic to add command statement to plan. | |
| virtual void | slot_addConditional (const DtSimStatement &s) |
| Adds conditional statement. | |
| virtual void | slot_createObject (const DtVrfObjectManipulationHandlerBaseClass::ObjectManipulationData &) |
| Calls down to logic to finish object creation. | |
Public Member Functions inherited from makVrf::DtBasePlanWidget | |
| DtBasePlanWidget (makVrv::DtDe &, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor | |
| virtual | ~DtBasePlanWidget () |
| destructor | |
| virtual DtPlanListBoxItem * | currentItem () |
| virtual bool | deletePending () const |
| virtual void | setAllDisabledButCancel () |
| Sets all disbabled BUT the cancel button. | |
| virtual void | setAllEnabled () |
| Sets everything enabled. | |
Public Member Functions inherited from makVrf::DtPlanWidgetInterface | |
| virtual | ~DtPlanWidgetInterface () |
| destructor | |
| virtual bool | menusEnabled () const =0 |
Public Attributes | |
| boost::signal< void()> | signal_close |
Public Attributes inherited from makVrf::DtEditPlanWidget | |
| boost::signal< void(bool)> | signal_menuEnableStateChanged |
| Signal sent when the menu enable state changes (bool is true if enabled) | |
Public Attributes inherited from makVrf::DtBasePlanWidget | |
| Ui_PlanWidgetUi | myUiImpl |
| QMenuBar * | myMenuBar |
Protected Member Functions | |
| virtual void | createLogic () |
| virtual void | requestPlan (const makVrv::DtSelectionManager::IdSet &curSel) |
| Calls down to logic to request plan. | |
| virtual bool | createMenus () |
| Calls createTaskMenu(), createSetMenu(), createSimulationCommandMenu() and createEmbeddedEntitiesMenu(). | |
| virtual void | createTaskMenu () |
| virtual void | createSetMenu () |
| virtual void | createSimulationCommandMenu () |
| virtual void | createEmbeddedEntitiesMenu () |
| Creates a local DtSubMenuConfiguration and DtEditPlanMenuAssembler. | |
| virtual void | closeWidget () |
| virtual void | cleanupMenus () |
| virtual void | finalizeMenus () |
| Calls finalizeTaskMenu(), finalizeSetMenu(), finalizeSimulationCommandMenu() and finalizeEmbeddedEntitiesMenu(). | |
| virtual void | finalizeTaskMenu () |
| virtual void | finalizeSetMenu () |
| virtual void | finalizeSimulationCommandMenu () |
| virtual void | finalizeEmbeddedEntitiesMenu () |
| Calls setupMenuForPlanDialog with myEmbeddedEntitiesMenuBuilder. | |
| virtual void | requestTaskSetInformation () |
| Request task/set information from the task/set manager for the entities that are part of this dialog. | |
| virtual void | setupMenuForPlanDialog (DtVrfTaskSetMenu *) |
| virtual void | setupMenuForPlanDialog (DtEmbeddedEntitiesMenu *) |
| Calls setPartOfPlanDialog(1) and setPlanEntitySet(myEntitySet) to tell the menu to use myEntitySet as the source for the embedded entities. | |
| virtual void | slot_addSetRequest (std::vector< DtUUID > names, const DtSetDataRequest &) |
| Calls down to logic to add set statement to plan. | |
| virtual void | slot_addTaskRequest (std::vector< DtUUID > names, const DtSimTask &) |
| Calls down to logic to add task statement to plan. | |
| virtual DtVrfSimulationCommandMenu * | simulationCommandMenu () |
| virtual void | disableMenus () |
| Sets the enabled status of the menus for DtEditPlanWidget, myTaskMenu, mySetMenu, mySimulationCommandMenu and myEmbeddedEntitiesMenu. | |
| virtual void | enableMenus () |
| Sets the enabled status of the menus for DtEditPlanWidget, myTaskMenu, mySetMenu, mySimulationCommandMenu and myEmbeddedEntitiesMenu. | |
Protected Member Functions inherited from makVrf::DtEditPlanWidget | |
| virtual void | closeEvent (QCloseEvent *e) |
| virtual void | createConditionalMenu () |
| virtual void | finalizeConditionalMenu () |
| virtual void | enableMenu (QMenu *, bool) |
| virtual void | onItemSelectionChanged () |
Protected Member Functions inherited from makVrf::DtBasePlanWidget | |
| virtual void | setupGui () |
| virtual QTreeWidget * | planListBox () |
| virtual QWidget * | widget () |
| Should return widget subclass. | |
| virtual QPushButton * | applyButton () |
| virtual QPushButton * | restartButton () |
| virtual QPushButton * | okButton () |
| virtual QPushButton * | editButton () |
| virtual QPushButton * | cancelButton () |
| virtual QPushButton * | deleteButton () |
| virtual QPushButton * | abandonPlanButton () |
| virtual QPushButton * | replacePlanButton () |
| virtual QPushButton * | printButton () |
| virtual QPushButton * | copyPlanButton () |
| virtual bool | showCurrentWithArrow () const |
| virtual void | setPlanStatus (const QString &) |
| virtual void | keyPressEvent (QKeyEvent *e) |
| virtual bool | eventFilter (QObject *o, QEvent *e) |
| virtual void | refreshDisplay () |
Protected Attributes | |
| DtVrfTaskSetMenu * | myTaskMenu |
| makVrv::DtMenu * | myTaskMenuBuilder |
| DtVrfTaskSetMenu * | mySetMenu |
| makVrv::DtMenu * | mySetMenuBuilder |
| DtVrfSimulationCommandMenu * | mySimulationCommandMenu |
| makVrv::DtMenu * | mySimulationCommandMenuBuilder |
| QMenu * | myEmbeddedEntitiesMenu |
| DtEmbeddedEntitiesMenu * | myEmbeddedEntitiesMenuBuilder |
| bool | myEmbeddedEnabled |
| bool | myShowAllItems |
Protected Attributes inherited from makVrf::DtEditPlanWidget | |
| makVrv::DtSelectionManager::IdSet | myEntitySet |
| DtVrfConditionalMenu * | myConditionalMenu |
| makVrv::DtMenu * | myConditionalMenuBuilder |
| bool | myMenusEnabled |
Protected Attributes inherited from makVrf::DtBasePlanWidget | |
| makVrv::DtDe & | myDe |
| bool | myShowCurrentWithArrow |
| If true (default is false), then have two columns, the first column being an arrow that shows the current statement. | |
| DtBasePlanWidgetLogic * | myLogic |
| bool | myDeletePending |
| makVrv::DtSignalConnectionManager | myConnections |
Private Member Functions | |
| DtEditEntityPlanWidget (const DtEditEntityPlanWidget &orig) | |
| copy constructor. Not Implemented. | |
| DtEditEntityPlanWidget & | operator= (const DtEditEntityPlanWidget &rhs) |
| assignment operator. Not Implemented. | |
Additional Inherited Members | |
Protected Slots inherited from makVrf::DtEditPlanWidget | |
| virtual void | onSendPlanAndClose () |
| Tells logic to send plan then closes widget. | |
| virtual void | onSendPlan () |
| Asks logic to send plan. | |
| virtual void | onRestartPlan () |
| Asks logic to restart plan. | |
| virtual void | onDeleteSelectedStatement () |
| Asks logic to delete selected statement. | |
| virtual void | onAbandonPlan () |
| Asks logic to abandon plan. | |
| virtual void | onPlanSelectionChanged () |
| Tells logic to change selected statement. | |
| virtual void | onReplacePlan () |
| Tells logic to replace plan. | |
| virtual void | onEnableReplacePlan () |
| Enables the replace plan button. | |
| virtual void | onEditPlanStatement () |
| Tells logic to edit the current plan statement. | |
| virtual bool | menusEnabled () const |
| makVrf::DtEditEntityPlanWidget::DtEditEntityPlanWidget | ( | makVrv::DtDe & | , |
| QWidget * | parent = NULL, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
|
virtual |
destructor
|
private |
copy constructor. Not Implemented.
|
virtual |
Initializer.
Reimplemented from makVrf::DtEditPlanWidget.
Reimplemented in makVrf::DtEditGlobalPlanWidget.
|
virtual |
Sets the entity ids to validate for menus.
|
virtual |
Sets whether or not to show all menu items in task/set menu.
|
inline |
|
protectedvirtual |
Implements makVrf::DtBasePlanWidget.
Reimplemented in makVrf::DtIssueEntityPlanWidget, and makVrf::DtEditGlobalPlanWidget.
|
protectedvirtual |
Calls down to logic to request plan.
|
protectedvirtual |
Calls createTaskMenu(), createSetMenu(), createSimulationCommandMenu() and createEmbeddedEntitiesMenu().
Returns DtEditPlanWidget::createMenus().
Reimplemented from makVrf::DtEditPlanWidget.
|
protectedvirtual |
Reimplemented in makVrf::DtEditGlobalPlanWidget.
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in makVrf::DtEditGlobalPlanWidget.
|
protectedvirtual |
Creates a local DtSubMenuConfiguration and DtEditPlanMenuAssembler.
Sets myEmbeddedEntitiesMenuBuilder to DtEmbeddedEntitiesMenu::menuInstance. Adds DtEmbeddedEntitiesMenuId to the menu configuration and assembles it. Looks up the menu in the assembler and caches the pointer in myEmbeddedEntitiesMenu.
Reimplemented in makVrf::DtEditGlobalPlanWidget.
|
protectedvirtual |
Reimplemented from makVrf::DtBasePlanWidget.
|
protectedvirtual |
|
protectedvirtual |
Calls finalizeTaskMenu(), finalizeSetMenu(), finalizeSimulationCommandMenu() and finalizeEmbeddedEntitiesMenu().
Returns DtEditPlanWidget::finalizeMenus().
Reimplemented from makVrf::DtEditPlanWidget.
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
|
protectedvirtual |
Calls setupMenuForPlanDialog with myEmbeddedEntitiesMenuBuilder.
|
protectedvirtual |
Request task/set information from the task/set manager for the entities that are part of this dialog.
|
protectedvirtual |
|
protectedvirtual |
Calls setPartOfPlanDialog(1) and setPlanEntitySet(myEntitySet) to tell the menu to use myEntitySet as the source for the embedded entities.
Connects the signal_planTaskCreated to slot_addTaskRequest.
|
protectedvirtual |
Sets the enabled status of the menus for DtEditPlanWidget, myTaskMenu, mySetMenu, mySimulationCommandMenu and myEmbeddedEntitiesMenu.
Reimplemented from makVrf::DtEditPlanWidget.
|
protectedvirtual |
Sets the enabled status of the menus for DtEditPlanWidget, myTaskMenu, mySetMenu, mySimulationCommandMenu and myEmbeddedEntitiesMenu.
Reimplemented from makVrf::DtEditPlanWidget.
|
protectedvirtual |
Calls down to logic to add set statement to plan.
|
protectedvirtual |
Calls down to logic to add task statement to plan.
|
protectedvirtual |
Implements makVrf::DtPlanWidgetInterface.
|
private |
assignment operator. Not Implemented.
| boost::signal<void ()> makVrf::DtEditEntityPlanWidget::signal_close |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |