#include <CCBKeyframe.h>
Public Member Functions | |
| CCBKeyframe () | |
| ~CCBKeyframe () | |
| CCObject * | getValue () |
| void | setValue (CCObject *pValue) |
| float | getTime () |
| void | setTime (float fTime) |
| int | getEasingType () |
| void | setEasingType (int nEasingType) |
| float | getEasingOpt () |
| void | setEasingOpt (float fEasingOpt) |
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) |
Additional Inherited Members | |
Public Attributes inherited from CCObject | |
| unsigned int | m_uID |
| int | m_nLuaID |
Protected Attributes inherited from CCObject | |
| unsigned int | m_uReference |
| unsigned int | m_uAutoReleaseCount |
| CCBKeyframe | ( | ) |
| ~CCBKeyframe | ( | ) |
| float getEasingOpt | ( | ) |
| int getEasingType | ( | ) |
| float getTime | ( | ) |
| CCObject* getValue | ( | ) |
| void setEasingOpt | ( | float | fEasingOpt) |
| void setEasingType | ( | int | nEasingType) |
| void setTime | ( | float | fTime) |
| void setValue | ( | CCObject * | pValue) |