Control Class Reference

#include <Control.h>

List of all members.

Static Public Member Functions

static void update ()
static void registerController (Object *o)
static void detachController (Object *o)
static void detachAllControllers ()

Static Private Attributes

static std::vector< Object * > _controllers


Detailed Description

Definition at line 6 of file Control.h.


Member Function Documentation

void Control::detachAllControllers  )  [static]
 

Definition at line 35 of file Control.cpp.

References _controllers.

Referenced by SetControlCommand::execute().

void Control::detachController Object o  )  [static]
 

Definition at line 26 of file Control.cpp.

References _controllers.

void Control::registerController Object o  )  [static]
 

Definition at line 21 of file Control.cpp.

References _controllers.

Referenced by SetControlCommand::execute(), and Level::levelLoad().

void Control::update  )  [static]
 

Definition at line 10 of file Control.cpp.

References _controllers.


Member Data Documentation

vector< Object * > Control::_controllers [static, private]
 

Definition at line 15 of file Control.h.

Referenced by detachAllControllers(), detachController(), registerController(), and update().


The documentation for this class was generated from the following files:
Generated on Sat Apr 22 15:05:21 2006 for ProjectX by  doxygen 1.4.6-NO