#include <Config.h>
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 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18