![]() |
VR-Forces 4.0.4 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;. | |
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.
Constructor.
| virtual makVrv::DtDeMainWindowProvider::~DtDeMainWindowProvider | ( | ) | [virtual] |
Virtual destructor.
| static DtDeMainWindowProvider& makVrv::DtDeMainWindowProvider::instance | ( | DtDe & | de | ) | [static] |
Get the main window provider instance for a DtDe.
| DtCorruptedState | if the instance is unable to be found. |
| static void makVrv::DtDeMainWindowProvider::registerInstance | ( | DtDe & | de, |
| DtDeMainWindowProvider * | instance | ||
| ) | [static] |
Register the provider with a DtDe.
Use this accessor to lazily create the singleton instance of the DtDeMainWindow;.
| virtual DtDeMainWindow* makVrv::DtDeMainWindowProvider::createMainWindow | ( | DtDe & | de | ) | [protected, pure virtual] |
Create a main window.
Implemented in DtMfcMainWindowProvider, and makVrv::DtQtDeMainWindowProvider.
DtDe& makVrv::DtDeMainWindowProvider::myDe [protected] |