#include <action.h>
Definition at line 34 of file action.h.
Public Member Functions | |
| Action () | |
| ~Action () | |
| void | setAnimation (int direction, Animation *animation) |
| Animation * | getAnimation (int direction) const |
Protected Types | |
| typedef std::map< int, Animation * > | Animations |
| typedef Animations::iterator | AnimationIterator |
Protected Attributes | |
| Animations | mAnimations |
typedef std::map<int, Animation*> Action::Animations [protected] |
typedef Animations::iterator Action::AnimationIterator [protected] |
| Action::Action | ( | ) |
Definition at line 28 of file action.cpp.
| Action::~Action | ( | ) |
Definition at line 32 of file action.cpp.
| void Action::setAnimation | ( | int | direction, | |
| Animation * | animation | |||
| ) |
Definition at line 49 of file action.cpp.
| Animation * Action::getAnimation | ( | int | direction | ) | const |
Definition at line 37 of file action.cpp.
Animations Action::mAnimations [protected] |
1.5.5