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

Public Member Functions | |
| DtEditEntityPlanWidget (makVrv::DtDe &, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor More... | |
| virtual | ~DtEditEntityPlanWidget () |
| destructor More... | |
| virtual bool | init (const makVrv::DtSelectionManager::IdSet &) |
| Initializer. More... | |
| virtual void | setEntitySet (const makVrv::DtSelectionManager::IdSet &ids) |
| Sets the entity ids to validate for menus. More... | |
| virtual void | setShowAllItems (bool b) |
| Sets whether or not to show all menu items in task/set menu. More... | |
| bool | showAllItems () const |
Public Member Functions inherited from makVrf::DtEditPlanWidget | |
| DtEditPlanWidget (makVrv::DtDe &, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor More... | |
| virtual | ~DtEditPlanWidget () |
| destructor More... | |
| virtual void | slot_addCommandRequest (DtSimCommand &) |
| Calls down to logic to add command statement to plan. More... | |
| virtual void | slot_addConditional (const DtSimStatement &s) |
| Adds conditional statement. More... | |
| virtual void | slot_addTrigger (const DtSimStatement &s) |
| virtual void | slot_addTriggerFromMenu (const DtSimStatement &s) |
| virtual void | slot_createObject (const DtVrfObjectManipulationHandlerBaseClass::ObjectManipulationData &) |
| Calls down to logic to finish object creation. More... | |
| virtual DtVrfConditionalMenu * | conditionalMenu () |
| virtual void | addTrigger (const QString &triggerName, const DtUUID &triggerUUID, bool executing=false, bool registered=false) |
| Trigger handling. More... | |
| virtual void | clearTriggers () |
| virtual void | selectTrigger (int, bool force=false) |
| virtual void | selectTrigger (const DtUUID &, bool force=false) |
| virtual void | removeTrigger (const DtUUID &) |
| virtual void | sortTriggers () |
| virtual void | addStatementAfter (DtSimStatement *stmt, const DtPlanListBoxItem *listItem) |
| virtual DtPlanListBoxItem * | currentItemForStatement () |
| If something was disabled, and we are adding a task, get the item that was selected when disabled, else return currentItem. More... | |
| virtual void | setConditionText (const QString &) |
| virtual void | setTriggerText (const QString &, const DtUUID &, bool registered) |
| virtual void | renameTrigger (const DtUUID &, const DtString &) |
| virtual DtUUID | selectedTrigger () const |
| virtual void | updateTriggersUsed () |
| virtual bool | triggerUsed (const DtUUID &) |
| virtual void | editingCurrentItem () |
Public Member Functions inherited from makVrf::DtBasePlanWidget | |
| DtBasePlanWidget (makVrv::DtDe &, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor More... | |
| virtual | ~DtBasePlanWidget () |
| destructor More... | |
| virtual DtPlanListBoxItem * | currentItem () |
| virtual bool | deletePending () const |
| virtual void | setAllDisabledButCancel () |
| Sets all disbabled BUT the cancel button. More... | |
| virtual void | setAllEnabled () |
| Sets everything enabled. More... | |
| virtual void | setTriggerViewExpanded (bool) |
| virtual void | setClosingBecauseObjectRemoved (bool) |
| virtual void | setCurrentPlanListBox (DtPlanTreeWidget *) |
Public Member Functions inherited from makVrf::DtPlanWidgetInterface | |
| virtual | ~DtPlanWidgetInterface () |
| destructor More... | |
| virtual bool | menusEnabled () const =0 |
| virtual bool | interfaceEnabled () const =0 |
| virtual bool | triggersExpanded () const =0 |
Public Attributes | |
| boost::signals2::signal< void()> | signal_close |
Public Attributes inherited from makVrf::DtEditPlanWidget | |
| boost::signals2::signal< void(bool)> | signal_menuEnableStateChanged |
| Signal sent when the menu enable state changes (bool is true if enabled) More... | |
| DtVrfConditionalMenu * | myConditionalMenu |
| makVrv::DtMenu * | myConditionalMenuBuilder |
| QAction * | mySeparator |
| QAction * | myAddTriggerAction |
Public Attributes inherited from makVrf::DtBasePlanWidget | |
| Ui_PlanWidgetUi | myUiImpl |
| QMenuBar * | myMenuBar |
| DtPlanTreeWidget * | myPlanListBox |
| DtPlanTreeWidget * | myTriggerListBox |
| QMenu * | myPlanMenu |
| QAction * | myPrintAction |
| QAction * | myRestartPlanAction |
| QAction * | myAbandonPlanAction |
| QAction * | myCopyPlanAction |
| QAction * | myCleanupTriggersAction |
| QAction * | myShowTriggerStatusAction |
| QDialog * | myTriggerStatusDialog |
| Trigger status dialog associated with this plan. More... | |
| QTreeWidget * | myTriggerStatus |
Protected Slots | |
| virtual void | planRightClickMenuCreated (QMenu *) |
| virtual void | planRightClickMenuShown () |
Protected Slots inherited from makVrf::DtEditPlanWidget | |
| virtual void | onSendPlanAndClose () |
| Tells logic to send plan then closes widget. More... | |
| virtual void | onSendPlan () |
| Asks logic to send plan. More... | |
| virtual void | onRestartPlan () |
| Asks logic to restart plan. More... | |
| virtual void | onDeleteSelectedStatement () |
| Asks logic to delete selected statement. More... | |
| virtual void | onAbandonPlan () |
| Asks logic to abandon plan. More... | |
| virtual void | onItemSelectionChanged () |
| Tells logic to change selected statement. More... | |
| virtual void | onReplacePlan () |
| Tells logic to replace plan. More... | |
| virtual void | onEnableReplacePlan () |
| Enables the replace plan button. More... | |
| virtual void | onEditPlanStatement () |
| Tells logic to edit the current plan statement. More... | |
| virtual void | onEditPlanStatementByPlanBox () |
| virtual bool | menusEnabled () const |
| virtual bool | interfaceEnabled () const |
| virtual void | onSelectTrigger () |
| virtual void | onRemoveTrigger () |
| virtual void | onEditTrigger () |
| virtual void | onAddTrigger () |
| virtual void | selectTriggerFromTriggerStatus () |
| virtual void | onAboutToShowConditionMenu () |
Protected Slots inherited from makVrf::DtBasePlanWidget | |
| virtual void | onItemSelectionChanged () |
| virtual void | resizeToMinimumSize () |
| virtual void | rightClickToBeShown () |
| virtual void | onAboutToShowPlanMenu () |
| virtual void | onPrintPlan () |
| Calls down to logic to print plan. More... | |
| virtual void | onCopyPlan () |
| Calls down to logic to copy plan. More... | |
| virtual void | onCopySelectedPlanStatement () |
| Calls down to logic to copy selected plan statement. More... | |
| virtual void | accept () |
| Accepts contents of widget. More... | |
| virtual void | cancel () |
| Cancels dialog. More... | |
| virtual void | expandTriggerView () |
| virtual void | collapseTriggerView () |
| virtual void | onCleanupTriggers () |
| virtual bool | triggersExpanded () const |
Protected Member Functions | |
| virtual void | createLogic () |
| virtual void | requestPlan (const makVrv::DtSelectionManager::IdSet &curSel) |
| Calls down to logic to request plan. More... | |
| virtual bool | createMenus () |
| Calls createTaskMenu(), createSetMenu(), createSimulationCommandMenu() and createEmbeddedEntitiesMenu(). More... | |
| virtual void | createTaskMenu () |
| virtual void | createSetMenu () |
| virtual void | createSimulationCommandMenu () |
| virtual void | createEmbeddedEntitiesMenu () |
| Creates a local DtSubMenuConfiguration and DtEditPlanMenuAssembler. More... | |
| virtual void | closeWidget () |
| virtual void | cleanupMenus () |
| virtual void | finalizeMenus () |
| Calls finalizeTaskMenu(), finalizeSetMenu(), finalizeSimulationCommandMenu() and finalizeEmbeddedEntitiesMenu(). More... | |
| virtual void | finalizeTaskMenu () |
| virtual void | finalizeSetMenu () |
| virtual void | finalizeSimulationCommandMenu () |
| virtual void | finalizeEmbeddedEntitiesMenu () |
| Calls setupMenuForPlanDialog with myEmbeddedEntitiesMenuBuilder. More... | |
| virtual void | requestTaskSetInformation () |
| Request task/set information from the task/set manager for the entities that are part of this dialog. More... | |
| 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. More... | |
| virtual void | slot_addSetRequest (std::vector< DtUUID > names, const DtSetDataRequest &) |
| Calls down to logic to add set statement to plan. More... | |
| virtual void | slot_addTaskRequest (std::vector< DtUUID > names, const DtSimTask &) |
| Calls down to logic to add task statement to plan. More... | |
| virtual DtVrfSimulationCommandMenu * | simulationCommandMenu () |
| virtual void | disableMenus () |
| Sets the enabled status of the menus for DtEditPlanWidget, myTaskMenu, mySetMenu, mySimulationCommandMenu and myEmbeddedEntitiesMenu. More... | |
| virtual void | enableMenus () |
Protected Member Functions inherited from makVrf::DtEditPlanWidget | |
| virtual void | closeEvent (QCloseEvent *e) |
| virtual void | createConditionalMenu () |
| virtual void | finalizeConditionalMenu () |
| virtual void | disableButtons () |
| virtual void | enableButtons () |
| virtual void | disableMenusAndButtons () |
| virtual void | enableMenusAndButtons () |
| virtual void | enableMenu (QMenu *, bool) |
| virtual void | showTriggerStatus () |
| virtual void | keyPressEvent (QKeyEvent *e) |
Protected Member Functions inherited from makVrf::DtBasePlanWidget | |
| virtual void | setupGui () |
| virtual DtPlanTreeWidget * | currentPlanListBox () |
| virtual DtPlanTreeWidget * | planListBox () |
| virtual DtPlanTreeWidget * | triggerListBox () |
| virtual QString | selectedTriggerText () const |
| virtual void | stashCurrentContext () |
| virtual bool | restoreCurrentContext () |
| virtual bool | hasCurrentContext () const |
| virtual void | selectStatement (int, bool andMakeCurrent=false) |
| Selects the plan statement that has the given statement index. More... | |
| virtual QWidget * | widget () |
| Should return widget subclass. More... | |
| virtual QPushButton * | applyButton () |
| virtual QAction * | restartAction () |
| virtual QPushButton * | okButton () |
| virtual QPushButton * | editButton () |
| virtual QPushButton * | cancelButton () |
| virtual QPushButton * | deleteButton () |
| virtual QAction * | abandonPlanAction () |
| virtual QPushButton * | replacePlanButton () |
| virtual QAction * | printAction () |
| virtual QPushButton * | copyPlanButton () |
| virtual QSize | minimumSizeHint () const |
| virtual QSize | sizeHint () const |
| virtual void | resizeEvent (QResizeEvent *) |
| virtual void | setPlanStatus (const QString &) |
| virtual bool | eventFilter (QObject *o, QEvent *e) |
| virtual void | setMarkingTextTitle (const QString &) |
| virtual const QString & | markingTextTitle () const |
| virtual void | refreshDisplay () |
| virtual void | createPlanMenu () |
Private Member Functions | |
| DtEditEntityPlanWidget (const DtEditEntityPlanWidget &orig) | |
| copy constructor. Not Implemented. More... | |
| DtEditEntityPlanWidget & | operator= (const DtEditEntityPlanWidget &rhs) |
| assignment operator. Not Implemented. More... | |
| 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 |
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.
|
protectedvirtualslot |
|
protectedvirtualslot |
|
private |
assignment operator. Not Implemented.
| boost::signals2::signal<void ()> makVrf::DtEditEntityPlanWidget::signal_close |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |