VR-Forces Development_Version Class Documentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes
makVrv::DtDeMainWindow Class Reference

The abstract main window class. More...

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

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.
DtDede ()

Static Public Member Functions

static void setStartUpMaximized (bool maxed)
 Set whether the window will start up maximized.

Protected Member Functions

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

Protected Attributes

DtDemyDe

Static Protected Attributes

static bool theStartUpMaximizedFlag

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, DtVrfOpdEditorWindow, and DtMfcMainWindow.

virtual std::string makVrv::DtDeMainWindow::applicationTitle ( ) const
pure virtual
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, DtVrfOpdEditorWindow, 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 DtSimulationObjectEditorWindow, makVrv::DtQtDeMainWindow, DtVrfOpdEditorWindow, and DtMfcMainWindow.

virtual void makVrv::DtDeMainWindow::destroyWindow ( )
pure virtual
virtual void makVrv::DtDeMainWindow::quit ( )
pure virtual
DtDe& makVrv::DtDeMainWindow::de ( )
inline
static void makVrv::DtDeMainWindow::setStartUpMaximized ( bool  maxed)
static

Set whether the window will start up maximized.

Member Data Documentation

DtDe& makVrv::DtDeMainWindow::myDe
protected
bool makVrv::DtDeMainWindow::theStartUpMaximizedFlag
staticprotected

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

Document ID: Generated on Tue Mar 8 22:13:38 EST 2016 from SVN revision 162938
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)