ActionController::ActionList Class Reference

#include <ActionController.h>

List of all members.

Public Member Functions

 ActionList ()
void push_back (Action *action)
void clear ()

Public Attributes

int actionCount
Action ** actions

Private Attributes

int maxActions


Detailed Description

Definition at line 71 of file ActionController.h.


Constructor & Destructor Documentation

ActionController::ActionList::ActionList (  )  [inline]

Definition at line 74 of file ActionController.h.

References actions, and maxActions.


Member Function Documentation

void ActionController::ActionList::push_back ( Action action  )  [inline]

Definition at line 79 of file ActionController.h.

References actionCount, actions, and maxActions.

Referenced by ActionController::addNewActions().

void ActionController::ActionList::clear (  )  [inline]

Definition at line 91 of file ActionController.h.

References actionCount.

Referenced by ActionController::clear().


Member Data Documentation

int ActionController::ActionList::actionCount

Definition at line 96 of file ActionController.h.

Referenced by ActionController::allEvents(), clear(), ActionController::clear(), ActionController::draw(), ActionController::logActions(), push_back(), and ActionController::stepActions().

Action** ActionController::ActionList::actions

Definition at line 97 of file ActionController.h.

Referenced by ActionList(), ActionController::allEvents(), ActionController::clear(), ActionController::draw(), ActionController::logActions(), push_back(), and ActionController::stepActions().

int ActionController::ActionList::maxActions [private]

Definition at line 99 of file ActionController.h.

Referenced by ActionList(), and push_back().


The documentation for this class was generated from the following file:
Generated on Mon Feb 16 15:15:00 2009 for Scorched3D by  doxygen 1.5.3