cocos2d-x  2.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
FrameCreateCallFunc Class Reference

#include <CCActionTimelineCache.h>

Inheritance diagram for FrameCreateCallFunc:
CCObject CCCopying

Public Member Functions

 FrameCreateCallFunc ()
 ~FrameCreateCallFunc ()
bool init (CCObject *target, FrameCreateCallback callback)
var init ( var target, var callback)
local init ( local target, local callback)
Frameexcute (const rapidjson::Value &json)
- Public Member Functions inherited from CCObject
 CCObject (void)
virtual ~CCObject (void)
void release (void)
void retain (void)
CCObjectautorelease (void)
CCObjectcopy (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 CCObjectcopyWithZone (CCZone *pZone)

Static Public Member Functions

static FrameCreateCallFunccreate (CCObject *target, FrameCreateCallback callback)
local create ( local target, local callback)

Protected Attributes

CCObject_target
FrameCreateCallback _callback
- Protected Attributes inherited from CCObject
unsigned int m_uReference
unsigned int m_uAutoReleaseCount

Additional Inherited Members

- Public Attributes inherited from CCObject
unsigned int m_uID
int m_nLuaID

Constructor & Destructor Documentation

local ~FrameCreateCallFunc ( )

Member Function Documentation

static FrameCreateCallFunc* create ( CCObject target,
FrameCreateCallback  callback 
)
static
var create ( var  target,
var  callback 
)
static
local create ( local  target,
local  callback 
)
static
Frame* excute ( const rapidjson::Value json)
var excute ( var  json)
local excute ( local  json)
bool init ( CCObject target,
FrameCreateCallback  callback 
)
var init ( var  target,
var  callback 
)
local init ( local  target,
local  callback 
)

Member Data Documentation

FrameCreateCallback _callback
protected
var _callback
protected
local _callback
protected
CCObject* _target
protected
var _target
protected
local _target
protected

The documentation for this class was generated from the following file: