VR-Forces 5.0.1 Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Member Functions
makVrf::DtDebugDrawFeatureInterface Class Referenceabstract
Inheritance diagram for makVrf::DtDebugDrawFeatureInterface:
Inheritance graph
[legend]

Public Member Functions

 DtDebugDrawFeatureInterface (makVrv::DtDe &de, QWidget *parent, Qt::WindowFlags f)
 
virtual ~DtDebugDrawFeatureInterface ()
 
virtual QIcon icon ()=0
 
virtual QString title ()=0
 
virtual const std::string & pageClassName () const =0
 
- Public Member Functions inherited from makVrv::DtPage
 DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0)
 
virtual ~DtPage ()
 
virtual DtQIconConfigurations qIconConfigurations () const =0
 
virtual PageAction pageAction ()
 
virtual void setPageAction (PageAction action)
 
virtual void setActionFlag (int flag)
 
virtual int actionFlag ()
 
virtual void setParentDialog (QWidget *paraentDialog)
 
virtual QWidget * parentDialog ()
 
virtual bool shouldAskBeforeAction (PageAction action)
 
virtual void askBeforeAction ()
 
virtual void executeAfterAsk (bool revert)
 
virtual void resumeLastAction ()
 
virtual void onCloseEvent ()
 
virtual void onSwitchEvent ()
 

Protected Member Functions

virtual void setupGui ()=0
 
virtual void activate ()=0
 
virtual void deactivate ()=0
 

Additional Inherited Members

- Public Types inherited from makVrv::DtPage
enum  PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 }
 
- Protected Attributes inherited from makVrv::DtPage
DtDemyDe
 
QWidget * myParentDialog
 
PageAction myCurrentPageAction
 
int myActionFlag
 

Constructor & Destructor Documentation

makVrf::DtDebugDrawFeatureInterface::DtDebugDrawFeatureInterface ( makVrv::DtDe de,
QWidget *  parent,
Qt::WindowFlags  f 
)
virtual makVrf::DtDebugDrawFeatureInterface::~DtDebugDrawFeatureInterface ( )
virtual

Member Function Documentation

virtual QIcon makVrf::DtDebugDrawFeatureInterface::icon ( )
pure virtual

Get the icon of the page.

Implements makVrv::DtPage.

Implemented in makVrf::DtDebugDrawFeaturePage.

virtual QString makVrf::DtDebugDrawFeatureInterface::title ( )
pure virtual

Get the title of the page.

Implements makVrv::DtPage.

Implemented in makVrf::DtDebugDrawFeaturePage.

virtual const std::string& makVrf::DtDebugDrawFeatureInterface::pageClassName ( ) const
pure virtual

Get the class name of the page.

Implements makVrv::DtPage.

Implemented in makVrf::DtDebugDrawFeaturePage.

virtual void makVrf::DtDebugDrawFeatureInterface::setupGui ( )
protectedpure virtual

Create the QT GUI.

Implemented in makVrf::DtDebugDrawFeaturePage.

virtual void makVrf::DtDebugDrawFeatureInterface::activate ( )
protectedpure virtual

Called by the Pager when this page becomes active.

Implements makVrv::DtPage.

Implemented in makVrf::DtDebugDrawFeaturePage.

virtual void makVrf::DtDebugDrawFeatureInterface::deactivate ( )
protectedpure virtual

Called by the Pager when this page becomes active.

Implements makVrv::DtPage.

Implemented in makVrf::DtDebugDrawFeaturePage.


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

Document ID: Generated on Mon Jun 20 00:38:30 EDT 2022 from SVN revision 244029
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)