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
makVrv::DtDynamicTerrainPageCreator Class Reference

This creator is responsible for creating the makVrv::DtDynamicTerrainPage. More...

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

Public Member Functions

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

Additional Inherited Members

- Protected Attributes inherited from makVrv::DtPageCreator
DtDemyDe

Detailed Description

This creator is responsible for creating the makVrv::DtDynamicTerrainPage.

Constructor & Destructor Documentation

makVrv::DtDynamicTerrainPageCreator::DtDynamicTerrainPageCreator ( DtDe de)

CTOR takes a reference to the DtDe object.

Member Function Documentation

virtual std::string makVrv::DtDynamicTerrainPageCreator::pageClassName ( ) const
virtual

Get the name of the page class this creator is creating.

This page name should be unique. This is NOT the title of the page. When replacing a page, the pageClassName should remain the same.

Implements makVrv::DtPageCreator.

virtual DtPage* makVrv::DtDynamicTerrainPageCreator::create ( QWidget *  parent = 0,
Qt::WindowFlags  f = 0 
)
virtual

Abstract create call which makes a page.

Implements makVrv::DtPageCreator.


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)