![]() |
VR-Forces Development_Version Class Documentation
|
The "Audio" menu-item for bringing up a dialog to adjust audio settings and entity to sound-file mappings. More...

Public Member Functions | |
| DtAudioSettingsMenuItem (DtDe &de) | |
| Initializing CTOR. | |
| virtual | ~DtAudioSettingsMenuItem () |
| Virtual DTOR. | |
| virtual QAction * | createAction (DtDe &de, QWidget *parent) |
| Creates a menu-item (via an action) for the audio settings. | |
Public Member Functions inherited from makVrv::DtMenuItem | |
| DtMenuItem (const std::string &menuItemIdName) | |
| CTOR. | |
| virtual | ~DtMenuItem () |
| DTOR. | |
| virtual const std::string & | menuItemIdName () const |
| Get the menu id name, the menu id name is not the same thing as the visible menu text. | |
Protected Member Functions | |
| virtual void | on_triggered () |
| Slot that is triggered when the user clicks on this menu-item. | |
Protected Attributes | |
| DtDe & | myDe |
| The display engine for this instance. | |
Protected Attributes inherited from makVrv::DtMenuItem | |
| std::string | myMenuIdName |
Private Member Functions | |
| DtAudioSettingsMenuItem () | |
| Default CTOR. | |
| DtAudioSettingsMenuItem (const DtAudioSettingsMenuItem &) | |
| Copy CTOR. | |
| DtAudioSettingsMenuItem & | operator= (const DtAudioSettingsMenuItem &) |
| Copy operator. | |
Additional Inherited Members | |
Protected Slots inherited from makVrv::DtMenuItem | |
| virtual void | on_checkStateChanged (bool) |
| virtual void | on_aboutToShow () |
The "Audio" menu-item for bringing up a dialog to adjust audio settings and entity to sound-file mappings.
| makVrv::DtAudioSettingsMenuItem::DtAudioSettingsMenuItem | ( | DtDe & | de | ) |
Initializing CTOR.
| [in] | de | is the display engine for this instance. |
|
virtual |
Virtual DTOR.
|
private |
Default CTOR.
|
private |
Copy CTOR.
|
virtual |
Creates a menu-item (via an action) for the audio settings.
| [in] | de | is the display engine used when creating this instance. |
| [in] | parent | is the QWiget that will own this menu-item. |
Implements makVrv::DtMenuItem.
|
protectedvirtual |
Slot that is triggered when the user clicks on this menu-item.
Calling this slot will display the audio settings dialog.
Reimplemented from makVrv::DtMenuItem.
|
private |
Copy operator.
|
protected |
The display engine for this instance.