Package fife :: Module fife :: Class EngineSettings
[hide private]
[frames] | no frames]

Class EngineSettings

source code

_object --+
          |
         EngineSettings

Proxy of C++ FIFE::EngineSettings class

Instance Methods [hide private]
 
__init__(self, *args, **kwargs) source code
 
__repr__(self) source code
 
validate(self) source code
 
setBitsPerPixel(self, *args)
setBitsPerPixel(self, uint8_t bitsperpixel)
source code
uint16_t
getBitsPerPixel(self) source code
std::vector<(uint16_t,std::allocator<(uint16_t)>)>
getPossibleBitsPerPixel(self) source code
Uint16Uint16PairVector
getPossibleResolutions(self) source code
 
setFullScreen(self, *args)
setFullScreen(self, bool fullscreen)
source code
bool
isFullScreen(self) source code
 
setInitialVolume(self, *args)
setInitialVolume(self, float volume)
source code
float
getInitialVolume(self) source code
float
getMaxVolume(self) source code
 
setRenderBackend(self, *args)
setRenderBackend(self, string renderbackend)
source code
string
getRenderBackend(self) source code
StringVector
getPossibleRenderBackends(self) source code
 
setSDLRemoveFakeAlpha(self, *args)
setSDLRemoveFakeAlpha(self, bool sdlremovefakealpha)
source code
 
isSDLRemoveFakeAlpha(self, *args)
isSDLRemoveFakeAlpha(self, bool sdlremovefakealpha) -> bool
source code
 
setScreenWidth(self, *args)
setScreenWidth(self, uint16_t screenwidth)
source code
uint16_t
getScreenWidth(self) source code
 
setScreenHeight(self, *args)
setScreenHeight(self, uint16_t screenheight)
source code
uint16_t
getScreenHeight(self) source code
 
setDefaultFontPath(self, *args)
setDefaultFontPath(self, string defaultfontpath)
source code
string
getDefaultFontPath(self) source code
 
setDefaultFontSize(self, *args)
setDefaultFontSize(self, uint16_t defaultfontsize)
source code
uint16_t
getDefaultFontSize(self) source code
 
setDefaultFontGlyphs(self, *args)
setDefaultFontGlyphs(self, string defaultfontglyphs)
source code
string
getDefaultFontGlyphs(self) source code
 
setWindowTitle(self, *args)
setWindowTitle(self, string title)
source code
string
getWindowTitle(self) source code
 
setWindowIcon(self, *args)
setWindowIcon(self, string icon)
source code
string
getWindowIcon(self) source code
 
setColorKeyEnabled(self, *args)
setColorKeyEnabled(self, bool colorkeyenable)
source code
bool
isColorKeyEnabled(self) source code
 
setColorKey(self, *args)
setColorKey(self, uint8_t r, uint8_t g, uint8_t b)
source code
SDL_Color
getColorKey(self) source code
 
setVideoDriver(self, *args)
setVideoDriver(self, string driver)
source code
string
getVideoDriver(self) source code
 
setLightingModel(self, *args)
setLightingModel(self, unsigned int lighting)
source code
unsigned int
getLightingModel(self) source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_EngineSettings
  __del__ = lambda self: