VR-Forces 4.1.1 Class Documentation
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtDeMainWindowProvider Class Reference

The abstract main window provider. More...

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

Public Member Functions

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

Static Public Member Functions

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

Protected Member Functions

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

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

Create a main window.

Implemented in DtMfcMainWindowProvider, and makVrv::DtQtDeMainWindowProvider.

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 Mon Apr 8 19:24:01 EDT 2013 from SVN revision 125877
Copyright © 2005-2013 VT MÄK. All Rights Reserved (www.mak.com)