![]() |
VR-Vantage 1.4.1 API 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. | |
Protected Attributes | |
| bool | myShowQuitFlag |
Simple MFC based Main Window.
| DtMfcMainWindow::DtMfcMainWindow | ( | makVrv::DtDe & | de | ) |
| virtual void DtMfcMainWindow::setApplicationTitle | ( | const std::string & | appName | ) | [virtual] |
Set the application's name, typically for the Title Bar.
Implements makVrv::DtDeMainWindow.
| virtual std::string DtMfcMainWindow::applicationTitle | ( | ) | const [virtual] |
Get the application's name.
Implements makVrv::DtDeMainWindow.
| virtual void DtMfcMainWindow::setApplicationIcon | ( | const std::string & | iconName | ) | [virtual] |
Set the application's icon, typically use a resource name.
Implements makVrv::DtDeMainWindow.
| virtual void DtMfcMainWindow::setShowQuitDialogOnClose | ( | bool | value | ) | [virtual] |
Set whether or not to show quit dialog on close if this is the last window.
Implements makVrv::DtDeMainWindow.
| virtual void DtMfcMainWindow::destroyWindow | ( | ) | [virtual] |
Destroy the window.
Implements makVrv::DtDeMainWindow.
| virtual void DtMfcMainWindow::quit | ( | ) | [virtual] |
Quit the application.
Implements makVrv::DtDeMainWindow.
bool DtMfcMainWindow::myShowQuitFlag [protected] |