VR-Forces 4.3.1 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 Attributes | Private Member Functions
makVrv::DtAudioSettingsPage Class Reference

Audio settings page for the audio dialog. More...

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

Public Member Functions

 DtAudioSettingsPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget)
 Initializing CTOR.
virtual ~DtAudioSettingsPage ()
 Virtual DTOR.
Inherited from makVrv::DtPage
virtual void activate ()
 Called when the page is displayed.
virtual void deactivate ()
 Called when the page is hidden.
virtual QIcon icon ()
 Get the icon of the page.
virtual QString title ()
 Get the title of the page.
virtual const std::string & pageClassName () const
 Get the class name of the page.
- Public Member Functions inherited from makVrv::DtPage
 DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0)
 CTOR for page.
virtual ~DtPage ()
 DTOR for page.

Static Public Member Functions

static const std::string & thePageClassName ()
 Get the class name of the page (static).

Protected Attributes

DtPersistenceToolbarWidgetmyToolbar
 The toolbar for saving and reloading current settings.
DtAudioSettingsPageLogicmyLogic
 The logic for controlling user input to the settings.
DtAudioSettingsWidgetmyWidget
 The graphical widget displaying settings to the user.
- Protected Attributes inherited from makVrv::DtPage
DtDemyDe

Private Member Functions

void setupGui ()
 Creates the Gui.
 DtAudioSettingsPage ()
 Default CTOR.
 DtAudioSettingsPage (const DtAudioSettingsPage &)
 Copy CTOR.
DtAudioSettingsPageoperator= (const DtAudioSettingsPage &)
 Copy operator.

Detailed Description

Audio settings page for the audio dialog.

Constructor & Destructor Documentation

makVrv::DtAudioSettingsPage::DtAudioSettingsPage ( DtDe de,
QWidget parent = 0,
Qt::WindowFlags  f = Qt::Widget 
)

Initializing CTOR.

Parameters
[in]deis the display engine used when creating this instance.
[in]parentis the QWiget that will own this page.
[in]fis the set of window flags for displaying this page.
virtual makVrv::DtAudioSettingsPage::~DtAudioSettingsPage ( )
virtual

Virtual DTOR.

makVrv::DtAudioSettingsPage::DtAudioSettingsPage ( )
private

Default CTOR.

Note
Not implemented (force use of initializer).
makVrv::DtAudioSettingsPage::DtAudioSettingsPage ( const DtAudioSettingsPage )
private

Copy CTOR.

Note
Not implemented (prevents copies).

Member Function Documentation

virtual void makVrv::DtAudioSettingsPage::activate ( )
virtual

Called when the page is displayed.

See Also
makVrv::DtPage::activate()

Implements makVrv::DtPage.

virtual void makVrv::DtAudioSettingsPage::deactivate ( )
virtual

Called when the page is hidden.

See Also
makVrv::DtPage::deactivate()

Implements makVrv::DtPage.

virtual QIcon makVrv::DtAudioSettingsPage::icon ( )
virtual

Get the icon of the page.

See Also
makVrv::DtPage::icon()

Implements makVrv::DtPage.

virtual QString makVrv::DtAudioSettingsPage::title ( )
virtual

Get the title of the page.

See Also
makVrv::DtPage::title()

Implements makVrv::DtPage.

virtual const std::string& makVrv::DtAudioSettingsPage::pageClassName ( ) const
virtual

Get the class name of the page.

See Also
makVrv::DtPage::pageClassName() const

Implements makVrv::DtPage.

static const std::string& makVrv::DtAudioSettingsPage::thePageClassName ( )
static

Get the class name of the page (static).

void makVrv::DtAudioSettingsPage::setupGui ( )
private

Creates the Gui.

Note
This method is non-virtual because it is called from the CTOR.
DtAudioSettingsPage& makVrv::DtAudioSettingsPage::operator= ( const DtAudioSettingsPage )
private

Copy operator.

Note
Not implemented (prevents copies).

Member Data Documentation

DtPersistenceToolbarWidget* makVrv::DtAudioSettingsPage::myToolbar
protected

The toolbar for saving and reloading current settings.

DtAudioSettingsPageLogic* makVrv::DtAudioSettingsPage::myLogic
protected

The logic for controlling user input to the settings.

DtAudioSettingsWidget* makVrv::DtAudioSettingsPage::myWidget
protected

The graphical widget displaying settings to the user.


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

Document ID: Generated on Wed Jul 29 00:55:00 EDT 2015 from SVN revision 155257
Copyright © 2005-2015 VT MÄK. All Rights Reserved (www.mak.com)