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

Class Engine

source code

_object --+
          |
         Engine

Proxy of C++ FIFE::Engine class

Instance Methods [hide private]
 
__repr__(self) source code
Engine
__init__(self) source code
 
initializePumping(self) source code
 
finalizePumping(self) source code
 
pump(self) source code
EngineSettings
getSettings(self) source code
DeviceCaps
getDeviceCaps(self) source code
 
changeScreenMode(self, *args)
changeScreenMode(self, ScreenMode mode) -> Image
source code
 
init(self) source code
 
destroy(self) source code
SoundManager
getSoundManager(self) source code
EventManager
getEventManager(self) source code
TimeManager
getTimeManager(self) source code
GUIManager
getGuiManager(self) source code
ImagePool
getImagePool(self) source code
AnimationPool
getAnimationPool(self) source code
SoundClipPool
getSoundClipPool(self) source code
RenderBackend
getRenderBackend(self) source code
Model
getModel(self) source code
LogManager
getLogManager(self) source code
GuiFont
getDefaultFont(self) source code
VFS
getVFS(self) source code
Cursor
getCursor(self) source code
 
addChangeListener(self, *args)
addChangeListener(self, IEngineChangeListener listener)
source code
 
removeChangeListener(self, *args)
removeChangeListener(self, IEngineChangeListener listener)
source code
Class Variables [hide private]
  __swig_setmethods__ = {}
  __setattr__ = lambda self, name, value:
  __swig_getmethods__ = {}
  __getattr__ = lambda self, name:
  __swig_destroy__ = _fife.delete_Engine
  __del__ = lambda self: