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

Public Member Functions | |
| virtual | ~DtDeMainWindow () |
| Virtual destructor. | |
| virtual void | setApplicationTitle (const std::string &appName)=0 |
| Set the application's name, typically for the Title Bar. | |
| virtual std::string | applicationTitle () const =0 |
| Get the application's name. | |
| virtual void | setApplicationIcon (const std::string &iconName)=0 |
| Set the application's icon, typically use a resource name. | |
| virtual void | setShowQuitDialogOnClose (bool)=0 |
| Set whether or not to show quit dialog on close if this is the last window. | |
| virtual void | destroyWindow ()=0 |
| Destroy the window. | |
| virtual void | quit ()=0 |
| Quit the application. | |
| DtDe & | de () |
Public Attributes | |
| boost::signal< void(bool)> | signal_fullScreenModeChanged |
Protected Member Functions | |
| DtDeMainWindow (DtDe &de) | |
| The constructor for the abstract base class is protected. | |
Protected Attributes | |
| DtDe & | myDe |
The abstract main window class.
|
protected |
The constructor for the abstract base class is protected.
|
virtual |
Virtual destructor.
|
pure virtual |
Set the application's name, typically for the Title Bar.
Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, DtVrfOpdEditorWindow, and DtMfcMainWindow.
|
pure virtual |
Get the application's name.
Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, DtVrfOpdEditorWindow, and DtMfcMainWindow.
|
pure virtual |
Set the application's icon, typically use a resource name.
Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, DtVrfOpdEditorWindow, and DtMfcMainWindow.
|
pure virtual |
Set whether or not to show quit dialog on close if this is the last window.
Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, DtVrfOpdEditorWindow, and DtMfcMainWindow.
|
pure virtual |
Destroy the window.
Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, DtVrfOpdEditorWindow, and DtMfcMainWindow.
|
pure virtual |
Quit the application.
Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, DtVrfOpdEditorWindow, and DtMfcMainWindow.
|
inline |
| boost::signal<void(bool)> makVrv::DtDeMainWindow::signal_fullScreenModeChanged |
|
protected |