Planeshift
|
class pawsConfigPvP is options screen for configuration of PvP More...
#include <pawsconfigpvp.h>
Public Member Functions | |
virtual bool | Initialize () |
virtual bool | LoadConfig () |
sets content of dialog according to current configuration | |
virtual bool | OnChange (pawsWidget *widget) |
Called whenever a widget is selected. | |
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 | |
Protected Attributes | |
pawsRadioButtonGroup * | confirmRadioGroup |
class pawsConfigPvP is options screen for configuration of PvP
Definition at line 38 of file pawsconfigpvp.h.
virtual bool pawsConfigPvP::Initialize | ( | ) | [virtual] |
Implements pawsConfigSectionWindow.
virtual bool pawsConfigPvP::LoadConfig | ( | ) | [virtual] |
sets content of dialog according to current configuration
Implements pawsConfigSectionWindow.
virtual bool pawsConfigPvP::OnChange | ( | pawsWidget * | widget | ) | [virtual] |
Called whenever a widget is selected.
widget | The widget acted upon. |
Reimplemented from pawsWidget.
virtual bool pawsConfigPvP::PostSetup | ( | ) | [virtual] |
This is called after the widget and all of it's children have been created.
Reimplemented from pawsWidget.
virtual bool pawsConfigPvP::SaveConfig | ( | ) | [virtual] |
remembers settings in-game and saves them permanently to a file also
Implements pawsConfigSectionWindow.
virtual void pawsConfigPvP::SetDefault | ( | ) | [virtual] |
sets content of dialog according to default configuration
Implements pawsConfigSectionWindow.
pawsRadioButtonGroup* pawsConfigPvP::confirmRadioGroup [protected] |
Definition at line 53 of file pawsconfigpvp.h.