Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

KX_KetsjiEngine Class Reference

#include <KX_KetsjiEngine.h>

Inheritance diagram for KX_KetsjiEngine:

SCA_IMainLoop List of all members.

Public Methods

 KX_KetsjiEngine (class SCA_ISystem* system)
virtual ~KX_KetsjiEngine ()
 Destructor of the Ketsji Engine, release all memory. More...

bool Init (struct Global* glob,struct ScrArea* curarea,class RAS_ICanvas* canvas,class RAS_IRenderTools* rendertools)
virtual int MainLoopCallback ()
 Ketsji Mainloop, this loop is synchronized in a way that the logic and physics runs the same on all computers, graphics can adept to the systems speed. More...

void Run ()
void Exit ()
void Export (const CCString& filename)
void SetScene (class KX_Scene* scene)

Constructor & Destructor Documentation

KX_KetsjiEngine::KX_KetsjiEngine ( class SCA_ISystem * system )
 

Definition at line 67 of file KX_KetsjiEngine.cpp.

KX_KetsjiEngine::~KX_KetsjiEngine ( ) [virtual]
 

Destructor of the Ketsji Engine, release all memory.

Definition at line 87 of file KX_KetsjiEngine.cpp.


Member Function Documentation

void KX_KetsjiEngine::Exit ( )
 

Definition at line 445 of file KX_KetsjiEngine.cpp.

Referenced by Ketsji_Start1().

void KX_KetsjiEngine::Export ( const CCString & filename )
 

bool KX_KetsjiEngine::Init ( struct Global * glob,
struct ScrArea * curarea,
class RAS_ICanvas * canvas,
class RAS_IRenderTools * rendertools )
 

Referenced by Ketsji_Start1().

int KX_KetsjiEngine::MainLoopCallback ( ) [virtual]
 

Ketsji Mainloop, this loop is synchronized in a way that the logic and physics runs the same on all computers, graphics can adept to the systems speed.

Reimplemented from SCA_IMainLoop.

Definition at line 108 of file KX_KetsjiEngine.cpp.

void KX_KetsjiEngine::Run ( )
 

Definition at line 96 of file KX_KetsjiEngine.cpp.

Referenced by Ketsji_Start1().

void KX_KetsjiEngine::SetScene ( class KX_Scene * scene )
 

Definition at line 461 of file KX_KetsjiEngine.cpp.

Referenced by Ketsji_Start1().


The documentation for this class was generated from the following files:
Generated at Thu Feb 1 13:03:41 2001 for Ketsji Game Engine by doxygen1.2.3 written by Dimitri van Heesch, © 1997-2000