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)
repr(x)
source code
 
__init__(self)
__init__(FIFE::Engine self) -> Engine
source code
 
initializePumping(self)
initializePumping(Engine self)
source code
 
finalizePumping(self)
finalizePumping(Engine self)
source code
 
pump(self)
pump(Engine self)
source code
 
getSettings(self)
getSettings(Engine self) -> EngineSettings
source code
 
getDeviceCaps(self)
getDeviceCaps(Engine self) -> DeviceCaps
source code
 
changeScreenMode(self, *args)
changeScreenMode(Engine self, ScreenMode mode)
source code
 
init(self)
init(Engine self)
source code
 
destroy(self)
destroy(Engine self)
source code
 
getSoundManager(self)
getSoundManager(Engine self) -> SoundManager
source code
 
getEventManager(self)
getEventManager(Engine self) -> EventManager
source code
 
getTimeManager(self)
getTimeManager(Engine self) -> TimeManager
source code
 
setGuiManager(self, *args)
setGuiManager(Engine self, IGUIManager guimanager)
source code
 
getGuiManager(self)
getGuiManager(Engine self) -> IGUIManager
source code
 
getImageManager(self)
getImageManager(Engine self) -> ImageManager
source code
 
getSoundClipManager(self)
getSoundClipManager(Engine self) -> SoundClipManager
source code
 
getRenderBackend(self)
getRenderBackend(Engine self) -> RenderBackend
source code
 
getModel(self)
getModel(Engine self) -> Model
source code
 
getLogManager(self)
getLogManager(Engine self) -> LogManager
source code
 
getVFS(self)
getVFS(Engine self) -> VFS
source code
 
getCursor(self)
getCursor(Engine self) -> Cursor
source code
 
getOffRenderer(self)
getOffRenderer(Engine self) -> OffRenderer
source code
 
getTargetRenderer(self)
getTargetRenderer(Engine self) -> TargetRenderer
source code
 
addChangeListener(self, *args)
addChangeListener(Engine self, IEngineChangeListener listener)
source code
 
removeChangeListener(self, *args)
removeChangeListener(Engine 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: