xoreos
0.0.5
src
engines
kotor
gui
options
soundadv.h
Go to the documentation of this file.
1
/* xoreos - A reimplementation of BioWare's Aurora engine
2
*
3
* xoreos is the legal property of its developers, whose names
4
* can be found in the AUTHORS file distributed with this source
5
* distribution.
6
*
7
* xoreos is free software; you can redistribute it and/or
8
* modify it under the terms of the GNU General Public License
9
* as published by the Free Software Foundation; either version 3
10
* of the License, or (at your option) any later version.
11
*
12
* xoreos is distributed in the hope that it will be useful,
13
* but WITHOUT ANY WARRANTY; without even the implied warranty of
14
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15
* GNU General Public License for more details.
16
*
17
* You should have received a copy of the GNU General Public License
18
* along with xoreos. If not, see <http://www.gnu.org/licenses/>.
19
*/
20
25
#ifndef ENGINES_KOTOR_GUI_OPTIONS_SOUNDADV_H
26
#define ENGINES_KOTOR_GUI_OPTIONS_SOUNDADV_H
27
28
#include "
src/engines/kotor/gui/gui.h
"
29
30
namespace
Engines
{
31
32
namespace
KotOR {
33
34
class
OptionsSoundAdvancedMenu
:
public
GUI
{
35
public
:
36
OptionsSoundAdvancedMenu
(::
Engines::Console
*console = 0);
37
~OptionsSoundAdvancedMenu
();
38
39
virtual
void
show
();
40
41
protected
:
42
void
callbackActive
(
Widget
&widget);
43
44
private
:
45
int
_eax
;
46
bool
_forceSoftware
;
47
48
void
setDefault
();
49
void
readConfig
();
50
void
displayConfig
();
51
52
void
updateEAX
(
int
eax);
53
54
void
adoptChanges
();
55
};
56
57
}
// End of namespace KotOR
58
59
}
// End of namespace Engines
60
61
#endif // ENGINES_KOTOR_GUI_OPTIONS_SOUNDADV_H
Engines::KotOR::OptionsSoundAdvancedMenu::show
virtual void show()
Show the GUI.
Definition:
soundadv.cpp:58
Engines::KotOR::OptionsSoundAdvancedMenu::adoptChanges
void adoptChanges()
Definition:
soundadv.cpp:145
Engines::KotOR::OptionsSoundAdvancedMenu::OptionsSoundAdvancedMenu
OptionsSoundAdvancedMenu(::Engines::Console *console=0)
Definition:
soundadv.cpp:40
Engines::KotOR::OptionsSoundAdvancedMenu::~OptionsSoundAdvancedMenu
~OptionsSoundAdvancedMenu()
Definition:
soundadv.cpp:55
Engines
Definition:
console.cpp:69
gui.h
A KotOR GUI.
Engines::KotOR::OptionsSoundAdvancedMenu::readConfig
void readConfig()
Definition:
soundadv.cpp:114
Engines::KotOR::OptionsSoundAdvancedMenu::_eax
int _eax
Definition:
soundadv.h:45
Engines::Widget
A widget in a GUI.
Definition:
widget.h:40
Engines::KotOR::OptionsSoundAdvancedMenu
Definition:
soundadv.h:34
Engines::KotOR::OptionsSoundAdvancedMenu::updateEAX
void updateEAX(int eax)
Definition:
soundadv.cpp:125
Engines::KotOR::OptionsSoundAdvancedMenu::displayConfig
void displayConfig()
Definition:
soundadv.cpp:119
Engines::KotOR::OptionsSoundAdvancedMenu::callbackActive
void callbackActive(Widget &widget)
Callback that's triggered when a widget was activated.
Definition:
soundadv.cpp:65
Engines::KotOR::GUI
A KotOR GUI.
Definition:
gui.h:57
Engines::KotOR::OptionsSoundAdvancedMenu::setDefault
void setDefault()
Definition:
soundadv.cpp:109
Engines::Console
Definition:
console.h:190
Engines::KotOR::OptionsSoundAdvancedMenu::_forceSoftware
bool _forceSoftware
Definition:
soundadv.h:46
Generated on Sun Nov 18 2018 15:13:40 for xoreos by
1.8.14