![]() |
VR-Forces 4.6 Class Documentation
|
An "Audio" menu to contain the "Audio" menu-item. More...

Public Member Functions | |
| DtAudioSettingsMenu (DtDe &de) | |
| Initializing CTOR. | |
| virtual | ~DtAudioSettingsMenu () |
| Virtual DTOR. | |
| virtual QMenu * | createMenu (DtDe &, QWidget *parent) |
| Creates a QMenu for the audio settings. | |
Public Member Functions inherited from makVrv::DtMenu | |
| DtMenu (DtDe &de, const std::string &menuIdName) | |
| CTOR. | |
| virtual | ~DtMenu () |
| DTOR. | |
| virtual const std::string & | menuIdName () const |
| Get the menu id name, the menu id name is not the same thing as the visible menu text. | |
Private Member Functions | |
| DtAudioSettingsMenu () | |
| Default CTOR. | |
| DtAudioSettingsMenu (const DtAudioSettingsMenu &) | |
| Copy CTOR. | |
| DtAudioSettingsMenu & | operator= (const DtAudioSettingsMenu &) |
| Copy operator. | |
Additional Inherited Members | |
Protected Attributes inherited from makVrv::DtMenu | |
| DtDe & | myDe |
| std::string | myMenuIdName |
An "Audio" menu to contain the "Audio" menu-item.
| makVrv::DtAudioSettingsMenu::DtAudioSettingsMenu | ( | DtDe & | de | ) |
Initializing CTOR.
| [in] | de | is the display engine for this instance. |
|
virtual |
Virtual DTOR.
|
private |
Default CTOR.
|
private |
Copy CTOR.
Creates a QMenu for the audio settings.
| [in] | de | is the display engine used when creating this instance. |
| [in] | parent | is the QWiget that will own this QMenu. |
Implements makVrv::DtMenu.
|
private |
Copy operator.