Home | Namespaces | Hierarchy | Alphabetical List | Class list | Files | Namespace Members | Class members | File members
Classes | Typedefs | Enumerations
engine Namespace Reference

Everything in the Engine can be found in this namespace and very important, the class GameManager. More...

Classes

struct  EngineEvent
 Struct containing information about a game event. More...
class  EngineEventReceiver
class  EngineManager
class  EngineSettings
class  Log
 Log class for writing debug/log data to files. More...
class  LogManager
 The log manager handles the creation and retrieval of logs for the application. More...
class  Object
class  Plugin
class  PluginManager

Typedefs

typedef void(* DLL_LOAD_PLUGIN )()
typedef void(* DLL_UNLOAD_PLUGIN )()

Enumerations

enum  LogLevel { LL_INFORMATION = 0, LL_WARNING = 1, LL_ERROR = 2, LL_NONE = 3 }
enum  ObjectType {
  OT_UNDEFINED, OT_ENGINE_MANAGER, OT_PLATFORM_MANAGER, OT_SCENE_MANAGER,
  OT_NODE, OT_RENDER_MANAGER, OT_VIEWPORT, OT_RENDERTARGET,
  OT_PHYSICS_MANAGER, OT_BODY, OT_JOINT, OT_SOUND_MANAGER,
  OT_SCRIPT_MANAGER, OT_RESOURCE_MANAGER, OT_RESOURCE, OT_INPUT_MANAGER,
  OT_INPUTDEVICE, OT_CURSOR, OT_PLUGIN_MANAGER, OT_PLUGIN,
  OT_LOG_MANAGER, OT_LOG, OT_COUNT
}

Detailed Description

Everything in the Engine can be found in this namespace and very important, the class GameManager.


Typedef Documentation

typedef void(* engine::DLL_LOAD_PLUGIN)()
typedef void(* engine::DLL_UNLOAD_PLUGIN)()

Enumeration Type Documentation

Enumerator:
LL_INFORMATION 
LL_WARNING 

High log level, warnings, errors and information texts are printed out.

LL_ERROR 

Default log level, warnings and errors are printed out.

LL_NONE 

Low log level, only errors are printed into the log.

Enumerator:
OT_UNDEFINED 
OT_ENGINE_MANAGER 
OT_PLATFORM_MANAGER 
OT_SCENE_MANAGER 
OT_NODE 
OT_RENDER_MANAGER 
OT_VIEWPORT 
OT_RENDERTARGET 
OT_PHYSICS_MANAGER 
OT_BODY 
OT_JOINT 
OT_SOUND_MANAGER 
OT_SCRIPT_MANAGER 
OT_RESOURCE_MANAGER 
OT_RESOURCE 
OT_INPUT_MANAGER 
OT_INPUTDEVICE 
OT_CURSOR 
OT_PLUGIN_MANAGER 
OT_PLUGIN 
OT_LOG_MANAGER 
OT_LOG 
OT_COUNT 

The KG Game Engine
The KG Game Engine Documentation © 2006-2011 by Kat'Oun. Generated on Sat Jul 2 2011 00:50:07 by Doxygen (1.7.4)