VR-Forces Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
List of all members | Public Member Functions | Public Attributes | Protected Member Functions | Protected Attributes
makVrv::DtDeMainWindow Class Referenceabstract

The abstract main window class.

Inheritance diagram for makVrv::DtDeMainWindow:
Inheritance graph
[legend]

Public Member Functions

virtual ~DtDeMainWindow ()
 
virtual void setApplicationTitle (const std::string &appName)=0
 
virtual std::string applicationTitle () const =0
 
virtual void setApplicationIcon (const std::string &iconName)=0
 
virtual void setSplashScreen (DtDeSplashScreen *splashScreen)=0
 
virtual void showBasedOnSettings ()=0
 
virtual void destroyWindow ()=0
 
virtual void quit ()=0
 
DtDede ()
 

Public Attributes

boost::signalslib::signal
< void(bool)> 
signal_fullScreenModeChanged
 

Protected Member Functions

 DtDeMainWindow (DtDe &de)
 

Protected Attributes

DtDemyDe
 

Constructor & Destructor Documentation

makVrv::DtDeMainWindow::DtDeMainWindow ( DtDe de)
protected

The constructor for the abstract base class is protected.

virtual makVrv::DtDeMainWindow::~DtDeMainWindow ( )
virtual

Virtual destructor.

Member Function Documentation

virtual void makVrv::DtDeMainWindow::setApplicationTitle ( const std::string &  appName)
pure virtual

Set the application's name, typically for the Title Bar.

Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, and DtMfcMainWindow.

virtual std::string makVrv::DtDeMainWindow::applicationTitle ( ) const
pure virtual

Get the application's name.

Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, and DtMfcMainWindow.

virtual void makVrv::DtDeMainWindow::setApplicationIcon ( const std::string &  iconName)
pure virtual

Set the application's icon, typically use a resource name.

Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, and DtMfcMainWindow.

virtual void makVrv::DtDeMainWindow::setSplashScreen ( DtDeSplashScreen splashScreen)
pure virtual

The main window will hide the splash screen when it is shown.

Implemented in makVrv::DtQtDeMainWindow, and DtMfcMainWindow.

virtual void makVrv::DtDeMainWindow::showBasedOnSettings ( )
pure virtual

Show the main window based on application settings. This also handles the creation of the startup dialog.

Implemented in makVrv::DtQtDeMainWindow, DtMfcMainWindow, and makVrf::DtVrfQtDeMainWindow.

virtual void makVrv::DtDeMainWindow::destroyWindow ( )
pure virtual

Destroy the window.

Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, and DtMfcMainWindow.

virtual void makVrv::DtDeMainWindow::quit ( )
pure virtual

Quit the application.

Implemented in DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, and DtMfcMainWindow.

DtDe& makVrv::DtDeMainWindow::de ( )
inline

Member Data Documentation

boost::signalslib::signal<void(bool)> makVrv::DtDeMainWindow::signal_fullScreenModeChanged
DtDe& makVrv::DtDeMainWindow::myDe
protected

The documentation for this class was generated from the following file:

Document ID: Generated on Thu Oct 23 22:29:17 EDT 2025 from SVN revision 280951
Copyright © 2005-2024 MAK Technologies. All Rights Reserved (www.mak.com)