#include <CCFrame.h>
Public Member Functions | |
ColorFrame () | |
virtual void | onEnter (Frame *nextFrame, int currentFrameIndex) override |
local | onEnter ( local nextFrame, local currentFrameIndex) |
virtual void | apply (float percent) override |
virtual Frame * | clone () override |
var | clone () |
local | clone () |
void | setAlpha (GLubyte alpha) |
var | setAlpha ( var alpha) |
local | setAlpha ( local alpha) |
GLubyte | getAlpha () const |
void | setColor (const cocos2d::Color3B &color) |
cocos2d::Color3B | getColor () const |
Public Member Functions inherited from Frame | |
virtual void | setFrameIndex (unsigned int frameIndex) |
var | setFrameIndex ( var frameIndex) |
local | setFrameIndex ( local frameIndex) |
virtual unsigned int | getFrameIndex () const |
virtual void | setTimeline (Timeline *timeline) |
local | setTimeline ( local timeline) |
virtual Timeline * | getTimeline () const |
virtual void | setNode (cocos2d::Node *node) |
local | setNode ( local node) |
virtual cocos2d::Node * | getNode () const |
local | getNode () |
virtual void | setTween (bool tween) |
local | setTween ( local tween) |
virtual bool | isTween () const |
var | isTween () |
local | isTween () |
virtual bool | isEnterWhenPassed () |
Public Member Functions inherited from Ref | |
void | retain () |
Retains the ownership. More... | |
void | release () |
Releases the ownership immediately. More... | |
Ref * | autorelease () |
Releases the ownership sometime soon automatically. More... | |
unsigned int | getReferenceCount () const |
Returns the Ref's current reference count. More... | |
virtual | ~Ref () |
Destructor. More... | |
Static Public Member Functions | |
static ColorFrame * | create () |
Protected Attributes | |
GLubyte | _alpha |
cocos2d::Color3B | _color |
var | _color |
local | _color |
int | _betweenRed |
int | _betweenGreen |
int | _betweenBlue |
Protected Attributes inherited from Frame | |
unsigned int | _frameIndex |
bool | _tween |
var | _tween |
local | _tween |
bool | _enterWhenPassed |
var | _enterWhenPassed |
local | _enterWhenPassed |
Timeline * | _timeline |
cocos2d::Node * | _node |
var | _node |
local | _node |
Protected Attributes inherited from Ref | |
unsigned int | _referenceCount |
count of references More... | |
local | _referenceCount |
count of references More... | |
Additional Inherited Members | |
Protected Member Functions inherited from Frame | |
Frame () | |
virtual | ~Frame () |
virtual void | emitEvent () |
virtual void | cloneProperty (Frame *frame) |
local | cloneProperty ( local frame) |
Protected Member Functions inherited from Ref | |
Ref () | |
Constructor. More... | |
Ref () | |
Constructor. More... | |
ColorFrame | ( | ) |
var ColorFrame | ( | ) |
local ColorFrame | ( | ) |
|
overridevirtual |
Reimplemented from Frame.
|
overridevirtual |
Reimplemented from Frame.
|
overridevirtual |
Reimplemented from Frame.
|
overridevirtual |
Implements Frame.
|
overridevirtual |
Implements Frame.
|
static |
|
static |
|
static |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
overridevirtual |
Implements Frame.
|
overridevirtual |
Implements Frame.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |