![]() |
VR-Forces Developer's Guide
|
Audio settings page for the audio dialog.

Public Member Functions | |
| DtAudioSettingsPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=Qt::Widget) | |
| virtual | ~DtAudioSettingsPage () |
Inherited from makVrv::DtPage | |
| virtual void | activate () |
| virtual void | deactivate () |
| virtual QIcon | icon () |
| virtual DtQIconConfigurations | qIconConfigurations () const |
| virtual QString | title () |
| virtual const std::string & | pageClassName () const |
Public Member Functions inherited from makVrv::DtPage | |
| DtPage (DtDe &de, QWidget *parent=0, Qt::WindowFlags f=0) | |
| virtual | ~DtPage () |
| virtual PageAction | pageAction () |
| virtual void | setPageAction (PageAction action) |
| virtual void | setActionFlag (int flag) |
| virtual int | actionFlag () |
| virtual void | setParentDialog (QWidget *paraentDialog) |
| virtual QWidget * | parentDialog () |
| virtual bool | shouldAskBeforeAction (PageAction action) |
| virtual void | askBeforeAction () |
| virtual void | executeAfterAsk (bool revert) |
| virtual void | resumeLastAction () |
| virtual void | onCloseEvent () |
| virtual void | onSwitchEvent () |
Static Public Member Functions | |
| static const std::string & | thePageClassName () |
Protected Attributes | |
| DtPersistenceToolbarWidget * | myToolbar |
| DtAudioSettingsPageLogic * | myLogic |
| DtAudioSettingsWidget * | myWidget |
Protected Attributes inherited from makVrv::DtPage | |
| DtDe & | myDe |
| QWidget * | myParentDialog |
| PageAction | myCurrentPageAction |
| int | myActionFlag |
Private Member Functions | |
| void | setupGui () |
| DtAudioSettingsPage () | |
| DtAudioSettingsPage (const DtAudioSettingsPage &) | |
| DtAudioSettingsPage & | operator= (const DtAudioSettingsPage &) |
Additional Inherited Members | |
Public Types inherited from makVrv::DtPage | |
| enum | PageAction { None = 0x0000, Switching = 0x0001, Closing = 0x0010 } |
Protected Member Functions inherited from makVrv::DtPage | |
| virtual QWidget * | wrapPageWithScrollArea (QWidget *scrollableWidget, bool isHorizontalScrollingEnabled=false, bool isVerticalScrollingEnabled=true) |
| virtual DtPageScrollArea * | createScrollArea (QWidget *scrollableWidget, QWidget *parent, bool isHorizontalScrollingEnabled=false, bool isVerticalScrollingEnabled=true) |
| makVrv::DtAudioSettingsPage::DtAudioSettingsPage | ( | DtDe & | de, |
| QWidget * | parent = 0, |
||
| Qt::WindowFlags | f = Qt::Widget |
||
| ) |
Initializing CTOR.
| [in] | de | is the display engine used when creating this instance. |
| [in] | parent | is the QWiget that will own this page. |
| [in] | f | is the set of window flags for displaying this page. |
|
virtual |
Virtual DTOR.
|
private |
Default CTOR.
|
private |
Copy CTOR.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
Get the icon configurations for the page. This is used to style the page's icon based on application settings.
Implements makVrv::DtPage.
|
virtual |
|
virtual |
Get the class name of the page.
Implements makVrv::DtPage.
|
static |
Get the class name of the page (static).
|
private |
Creates the Gui.
|
private |
Copy operator.
|
protected |
The toolbar for saving and reloading current settings.
|
protected |
The logic for controlling user input to the settings.
|
protected |
The graphical widget displaying settings to the user.