Planeshift
Public Member Functions | Protected Attributes

pawsConfigPvP Class Reference

class pawsConfigPvP is options screen for configuration of PvP More...

#include <pawsconfigpvp.h>

List of all members.

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

pawsRadioButtonGroupconfirmRadioGroup

Detailed Description

class pawsConfigPvP is options screen for configuration of PvP

Definition at line 38 of file pawsconfigpvp.h.


Member Function Documentation

virtual bool pawsConfigPvP::Initialize ( ) [virtual]
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.

Parameters:
widgetThe widget acted upon.
Returns:
Notify parent and return result FALSE if no parent.

Reimplemented from pawsWidget.

virtual bool pawsConfigPvP::PostSetup ( ) [virtual]

This is called after the widget and all of it's children have been created.

Remarks:
This can be useful for widgets that want to get pointers to some of it's children for quick access.

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.


Member Data Documentation

Definition at line 53 of file pawsconfigpvp.h.


The documentation for this class was generated from the following file: