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

Public Member Functions | |
| DtEditPlanWidget (makVrv::DtDe &, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor | |
| virtual | ~DtEditPlanWidget () |
| destructor | |
| virtual bool | init (const makVrv::DtSelectionManager::IdSet &) |
| Initializer. | |
| 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 |
| virtual DtVrfSimulationCommandMenu * | simulationCommandMenu ()=0 |
Public Attributes | |
| 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 Slots | |
| 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 |
Protected Slots inherited from makVrf::DtBasePlanWidget | |
| virtual void | onPrintPlan () |
| Calls down to logic to print plan. | |
| virtual void | onCopyPlan () |
| Calls down to logic to copy plan. | |
| virtual void | accept () |
| Accepts contents of widget. | |
| virtual void | cancel () |
| Cancels dialog. | |
Protected Member Functions | |
| virtual void | closeEvent (QCloseEvent *e) |
| virtual bool | createMenus () |
| virtual void | createConditionalMenu () |
| virtual void | finalizeMenus () |
| virtual void | finalizeConditionalMenu () |
| virtual void | disableMenus () |
| virtual void | enableMenus () |
| virtual void | enableMenu (QMenu *, bool) |
| virtual void | onItemSelectionChanged () |
| virtual void | keyPressEvent (QKeyEvent *e) |
Protected Member Functions inherited from makVrf::DtBasePlanWidget | |
| virtual void | setupGui () |
| virtual void | createLogic ()=0 |
| 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 bool | eventFilter (QObject *o, QEvent *e) |
| virtual void | closeWidget () |
| virtual void | refreshDisplay () |
Protected Attributes | |
| 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 | |
| DtEditPlanWidget (const DtEditPlanWidget &orig) | |
| copy constructor. Not Implemented. | |
| DtEditPlanWidget & | operator= (const DtEditPlanWidget &rhs) |
| assignment operator. Not Implemented. | |
| makVrf::DtEditPlanWidget::DtEditPlanWidget | ( | makVrv::DtDe & | , |
| QWidget * | parent = NULL, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
|
virtual |
destructor
|
private |
copy constructor. Not Implemented.
|
virtual |
Initializer.
Reimplemented from makVrf::DtBasePlanWidget.
Reimplemented in makVrf::DtEditGlobalPlanWidget, and makVrf::DtEditEntityPlanWidget.
|
virtual |
Calls down to logic to add command statement to plan.
|
virtual |
Adds conditional statement.
|
virtual |
Calls down to logic to finish object creation.
|
protectedvirtualslot |
Tells logic to send plan then closes widget.
|
protectedvirtualslot |
Asks logic to send plan.
|
protectedvirtualslot |
Asks logic to restart plan.
|
protectedvirtualslot |
Asks logic to delete selected statement.
|
protectedvirtualslot |
Asks logic to abandon plan.
|
protectedvirtualslot |
Tells logic to change selected statement.
|
protectedvirtualslot |
Tells logic to replace plan.
|
protectedvirtualslot |
Enables the replace plan button.
|
protectedvirtualslot |
Tells logic to edit the current plan statement.
|
inlineprotectedvirtualslot |
|
protectedvirtual |
|
protectedvirtual |
Reimplemented in makVrf::DtEditEntityPlanWidget.
|
protectedvirtual |
Reimplemented in makVrf::DtEditGlobalPlanWidget.
|
protectedvirtual |
Reimplemented in makVrf::DtEditEntityPlanWidget.
|
protectedvirtual |
|
protectedvirtual |
Implements makVrf::DtPlanWidgetInterface.
Reimplemented in makVrf::DtEditEntityPlanWidget.
|
protectedvirtual |
Implements makVrf::DtPlanWidgetInterface.
Reimplemented in makVrf::DtEditEntityPlanWidget.
|
protectedvirtual |
Reimplemented from makVrf::DtBasePlanWidget.
|
protectedvirtual |
Reimplemented from makVrf::DtBasePlanWidget.
Reimplemented in makVrf::DtIssueEntityPlanWidget.
|
private |
assignment operator. Not Implemented.
| boost::signal<void (bool)> makVrf::DtEditPlanWidget::signal_menuEnableStateChanged |
Signal sent when the menu enable state changes (bool is true if enabled)
|
protected |
|
protected |
|
protected |
|
protected |