#include <CCBKeyframe.h>
Public Types | |
enum | EasingType { INSTANT, LINEAR, CUBIC_IN, CUBIC_OUT, CUBIC_INOUT, ELASTIC_IN, ELASTIC_OUT, ELASTIC_INOUT, BOUNCE_IN, BOUNCE_OUT, BOUNCE_INOUT, BACK_IN, BACK_OUT, BACK_INOUT } |
Public Member Functions | |
CCBKeyframe () | |
~CCBKeyframe () | |
Object * | getValue () |
local | getValue () |
void | setValue (Object *pValue) |
var | setValue ( var pValue) |
local | setValue ( local pValue) |
float | getTime () |
void | setTime (float fTime) |
var | setTime ( var fTime) |
local | setTime ( local fTime) |
EasingType | getEasingType () |
void | setEasingType (EasingType easingType) |
var | setEasingType ( var easingType) |
local | setEasingType ( local easingType) |
float | getEasingOpt () |
void | setEasingOpt (float fEasingOpt) |
var | setEasingOpt ( var fEasingOpt) |
local | setEasingOpt ( local fEasingOpt) |
![]() | |
Object () | |
Constructor. More... | |
virtual | ~Object () |
void | release () |
Release the ownership immediately. More... | |
void | retain () |
Retains the ownership. More... | |
Object * | autorelease () |
Release the ownership sometime soon automatically. More... | |
bool | isSingleReference () const |
Returns a boolean value that indicates whether there is only one reference to the object. More... | |
unsigned int | retainCount () const |
Returns the object's current reference count. More... | |
virtual bool | isEqual (const Object *object) |
Returns a boolean value that indicates whether this object and a given object are equal. More... | |
virtual void | acceptVisitor (DataVisitor &visitor) |
virtual void | update (float dt) |
Additional Inherited Members | |
![]() | |
unsigned int | _ID |
object id, ScriptSupport need public _ID More... | |
int | _luaID |
Lua reference id. More... | |
![]() | |
unsigned int | _reference |
count of references More... | |
var | _reference |
count of references More... | |
local | _reference |
count of references More... | |
unsigned int | _autoReleaseCount |
count of autorelease More... | |
var | _autoReleaseCount |
count of autorelease More... | |
local | _autoReleaseCount |
count of autorelease More... | |
|
strong |
|
strong |
|
strong |
CCBKeyframe | ( | ) |
~CCBKeyframe | ( | ) |
float getEasingOpt | ( | ) |
var getEasingOpt | ( | ) |
local getEasingOpt | ( | ) |
EasingType getEasingType | ( | ) |
var getEasingType | ( | ) |
local getEasingType | ( | ) |
float getTime | ( | ) |
var getTime | ( | ) |
local getTime | ( | ) |
Object* getValue | ( | ) |
var getValue | ( | ) |
local getValue | ( | ) |
void setEasingOpt | ( | float | fEasingOpt) |
var setEasingOpt | ( | var | fEasingOpt) |
local setEasingOpt | ( | local | fEasingOpt) |
void setEasingType | ( | EasingType | easingType) |
var setEasingType | ( | var | easingType) |
local setEasingType | ( | local | easingType) |
void setTime | ( | float | fTime) |
var setTime | ( | var | fTime) |
local setTime | ( | local | fTime) |
void setValue | ( | Object * | pValue) |
var setValue | ( | var | pValue) |
local setValue | ( | local | pValue) |