#include <setup_audio.h>
|
| void | setName (const std::string &name) |
| | Sets the name displayed on the tab.
|
| |
| Layout & | getLayout () |
| | Gets the layout handler for this container.
|
| |
| LayoutCell & | place (int x, int y, gcn::Widget *wg, int w=1, int h=1) |
| | Adds a widget to the container and sets it at given cell.
|
| |
| ContainerPlacer | getPlacer (int x, int y) |
| | Returns a proxy for adding widgets in an inner table of the layout.
|
| |
Definition at line 30 of file setup_audio.h.
◆ Setup_Audio()
| Setup_Audio::Setup_Audio |
( |
| ) |
|
◆ action()
| void Setup_Audio::action |
( |
const gcn::ActionEvent & |
event | ) |
|
|
override |
◆ apply()
| void Setup_Audio::apply |
( |
| ) |
|
|
overridevirtual |
Called when the Apply button is pressed in the setup window.
Implements SetupTab.
Definition at line 84 of file setup_audio.cpp.
◆ cancel()
| void Setup_Audio::cancel |
( |
| ) |
|
|
overridevirtual |
Called when the Cancel button is pressed in the setup window.
Implements SetupTab.
Definition at line 120 of file setup_audio.cpp.
◆ mDownloadEnabled
| bool Setup_Audio::mDownloadEnabled |
|
private |
◆ mDownloadMusicCheckBox
| gcn::CheckBox* Setup_Audio::mDownloadMusicCheckBox |
|
private |
◆ mMusicSlider
| gcn::Slider* Setup_Audio::mMusicSlider |
|
private |
◆ mMusicVolume
| int Setup_Audio::mMusicVolume |
|
private |
◆ mNotificationsSlider
| gcn::Slider* Setup_Audio::mNotificationsSlider |
|
private |
◆ mNotificationsVolume
| int Setup_Audio::mNotificationsVolume |
|
private |
◆ mSfxSlider
| gcn::Slider* Setup_Audio::mSfxSlider |
|
private |
◆ mSfxVolume
| int Setup_Audio::mSfxVolume |
|
private |
◆ mSoundCheckBox
| gcn::CheckBox* Setup_Audio::mSoundCheckBox |
|
private |
◆ mSoundEnabled
| bool Setup_Audio::mSoundEnabled |
|
private |
The documentation for this class was generated from the following files: