#include <CCDatas.h>
Public Member Functions | |
| CCAnimationData (void) | |
| ~CCAnimationData (void) | |
| void | addMovement (CCMovementData *movData) |
| CCMovementData * | getMovement (const char *movementName) |
| int | getMovementCount () |
Public Member Functions inherited from CCObject | |
| CCObject (void) | |
| virtual | ~CCObject (void) |
| void | release (void) |
| void | retain (void) |
| CCObject * | autorelease (void) |
| CCObject * | copy (void) |
| bool | isSingleReference (void) const |
| unsigned int | retainCount (void) const |
| virtual bool | isEqual (const CCObject *pObject) |
| virtual void | acceptVisitor (CCDataVisitor &visitor) |
| virtual void | update (float dt) |
Public Member Functions inherited from CCCopying | |
| virtual CCObject * | copyWithZone (CCZone *pZone) |
Static Public Member Functions | |
| static CCAnimationData * | create (void) |
Public Attributes | |
| std::string | name |
| CCDictionary | movementDataDic |
| std::vector< std::string > | movementNames |
Public Attributes inherited from CCObject | |
| unsigned int | m_uID |
| int | m_nLuaID |
Additional Inherited Members | |
Protected Attributes inherited from CCObject | |
| unsigned int | m_uReference |
| unsigned int | m_uAutoReleaseCount |
| CCAnimationData | ( | void | ) |
| ~CCAnimationData | ( | void | ) |
| void addMovement | ( | CCMovementData * | movData) |
|
inlinestatic |
| CCMovementData* getMovement | ( | const char * | movementName) |
| int getMovementCount | ( | ) |
| CCDictionary movementDataDic |
| std::vector<std::string> movementNames |
| std::string name |