#include <ActionController.h>
Public Member Functions | |
| ActionList () | |
| void | push_back (Action *action) |
| void | clear () |
Public Attributes | |
| int | actionCount |
| Action ** | actions |
Private Attributes | |
| int | maxActions |
Definition at line 71 of file ActionController.h.
| ActionController::ActionList::ActionList | ( | ) | [inline] |
| 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().
Definition at line 96 of file ActionController.h.
Referenced by ActionController::allEvents(), clear(), ActionController::clear(), ActionController::draw(), ActionController::logActions(), push_back(), and ActionController::stepActions().
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] |
1.5.3