#include <setup_audio.h>

Definition at line 31 of file setup_audio.h.
Public Member Functions | |
| Setup_Audio () | |
| void | apply () |
| Called when the Apply button is pressed in the setup window. | |
| void | cancel () |
| Called when the Cancel button is pressed in the setup window. | |
| void | action (const gcn::ActionEvent &event) |
Private Attributes | |
| int | mMusicVolume |
| int | mSfxVolume |
| bool | mSoundEnabled |
| gcn::CheckBox * | mSoundCheckBox |
| gcn::Slider * | mSfxSlider |
| gcn::Slider * | mMusicSlider |
| Setup_Audio::Setup_Audio | ( | ) |
Definition at line 37 of file setup_audio.cpp.
| void Setup_Audio::apply | ( | ) | [virtual] |
Called when the Apply button is pressed in the setup window.
Implements SetupTab.
Definition at line 78 of file setup_audio.cpp.
| void Setup_Audio::cancel | ( | ) | [virtual] |
Called when the Cancel button is pressed in the setup window.
Implements SetupTab.
Definition at line 104 of file setup_audio.cpp.
| void Setup_Audio::action | ( | const gcn::ActionEvent & | event | ) |
Definition at line 119 of file setup_audio.cpp.
int Setup_Audio::mMusicVolume [private] |
Definition at line 42 of file setup_audio.h.
int Setup_Audio::mSfxVolume [private] |
Definition at line 42 of file setup_audio.h.
bool Setup_Audio::mSoundEnabled [private] |
Definition at line 43 of file setup_audio.h.
gcn::CheckBox* Setup_Audio::mSoundCheckBox [private] |
Definition at line 45 of file setup_audio.h.
gcn::Slider* Setup_Audio::mSfxSlider [private] |
Definition at line 46 of file setup_audio.h.
gcn::Slider * Setup_Audio::mMusicSlider [private] |
Definition at line 46 of file setup_audio.h.
1.5.5