#include <CToxiConfig.h>
Public Methods | |
CToxiConfig () | |
~CToxiConfig () | |
void | setWindowSize (int windowWidth, int windowHeight) |
void | setWindowLocation (int locationX, int locationY) |
void | setWindowColorBits (int depthBits) |
void | setFullscreen (bool fullscreen) |
void | setAutomaticStart (bool automaticStart) |
void | setWindowTitle (char *windowTitle) |
void | setWindowActive (bool active) |
int | getWindowWidth () |
int | getWindowHeight () |
int | getWindowColorBits () |
bool | getFullscreen () |
bool | getAutomaticStart () |
char * | getWindowTitle () |
bool | getWindowActive () |
void | setDefaultParams () |
Private Attributes | |
int | _width |
int | _height |
int | _bits |
int | _xLocation |
int | _yLocation |
bool | _fullscreen |
bool | _active |
bool | _loop_auto_start |
char * | _title |
Definition at line 45 of file CToxiConfig.h.
|
CToxiCondig constructor Definition at line 43 of file CToxiConfig.cpp. References _active, _bits, _fullscreen, _height, _loop_auto_start, _title, _width, _xLocation, and _yLocation. |
|
CToxiConfig desctructor Definition at line 57 of file CToxiConfig.cpp. |
|
Definition at line 144 of file CToxiConfig.cpp. References _loop_auto_start. |
|
Definition at line 139 of file CToxiConfig.cpp. References _fullscreen. |
|
Definition at line 155 of file CToxiConfig.cpp. References _active. |
|
Definition at line 134 of file CToxiConfig.cpp. References _bits. |
|
Definition at line 129 of file CToxiConfig.cpp. References _height. |
|
Definition at line 149 of file CToxiConfig.cpp. References _title. |
|
Get Functions Definition at line 124 of file CToxiConfig.cpp. References _width. |
|
Definition at line 103 of file CToxiConfig.cpp. References _loop_auto_start. |
|
Sets default parameters - testing purposes only! Definition at line 160 of file CToxiConfig.cpp. References _active, _bits, _fullscreen, _height, _loop_auto_start, _width, _xLocation, and _yLocation. |
|
Definition at line 95 of file CToxiConfig.cpp. References _fullscreen. |
|
Definition at line 116 of file CToxiConfig.cpp. References _active. |
|
Definition at line 87 of file CToxiConfig.cpp. References _bits. |
|
Definition at line 74 of file CToxiConfig.cpp. References _xLocation, and _yLocation. |
|
Set Functions Definition at line 62 of file CToxiConfig.cpp. References _width. |
|
Definition at line 111 of file CToxiConfig.cpp. References _title. |
|
Definition at line 96 of file CToxiConfig.h. Referenced by CToxiConfig(), getWindowActive(), setDefaultParams(), and setWindowActive(). |
|
Definition at line 89 of file CToxiConfig.h. Referenced by CToxiConfig(), getWindowColorBits(), setDefaultParams(), and setWindowColorBits(). |
|
Definition at line 96 of file CToxiConfig.h. Referenced by CToxiConfig(), getFullscreen(), setDefaultParams(), and setFullscreen(). |
|
Definition at line 89 of file CToxiConfig.h. Referenced by CToxiConfig(), getWindowHeight(), and setDefaultParams(). |
|
Definition at line 99 of file CToxiConfig.h. Referenced by CToxiConfig(), getAutomaticStart(), setAutomaticStart(), and setDefaultParams(). |
|
Definition at line 101 of file CToxiConfig.h. Referenced by CToxiConfig(), getWindowTitle(), and setWindowTitle(). |
|
Definition at line 89 of file CToxiConfig.h. Referenced by CToxiConfig(), getWindowWidth(), setDefaultParams(), and setWindowSize(). |
|
Definition at line 93 of file CToxiConfig.h. Referenced by CToxiConfig(), setDefaultParams(), and setWindowLocation(). |
|
Definition at line 93 of file CToxiConfig.h. Referenced by CToxiConfig(), setDefaultParams(), and setWindowLocation(). |