VR-Forces 4.0.4 Class Documentation
Public Member Functions | Protected Member Functions | Protected Attributes
makVrv::DtDeMainWindow Class Reference

The abstract main window class. More...

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

List of all members.

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 bool startUpMaximized () const
 Get to see if the window will start up maximized.
virtual void destroyWindow ()=0
 Destroy the window.
virtual void quit ()=0
 Quit the application.
DtDede ()

Protected Member Functions

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

Protected Attributes

DtDemyDe

Detailed Description

The abstract main window class.


Constructor & Destructor Documentation

The constructor for the abstract base class is protected.

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 makVrv::DtQtDeMainWindow, and DtMfcMainWindow.

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

Get the application's name.

Implemented in 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 makVrv::DtQtDeMainWindow, and DtMfcMainWindow.

virtual void makVrv::DtDeMainWindow::setShowQuitDialogOnClose ( bool  ) [pure virtual]

Set whether or not to show quit dialog on close if this is the last window.

Implemented in makVrv::DtQtDeMainWindow, and DtMfcMainWindow.

virtual bool makVrv::DtDeMainWindow::startUpMaximized ( ) const [virtual]

Get to see if the window will start up maximized.

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

Destroy the window.

Implemented in makVrv::DtQtDeMainWindow, and DtMfcMainWindow.

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

Quit the application.

Implemented in makVrv::DtQtDeMainWindow, and DtMfcMainWindow.


Member Data Documentation


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

Document ID: Generated on Fri Jun 29 16:33:32 EDT 2012 from SVN revision 116588
Copyright © 2005-2012 VT MÄK Inc. All Rights Reserved (www.mak.com)