VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | Private Member Functions
makVrf::DtBasePlanWidget Class Reference
Inheritance diagram for makVrf::DtBasePlanWidget:
Inheritance graph
[legend]

List of all members.

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 DtPlanListBoxItemcurrentItem ()
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 QTreeWidgetplanListBox ()
virtual QWidgetwidget ()
 Should return widget subclass.
virtual QPushButtonapplyButton ()
virtual QPushButtonrestartButton ()
virtual QPushButtonokButton ()
virtual QPushButtoneditButton ()
virtual QPushButtoncancelButton ()
virtual QPushButtondeleteButton ()
virtual QPushButtonabandonPlanButton ()
virtual QPushButtonreplacePlanButton ()
virtual QPushButtonprintButton ()
virtual QPushButtoncopyPlanButton ()
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::DtDemyDe
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.
DtBasePlanWidgetLogicmyLogic
QMenuBarmyMenuBar
bool myDeletePending
makVrv::DtSignalConnectionManager myConnections

Private Member Functions

 DtBasePlanWidget (const DtBasePlanWidget &orig)
 copy constructor. Not Implemented.
DtBasePlanWidgetoperator= (const DtBasePlanWidget &rhs)
 assignment operator. Not Implemented.

Constructor & Destructor Documentation

makVrf::DtBasePlanWidget::DtBasePlanWidget ( makVrv::DtDe ,
QWidget parent = NULL,
const Qt::WindowFlags &  flags = 0 
)

default constructor

destructor

copy constructor. Not Implemented.


Member Function Documentation

virtual bool makVrf::DtBasePlanWidget::deletePending ( ) const [virtual]
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]
virtual QWidget* makVrf::DtBasePlanWidget::widget ( ) [protected, virtual]

Should return widget subclass.

Implements makVrf::DtPlanWidgetInterface.

virtual QPushButton* makVrf::DtBasePlanWidget::applyButton ( ) [protected, virtual]
virtual QPushButton* makVrf::DtBasePlanWidget::restartButton ( ) [protected, virtual]
virtual QPushButton* makVrf::DtBasePlanWidget::okButton ( ) [protected, virtual]
virtual QPushButton* makVrf::DtBasePlanWidget::editButton ( ) [protected, virtual]
virtual QPushButton* makVrf::DtBasePlanWidget::cancelButton ( ) [protected, virtual]
virtual QPushButton* makVrf::DtBasePlanWidget::deleteButton ( ) [protected, virtual]
virtual QPushButton* makVrf::DtBasePlanWidget::abandonPlanButton ( ) [protected, virtual]
virtual QPushButton* makVrf::DtBasePlanWidget::replacePlanButton ( ) [protected, virtual]
virtual QPushButton* makVrf::DtBasePlanWidget::printButton ( ) [protected, virtual]
virtual QPushButton* makVrf::DtBasePlanWidget::copyPlanButton ( ) [protected, virtual]
virtual bool makVrf::DtBasePlanWidget::showCurrentWithArrow ( ) const [protected, virtual]
virtual void makVrf::DtBasePlanWidget::setPlanStatus ( const QString &  ) [protected, virtual]
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]
virtual void makVrf::DtBasePlanWidget::refreshDisplay ( ) [protected, virtual]
DtBasePlanWidget& makVrf::DtBasePlanWidget::operator= ( const DtBasePlanWidget rhs) [private]

assignment operator. Not Implemented.


Member Data Documentation

Ui_DtPlanWidgetUI makVrf::DtBasePlanWidget::myUiImpl [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


The documentation for this class was generated from the following file:

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)