VR-Forces 4.8 Class Documentation
 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. More...

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

Public Member Functions

virtual ~DtDeMainWindow ()
 Virtual destructor. More...
 
virtual void setApplicationTitle (const std::string &appName)=0
 Set the application's name, typically for the Title Bar. More...
 
virtual std::string applicationTitle () const =0
 Get the application's name. More...
 
virtual void setApplicationIcon (const std::string &iconName)=0
 Set the application's icon, typically use a resource name. More...
 
virtual void destroyWindow ()=0
 Destroy the window. More...
 
virtual void quit ()=0
 Quit the application. More...
 
DtDede ()
 

Public Attributes

boost::signal< void(bool)> signal_fullScreenModeChanged
 

Protected Member Functions

 DtDeMainWindow (DtDe &de)
 The constructor for the abstract base class is protected. More...
 

Protected Attributes

DtDemyDe
 

Detailed Description

The abstract main window class.

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::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::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 Aug 27 10:56:05 EDT 2020 from SVN revision 217100
Copyright © 2005-2020 MAK Technologies. All Rights Reserved (www.mak.com)