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

The abstract main window provider. More...

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

Public Member Functions

 DtDeMainWindowProvider (DtDe &de)
 Constructor. More...
 
virtual ~DtDeMainWindowProvider ()
 Virtual destructor. More...
 
DtDeMainWindowigMainWindow ()
 Use this accessor to lazily create the singleton instance of the DtDeMainWindow;. More...
 
- Public Member Functions inherited from makVrv::DtVirtualBaseClass
 DtVirtualBaseClass ()
 Do nothing constructor. More...
 
virtual ~DtVirtualBaseClass ()
 Virtual do nothing destructor. More...
 

Static Public Member Functions

static DtDeMainWindowProviderinstance (DtDe &de)
 Get the main window provider instance for a DtDe. More...
 
static void registerInstance (DtDe &de, DtDeMainWindowProvider *instance)
 Register the provider with a DtDe. More...
 

Protected Member Functions

virtual DtDeMainWindowcreateMainWindow (DtDe &de)=0
 Create a main window. More...
 

Protected Attributes

DtDemyDe
 
DtDeMainWindowmyMainWindow
 
bool myDestroyMainWindowFlag
 

Detailed Description

The abstract main window provider.

Constructor & Destructor Documentation

makVrv::DtDeMainWindowProvider::DtDeMainWindowProvider ( DtDe de)

Constructor.

virtual makVrv::DtDeMainWindowProvider::~DtDeMainWindowProvider ( )
virtual

Virtual destructor.

Member Function Documentation

static DtDeMainWindowProvider& makVrv::DtDeMainWindowProvider::instance ( DtDe de)
static

Get the main window provider instance for a DtDe.

Exceptions
DtCorruptedStateif the instance is unable to be found.
static void makVrv::DtDeMainWindowProvider::registerInstance ( DtDe de,
DtDeMainWindowProvider instance 
)
static

Register the provider with a DtDe.

DtDeMainWindow& makVrv::DtDeMainWindowProvider::igMainWindow ( )

Use this accessor to lazily create the singleton instance of the DtDeMainWindow;.

virtual DtDeMainWindow* makVrv::DtDeMainWindowProvider::createMainWindow ( DtDe de)
protectedpure virtual

Member Data Documentation

DtDe& makVrv::DtDeMainWindowProvider::myDe
protected
DtDeMainWindow* makVrv::DtDeMainWindowProvider::myMainWindow
protected
bool makVrv::DtDeMainWindowProvider::myDestroyMainWindowFlag
protected

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

Document ID: Generated on Tue Sep 21 17:42:52 EDT 2021 from SVN revision 234861
Copyright © 2005-2021 MAK Technologies. All Rights Reserved (www.mak.com)