![]() |
VR-Forces 4.6 Class Documentation
|
Simple MFC based Main Window. More...

Public Member Functions | |
| DtMfcMainWindow (makVrv::DtDe &de) | |
| virtual void | setApplicationTitle (const std::string &appName) |
| Set the application's name, typically for the Title Bar. | |
| virtual std::string | applicationTitle () const |
| Get the application's name. | |
| virtual void | setApplicationIcon (const std::string &iconName) |
| Set the application's icon, typically use a resource name. | |
| virtual void | setShowQuitDialogOnClose (bool value) |
| Set whether or not to show quit dialog on close if this is the last window. | |
| virtual void | destroyWindow () |
| Destroy the window. | |
| virtual void | quit () |
| Quit the application. | |
Public Member Functions inherited from makVrv::DtDeMainWindow | |
| virtual | ~DtDeMainWindow () |
| Virtual destructor. | |
| DtDe & | de () |
Protected Attributes | |
| bool | myShowQuitFlag |
Protected Attributes inherited from makVrv::DtDeMainWindow | |
| DtDe & | myDe |
Additional Inherited Members | |
Static Public Member Functions inherited from makVrv::DtDeMainWindow | |
| static void | setStartUpMaximized (bool maxed) |
| Set whether the window will start up maximized. | |
Protected Member Functions inherited from makVrv::DtDeMainWindow | |
| DtDeMainWindow (DtDe &de) | |
| The constructor for the abstract base class is protected. | |
Static Protected Attributes inherited from makVrv::DtDeMainWindow | |
| static bool | theStartUpMaximizedFlag |
Simple MFC based Main Window.
| DtMfcMainWindow::DtMfcMainWindow | ( | makVrv::DtDe & | de | ) |
|
virtual |
Set the application's name, typically for the Title Bar.
Implements makVrv::DtDeMainWindow.
|
virtual |
Get the application's name.
Implements makVrv::DtDeMainWindow.
|
virtual |
Set the application's icon, typically use a resource name.
Implements makVrv::DtDeMainWindow.
|
virtual |
Set whether or not to show quit dialog on close if this is the last window.
Implements makVrv::DtDeMainWindow.
|
virtual |
Destroy the window.
Implements makVrv::DtDeMainWindow.
|
virtual |
Quit the application.
Implements makVrv::DtDeMainWindow.
|
protected |