#include <Display.h>
Public Member Functions | |
| bool | changeSettings (int width, int height, bool fullscreen) |
Static Public Member Functions | |
| static Display * | instance () |
Static Protected Attributes | |
| static Display * | instance_ = 0 |
Private Member Functions | |
| Display () | |
| virtual | ~Display () |
Private Attributes | |
| SDL_Surface * | surface |
Definition at line 27 of file Display.h.
| Display::Display | ( | ) | [private] |
Definition at line 38 of file Display.cpp.
| Display::~Display | ( | ) | [private, virtual] |
Definition at line 43 of file Display.cpp.
| Display * Display::instance | ( | ) | [static] |
Definition at line 28 of file Display.cpp.
References instance_.
Referenced by createScorchedWindow().
| bool Display::changeSettings | ( | int | width, | |
| int | height, | |||
| bool | fullscreen | |||
| ) |
Definition at line 48 of file Display.cpp.
References S3D::dialogMessage(), S3D::formatStringBuffer(), OptionsDisplay::getBitsPerPixel(), OptionsDisplay::getColorComponentSize(), OptionsDisplay::getDepthBufferBits(), OptionsDisplay::getDoubleBuffer(), OptionsDisplay::instance(), and surface.
Display * Display::instance_ = 0 [static, protected] |
SDL_Surface* Display::surface [private] |
1.5.3