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

Public Member Functions | |
| DtBasePlanWidget (makVrv::DtDe &, QWidget *parent=NULL, const Qt::WindowFlags &flags=0) | |
| default constructor | |
| virtual | ~DtBasePlanWidget () |
| destructor | |
| virtual bool | init (const makVrv::DtSelectionManager::IdSet &) |
| Initializer. | |
| virtual DtPlanListBoxItem * | currentItem () |
| virtual bool | deletePending () const |
Protected Slots | |
| virtual void | onItemSelectionChanged () |
| 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 | 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 | closeWidget () |
| virtual void | refreshDisplay () |
Protected Attributes | |
| makVrv::DtDe & | myDe |
| Ui_DtPlanWidgetUI | myUiImpl |
| bool | myShowCurrentWithArrow |
| If true (default is false), then have two columns, the first column being an arrow that shows the current statement. | |
| DtBasePlanWidgetLogic * | myLogic |
| QMenuBar * | myMenuBar |
| bool | myDeletePending |
| makVrv::DtSignalConnectionManager | myConnections |
Private Member Functions | |
| DtBasePlanWidget (const DtBasePlanWidget &orig) | |
| copy constructor. Not Implemented. | |
| DtBasePlanWidget & | operator= (const DtBasePlanWidget &rhs) |
| assignment operator. Not Implemented. | |
| makVrf::DtBasePlanWidget::DtBasePlanWidget | ( | makVrv::DtDe & | , |
| QWidget * | parent = NULL, |
||
| const Qt::WindowFlags & | flags = 0 |
||
| ) |
default constructor
| virtual makVrf::DtBasePlanWidget::~DtBasePlanWidget | ( | ) | [virtual] |
destructor
| makVrf::DtBasePlanWidget::DtBasePlanWidget | ( | const DtBasePlanWidget & | orig | ) | [private] |
copy constructor. Not Implemented.
| virtual bool makVrf::DtBasePlanWidget::init | ( | const makVrv::DtSelectionManager::IdSet & | ) | [virtual] |
Initializer.
Reimplemented in makVrf::DtEditGlobalPlanWidget, makVrf::DtEditPlanWidget, and makVrf::DtEditEntityPlanWidget.
| virtual DtPlanListBoxItem* makVrf::DtBasePlanWidget::currentItem | ( | ) | [virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual bool makVrf::DtBasePlanWidget::deletePending | ( | ) | const [virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual void makVrf::DtBasePlanWidget::setupGui | ( | ) | [protected, virtual] |
Reimplemented in makVrf::DtEditGlobalPlanWidget.
| virtual void makVrf::DtBasePlanWidget::onItemSelectionChanged | ( | ) | [protected, virtual, slot] |
| virtual void makVrf::DtBasePlanWidget::onPrintPlan | ( | ) | [protected, virtual, slot] |
Calls down to logic to print plan.
| virtual void makVrf::DtBasePlanWidget::onCopyPlan | ( | ) | [protected, virtual, slot] |
Calls down to logic to copy plan.
| virtual void makVrf::DtBasePlanWidget::accept | ( | ) | [protected, virtual, slot] |
Accepts contents of widget.
| virtual void makVrf::DtBasePlanWidget::cancel | ( | ) | [protected, virtual, slot] |
Cancels dialog.
| virtual QTreeWidget* makVrf::DtBasePlanWidget::planListBox | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual QWidget* makVrf::DtBasePlanWidget::widget | ( | ) | [protected, virtual] |
Should return widget subclass.
Implements makVrf::DtPlanWidgetInterface.
| virtual QPushButton* makVrf::DtBasePlanWidget::applyButton | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual QPushButton* makVrf::DtBasePlanWidget::restartButton | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual QPushButton* makVrf::DtBasePlanWidget::okButton | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual QPushButton* makVrf::DtBasePlanWidget::editButton | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual QPushButton* makVrf::DtBasePlanWidget::cancelButton | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual QPushButton* makVrf::DtBasePlanWidget::deleteButton | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual QPushButton* makVrf::DtBasePlanWidget::abandonPlanButton | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual QPushButton* makVrf::DtBasePlanWidget::replacePlanButton | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual QPushButton* makVrf::DtBasePlanWidget::printButton | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual QPushButton* makVrf::DtBasePlanWidget::copyPlanButton | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual bool makVrf::DtBasePlanWidget::showCurrentWithArrow | ( | ) | const [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual void makVrf::DtBasePlanWidget::setPlanStatus | ( | const QString & | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual void makVrf::DtBasePlanWidget::keyPressEvent | ( | QKeyEvent * | e | ) | [protected, virtual] |
| virtual bool makVrf::DtBasePlanWidget::eventFilter | ( | QObject * | o, |
| QEvent * | e | ||
| ) | [protected, virtual] |
| virtual void makVrf::DtBasePlanWidget::closeWidget | ( | ) | [protected, virtual] |
Implements makVrf::DtPlanWidgetInterface.
| virtual void makVrf::DtBasePlanWidget::refreshDisplay | ( | ) | [protected, virtual] |
| DtBasePlanWidget& makVrf::DtBasePlanWidget::operator= | ( | const DtBasePlanWidget & | rhs | ) | [private] |
assignment operator. Not Implemented.
makVrv::DtDe& makVrf::DtBasePlanWidget::myDe [protected] |
Ui_DtPlanWidgetUI makVrf::DtBasePlanWidget::myUiImpl [protected] |
bool makVrf::DtBasePlanWidget::myShowCurrentWithArrow [protected] |
If true (default is false), then have two columns, the first column being an arrow that shows the current statement.
Currently this can only be set in an override of this class and must be set before the init() method is called
DtBasePlanWidgetLogic* makVrf::DtBasePlanWidget::myLogic [protected] |
QMenuBar* makVrf::DtBasePlanWidget::myMenuBar [protected] |
bool makVrf::DtBasePlanWidget::myDeletePending [protected] |