#include <CCDatas.h>
Public Member Functions | |
CCFrameData () | |
~CCFrameData () | |
virtual void | copy (const CCBaseData *node) |
![]() | |
CCBaseData () | |
~CCBaseData (void) | |
virtual void | subtract (CCBaseData *from, CCBaseData *to, bool limit) |
var | subtract ( var from, var to, var limit) |
virtual void | setColor (const ccColor4B &color) |
virtual ccColor4B | getColor () |
![]() | |
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) |
![]() | |
virtual CCObject * | copyWithZone (CCZone *pZone) |
Static Public Member Functions | |
static CCFrameData * | create (void) |
![]() | |
static CCBaseData * | create (void) |
Public Attributes | |
int | frameID |
int | duration |
CCTweenType | tweenEasing |
The frame will last duration frames. More... | |
bool | isTween |
Every frame's tween easing effect. More... | |
int | displayIndex |
Whether it's a tween key frame. More... | |
CCBlendType | blendType |
std::string | strEvent |
std::string | strMovement |
strMovement, strEvent, strSound, strSoundEffect do not support yet More... | |
std::string | strSound |
std::string | strSoundEffect |
![]() | |
float | x |
float | y |
position x attribute More... | |
int | zOrder |
position y attribute More... | |
float | skewX |
zorder attribute, used to order the CCBone's depth order More... | |
float | skewY |
float | scaleX |
float | scaleY |
float | tweenRotate |
var | tweenRotate |
bool | isUseColorInfo |
SkewX, SkewY, and TweenRotate effect the rotation. More... | |
var | isUseColorInfo |
SkewX, SkewY, and TweenRotate effect the rotation. More... | |
int | a |
Whether or not this frame have the color changed Info. More... | |
int | r |
int | g |
int | b |
![]() | |
unsigned int | m_uID |
int | m_nLuaID |
Additional Inherited Members | |
![]() | |
unsigned int | m_uReference |
unsigned int | m_uAutoReleaseCount |
CCFrameData | ( | ) |
~CCFrameData | ( | ) |
|
virtual |
Reimplemented from CCBaseData.
|
inlinestatic |
CCBlendType blendType |
int displayIndex |
Whether it's a tween key frame.
The current display index when change to this frame. If value is -1, then display will not be shown.
int duration |
int frameID |
bool isTween |
Every frame's tween easing effect.
std::string strEvent |
std::string strMovement |
strMovement, strEvent, strSound, strSoundEffect do not support yet
std::string strSound |
std::string strSoundEffect |
CCTweenType tweenEasing |
The frame will last duration frames.