Planeshift
Public Member Functions | Protected Attributes

pawsConfigSectionWindow Class Reference

#include <pawsconfigwindow.h>

List of all members.

Public Member Functions

virtual bool Initialize ()=0
virtual bool IsDirty ()
 were settings modified ?
virtual bool LoadConfig ()=0
 sets content of dialog according to current configuration
 pawsConfigSectionWindow ()
virtual bool SaveConfig ()=0
 remembers settings in-game and saves them permanently to a file also
virtual void SetDefault ()=0
 sets content of dialog according to default configuration
void SetSectionName (const csString &_sectionName)

Protected Attributes

bool dirty
csString sectionName

Detailed Description

Definition at line 45 of file pawsconfigwindow.h.


Constructor & Destructor Documentation

pawsConfigSectionWindow::pawsConfigSectionWindow ( ) [inline]

Definition at line 48 of file pawsconfigwindow.h.


Member Function Documentation

virtual bool pawsConfigSectionWindow::Initialize ( ) [pure virtual]
virtual bool pawsConfigSectionWindow::IsDirty ( ) [inline, virtual]

were settings modified ?

Definition at line 60 of file pawsconfigwindow.h.

virtual bool pawsConfigSectionWindow::LoadConfig ( ) [pure virtual]
virtual bool pawsConfigSectionWindow::SaveConfig ( ) [pure virtual]
virtual void pawsConfigSectionWindow::SetDefault ( ) [pure virtual]
void pawsConfigSectionWindow::SetSectionName ( const csString &  _sectionName) [inline]

Definition at line 52 of file pawsconfigwindow.h.


Member Data Documentation

Definition at line 81 of file pawsconfigwindow.h.

Definition at line 75 of file pawsconfigwindow.h.


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