Planeshift
|
class pawsConfigPvP is options screen for configuration of PvP More...
#include <pawsconfigsound.h>
Public Member Functions | |
virtual void | Hide () |
Makes widget invisible and removes focus if widget has current focus. | |
virtual bool | Initialize () |
virtual bool | LoadConfig () |
sets content of dialog according to current configuration | |
virtual bool | OnButtonPressed (int, int, pawsWidget *) |
Called whenever a button is pressed. | |
virtual void | OnListAction (pawsListBox *selected, int status) |
Called whenever an item in a child list box is selected. | |
virtual bool | OnScroll (int, pawsScrollBar *) |
Called whenever a window is scrolled. | |
pawsConfigSound () | |
virtual bool | PostSetup () |
This is called after the widget and all of it's children have been created. | |
virtual bool | SaveConfig () |
remembers settings in-game and saves them permanently to a file also | |
virtual void | SetDefault () |
sets content of dialog according to default configuration | |
virtual void | Show () |
Makes widget visible and brings it to the front. | |
Protected Attributes | |
pawsCheckBox * | actions |
pawsScrollBar * | actionsVol |
pawsCheckBox * | ambient |
pawsScrollBar * | ambientVol |
pawsCheckBox * | chatSound |
pawsCheckBox * | combatMusic |
pawsCheckBox * | effects |
pawsScrollBar * | effectsVol |
pawsScrollBar * | generalVol |
pawsCheckBox * | gui |
pawsScrollBar * | guiVol |
pawsCheckBox * | instruments |
pawsScrollBar * | instrumentsVol |
bool | loaded |
pawsCheckBox * | loopBGM |
pawsCheckBox * | music |
pawsScrollBar * | musicVol |
pawsCheckBox * | muteOnFocusLoss |
bool | oldactions |
float | oldactionsvol |
bool | oldambient |
float | oldambientvol |
bool | oldchatsound |
bool | oldeffects |
float | oldeffectsvol |
bool | oldgui |
float | oldguivol |
bool | oldInstruments |
float | oldInstrumentsVol |
bool | oldlisteneroncamerapos |
bool | oldmusic |
float | oldmusicvol |
bool | oldvoices |
float | oldvoicesvol |
float | oldvol |
pawsComboBox * | soundLocation |
pawsCheckBox * | voices |
pawsScrollBar * | voicesVol |
class pawsConfigPvP is options screen for configuration of PvP
Definition at line 41 of file pawsconfigsound.h.
pawsConfigSound::pawsConfigSound | ( | ) |
virtual void pawsConfigSound::Hide | ( | ) | [virtual] |
Makes widget invisible and removes focus if widget has current focus.
Sets visible FALSE, hides border if present and then if focused when called it calls SetCurrentFocusedWidget(NULL).
Reimplemented from pawsWidget.
virtual bool pawsConfigSound::Initialize | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
virtual bool pawsConfigSound::LoadConfig | ( | ) | [virtual] |
sets content of dialog according to current configuration
Implements pawsConfigSectionWindow.
virtual bool pawsConfigSound::OnButtonPressed | ( | int | button, |
int | keyModifier, | ||
pawsWidget * | widget | ||
) | [virtual] |
Called whenever a button is pressed.
button | The button pressed. |
keyModifier | Modifier key in effect. |
widget | The widget the button belongs to. |
Reimplemented from pawsWidget.
virtual void pawsConfigSound::OnListAction | ( | pawsListBox * | selected, |
int | status | ||
) | [virtual] |
Called whenever an item in a child list box is selected.
selected | The listbox that has the item selected. |
status | From listbox when a row is selected. |
Reimplemented from pawsWidget.
virtual bool pawsConfigSound::OnScroll | ( | int | scrollDirection, |
pawsScrollBar * | widget | ||
) | [virtual] |
Called whenever a window is scrolled.
scrollDirection | The direction to move. |
widget | The scrollbar widget being manipulated. |
Reimplemented from pawsWidget.
virtual bool pawsConfigSound::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
virtual bool pawsConfigSound::SaveConfig | ( | ) | [virtual] |
remembers settings in-game and saves them permanently to a file also
Implements pawsConfigSectionWindow.
virtual void pawsConfigSound::SetDefault | ( | ) | [virtual] |
sets content of dialog according to default configuration
Implements pawsConfigSectionWindow.
virtual void pawsConfigSound::Show | ( | ) | [virtual] |
Makes widget visible and brings it to the front.
Sets visible TRUE shows border if present then calls BringToTop() on itself.
Reimplemented from pawsWidget.
pawsCheckBox* pawsConfigSound::actions [protected] |
Definition at line 72 of file pawsconfigsound.h.
pawsScrollBar* pawsConfigSound::actionsVol [protected] |
Definition at line 65 of file pawsconfigsound.h.
pawsCheckBox* pawsConfigSound::ambient [protected] |
Definition at line 71 of file pawsconfigsound.h.
pawsScrollBar* pawsConfigSound::ambientVol [protected] |
Definition at line 64 of file pawsconfigsound.h.
pawsCheckBox* pawsConfigSound::chatSound [protected] |
Definition at line 82 of file pawsconfigsound.h.
pawsCheckBox* pawsConfigSound::combatMusic [protected] |
Definition at line 81 of file pawsconfigsound.h.
pawsCheckBox* pawsConfigSound::effects [protected] |
Definition at line 73 of file pawsconfigsound.h.
pawsScrollBar* pawsConfigSound::effectsVol [protected] |
Definition at line 66 of file pawsconfigsound.h.
pawsScrollBar* pawsConfigSound::generalVol [protected] |
Definition at line 62 of file pawsconfigsound.h.
pawsCheckBox* pawsConfigSound::gui [protected] |
Definition at line 75 of file pawsconfigsound.h.
pawsScrollBar* pawsConfigSound::guiVol [protected] |
Definition at line 67 of file pawsconfigsound.h.
pawsCheckBox* pawsConfigSound::instruments [protected] |
Definition at line 77 of file pawsconfigsound.h.
pawsScrollBar* pawsConfigSound::instrumentsVol [protected] |
Definition at line 69 of file pawsconfigsound.h.
bool pawsConfigSound::loaded [protected] |
Definition at line 86 of file pawsconfigsound.h.
pawsCheckBox* pawsConfigSound::loopBGM [protected] |
Definition at line 80 of file pawsconfigsound.h.
pawsCheckBox* pawsConfigSound::music [protected] |
Definition at line 74 of file pawsconfigsound.h.
pawsScrollBar* pawsConfigSound::musicVol [protected] |
Definition at line 63 of file pawsconfigsound.h.
pawsCheckBox* pawsConfigSound::muteOnFocusLoss [protected] |
Definition at line 79 of file pawsconfigsound.h.
bool pawsConfigSound::oldactions [protected] |
Definition at line 88 of file pawsconfigsound.h.
float pawsConfigSound::oldactionsvol [protected] |
Definition at line 89 of file pawsconfigsound.h.
bool pawsConfigSound::oldambient [protected] |
Definition at line 88 of file pawsconfigsound.h.
float pawsConfigSound::oldambientvol [protected] |
Definition at line 89 of file pawsconfigsound.h.
bool pawsConfigSound::oldchatsound [protected] |
Definition at line 88 of file pawsconfigsound.h.
bool pawsConfigSound::oldeffects [protected] |
Definition at line 88 of file pawsconfigsound.h.
float pawsConfigSound::oldeffectsvol [protected] |
Definition at line 89 of file pawsconfigsound.h.
bool pawsConfigSound::oldgui [protected] |
Definition at line 88 of file pawsconfigsound.h.
float pawsConfigSound::oldguivol [protected] |
Definition at line 89 of file pawsconfigsound.h.
bool pawsConfigSound::oldInstruments [protected] |
Definition at line 88 of file pawsconfigsound.h.
float pawsConfigSound::oldInstrumentsVol [protected] |
Definition at line 89 of file pawsconfigsound.h.
bool pawsConfigSound::oldlisteneroncamerapos [protected] |
Definition at line 88 of file pawsconfigsound.h.
bool pawsConfigSound::oldmusic [protected] |
Definition at line 88 of file pawsconfigsound.h.
float pawsConfigSound::oldmusicvol [protected] |
Definition at line 89 of file pawsconfigsound.h.
bool pawsConfigSound::oldvoices [protected] |
Definition at line 88 of file pawsconfigsound.h.
float pawsConfigSound::oldvoicesvol [protected] |
Definition at line 89 of file pawsconfigsound.h.
float pawsConfigSound::oldvol [protected] |
Definition at line 89 of file pawsconfigsound.h.
pawsComboBox* pawsConfigSound::soundLocation [protected] |
Definition at line 84 of file pawsconfigsound.h.
pawsCheckBox* pawsConfigSound::voices [protected] |
Definition at line 76 of file pawsconfigsound.h.
pawsScrollBar* pawsConfigSound::voicesVol [protected] |
Definition at line 68 of file pawsconfigsound.h.