#include <freecloth/gfx/gfxConfig.h>
Inheritance diagram for GfxConfig:
Public Member Functions | |
virtual void | load (ResConfigRegistryR ®) |
virtual void | save (ResConfigRegistryW ®) const |
virtual RCShdPtr< ResConfig > | clone () const |
const WindowInfo & | getWindowInfo () const |
Accessor. | |
const VideoModeInfo & | getVideoModeInfo () const |
Accessor. | |
bool | getFullscreen () const |
Accessor. | |
void | setWindowInfo (const WindowInfo &) |
Mutator. | |
void | setVideoModeInfo (const VideoModeInfo &) |
Mutator. | |
void | setFullscreen (bool) |
Mutator. | |
Protected Member Functions | |
GfxConfig (const GfxConfig &) | |
Private Member Functions | |
GfxConfig & | operator= (const GfxConfig &) |
Private Attributes | |
WindowInfo | _windowInfo |
VideoModeInfo | _videoModeInfo |
bool | _fullscreen |
Includes window size and position, or fullscreen video mode information.
Definition at line 40 of file gfxConfig.h.