![]() |
VR-Forces 4.1 Class Documentation
|
The abstract main window provider. More...

Public Member Functions | |
| DtDeMainWindowProvider (DtDe &de) | |
| Constructor. | |
| virtual | ~DtDeMainWindowProvider () |
| Virtual destructor. | |
| DtDeMainWindow & | igMainWindow () |
| 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 DtDeMainWindowProvider & | instance (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 DtDeMainWindow * | createMainWindow (DtDe &de)=0 |
| Create a main window. | |
Protected Attributes | |
| DtDe & | myDe |
| DtDeMainWindow * | myMainWindow |
| bool | myDestroyMainWindowFlag |
The abstract main window provider.
| makVrv::DtDeMainWindowProvider::DtDeMainWindowProvider | ( | DtDe & | de | ) |
Constructor.
|
virtual |
Virtual destructor.
|
static |
Get the main window provider instance for a DtDe.
| DtCorruptedState | if the instance is unable to be found. |
|
static |
Register the provider with a DtDe.
| DtDeMainWindow& makVrv::DtDeMainWindowProvider::igMainWindow | ( | ) |
Use this accessor to lazily create the singleton instance of the DtDeMainWindow;.
|
protectedpure virtual |
Create a main window.
Implemented in DtMfcMainWindowProvider, and makVrv::DtQtDeMainWindowProvider.
|
protected |
|
protected |
|
protected |