SPACE::Core Namespace Reference

The core namespace. More...

Classes

class  cFrameLimiter
 This class manages the time. More...
class  cProcessManager
 This class manages all the processes. More...
class  cStateManager
 This class manages all the states. More...
class  cTimer
 The timer class whis is handled by SPACE::Core::cTimerManager. More...
class  cTimerManager
 Manages the cTimer. More...
class  TSingleton
 A Singleton Class. More...
struct  sProcess
 Saves a process Used by: cProcessManager. More...
struct  sState
 Saves a State Used by: cStateManager. More...

Enumerations

enum  ePurpose {
  STOP_PURPOSE = 0, INIT_PURPOSE, RUN_PURPOSE, START_PURPOSE,
  REPEAT_PURPOSE, END_PURPOSE, FORCED_END_PURPOSE, NO_PURPOSE
}
 

The purpose why a Manager class called a function.

More...

Detailed Description

The core namespace.

This namespace consits of the System core. It handles the time, the frames, the processes and the states.


Enumeration Type Documentation

The purpose why a Manager class called a function.

Enumerator:
STOP_PURPOSE 

If the Process/State etc. is going down.

INIT_PURPOSE 

If the Process/State etc. is starts.

RUN_PURPOSE 

Purpose if the Function is called for a render / logic calculation.

START_PURPOSE 

if the timer starts

REPEAT_PURPOSE 

if the timer starts again in a repeat

END_PURPOSE 

if the timer reaches the end

FORCED_END_PURPOSE 

if the timer was ended by hard

NO_PURPOSE 

Everything else.

Generated on Wed Apr 7 17:20:25 2010 for SPACE Engine by  doxygen 1.6.3