VR-Forces 4.7 Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Protected Attributes
makVrv::DtPageCreator Class Reference

The page creator. More...

Inheritance diagram for makVrv::DtPageCreator:
Inheritance graph
[legend]

Public Member Functions

 DtPageCreator (DtDe &de)
 CTOR takes a reference to the DtDe object.
virtual ~DtPageCreator ()
 Virtual DTOR allows subclasses to clean up resources.
virtual std::string pageClassName () const =0
 Get the name of the page class this creator is creating.
virtual DtPagecreate (QWidget *parent=0, Qt::WindowFlags f=0)=0
 Abstract create call which makes a page.

Protected Attributes

DtDemyDe

Detailed Description

The page creator.

This class should be extended by all page classes.

Examples

Constructor & Destructor Documentation

makVrv::DtPageCreator::DtPageCreator ( DtDe de)

CTOR takes a reference to the DtDe object.

virtual makVrv::DtPageCreator::~DtPageCreator ( )
virtual

Virtual DTOR allows subclasses to clean up resources.

Member Function Documentation

virtual std::string makVrv::DtPageCreator::pageClassName ( ) const
pure virtual
virtual DtPage* makVrv::DtPageCreator::create ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
pure virtual

Member Data Documentation

DtDe& makVrv::DtPageCreator::myDe
protected

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

Document ID: Generated on Fri Apr 26 21:53:14 EDT 2019 from SVN revision 197883
Copyright © 2005-2019 VT MAK. All Rights Reserved (www.mak.com)