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

Class DeviceCaps

source code

_object --+
          |
         DeviceCaps

Proxy of C++ FIFE::DeviceCaps class

Instance Methods [hide private]
 
__repr__(self)
repr(x)
source code
 
__init__(self)
__init__(FIFE::DeviceCaps self) -> DeviceCaps
source code
 
fillDeviceCaps(self)
fillDeviceCaps(DeviceCaps self)
source code
 
getSupportedScreenModes(self)
getSupportedScreenModes(DeviceCaps self) -> ScreenModeVector
source code
 
getNearestScreenMode(self, *args)
getNearestScreenMode(DeviceCaps self, uint16_t width, uint16_t height, uint16_t bpp, std::string const & renderer, bool fs) -> ScreenMode
source code
 
getDriverName(self)
getDriverName(DeviceCaps self) -> std::string
source code
 
getAvailableDrivers(self)
getAvailableDrivers(DeviceCaps self) -> StringVector
source code
 
isHwSurfaceAvail(self)
isHwSurfaceAvail(DeviceCaps self) -> bool
source code
 
isWindowManagerAvail(self)
isWindowManagerAvail(DeviceCaps self) -> bool
source code
 
isHwBlitAccel(self)
isHwBlitAccel(DeviceCaps self) -> bool
source code
 
isHwColorkeyBlitAccel(self)
isHwColorkeyBlitAccel(DeviceCaps self) -> bool
source code
 
isHwAlphaBlitAccel(self)
isHwAlphaBlitAccel(DeviceCaps self) -> bool
source code
 
isSwToHwBlitAccel(self)
isSwToHwBlitAccel(DeviceCaps self) -> bool
source code
 
isSwToHwColorkeyBlitAccel(self)
isSwToHwColorkeyBlitAccel(DeviceCaps self) -> bool
source code
 
isSwToHwAlphaBlitAccel(self)
isSwToHwAlphaBlitAccel(DeviceCaps self) -> bool
source code
 
isBlitFillAccel(self)
isBlitFillAccel(DeviceCaps self) -> bool
source code
 
getVideoMemory(self)
getVideoMemory(DeviceCaps self) -> uint32_t
source code
 
getDesktopWidth(self)
getDesktopWidth(DeviceCaps self) -> int32_t
source code
 
getDesktopHeight(self)
getDesktopHeight(DeviceCaps self) -> int32_t
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_DeviceCaps
  __del__ = lambda self: