Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

Config Class Reference

#include <Config.h>

List of all members.

Public Methods

 Config ()
virtual ~Config ()

Static Public Methods

void setFullScreen (bool t)
bool getFullScreen ()
void setWidth (int t)
int getWidth ()
void setHeight (int t)
int getHeight ()
void setDepth (int t)
int getDepth ()
void setName (string s)
string getName ()
void setStereo (bool t)
bool getStereo ()

Static Protected Methods

void readConfig ()
void writeConfig ()

Static Protected Attributes

bool _fullScreen = false
int _width = 800
int _height = 600
int _depth = 24
string _name = "UnamedNewbie"
bool _stereo = false
ifstream _infile
ofstream _outfile


Constructor & Destructor Documentation

Config::Config  
 

Config::~Config   [virtual]
 


Member Function Documentation

int Config::getDepth   [inline, static]
 

bool Config::getFullScreen   [inline, static]
 

int Config::getHeight   [inline, static]
 

string Config::getName   [inline, static]
 

bool Config::getStereo   [inline, static]
 

int Config::getWidth   [inline, static]
 

void Config::readConfig   [static, protected]
 

void Config::setDepth int    t [inline, static]
 

void Config::setFullScreen bool    t [inline, static]
 

void Config::setHeight int    t [inline, static]
 

void Config::setName string    s [inline, static]
 

void Config::setStereo bool    t [inline, static]
 

void Config::setWidth int    t [inline, static]
 

void Config::writeConfig   [static, protected]
 


Member Data Documentation

int Config::_depth = 24 [static, protected]
 

bool Config::_fullScreen = false [static, protected]
 

int Config::_height = 600 [static, protected]
 

ifstream Config::_infile [static, protected]
 

string Config::_name = "UnamedNewbie" [static, protected]
 

ofstream Config::_outfile [static, protected]
 

bool Config::_stereo = false [static, protected]
 

int Config::_width = 800 [static, protected]
 


The documentation for this class was generated from the following files:
Generated on Wed Apr 21 11:11:09 2004 for naturecalls by doxygen1.2.18