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

#include <CCNodeReader.h>

Inheritance diagram for NodeCreateCallFunc:
CCObject CCCopying

Public Member Functions

 NodeCreateCallFunc ()
 ~NodeCreateCallFunc ()
bool init (CCObject *target, NodeCreateCallback callback)
local init ( local target, local callback)
cocos2d::CCNodeexcute (const rapidjson::Value &json, cocos2d::CCNode *parent)
var excute ( var json, var parent)
- 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 NodeCreateCallFunccreate (CCObject *target, NodeCreateCallback callback)
local create ( local target, local callback)

Protected Attributes

CCObject_target
var _target
local _target
NodeCreateCallback _callback
var _callback
local _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 NodeCreateCallFunc ( )
local ~NodeCreateCallFunc ( )

Member Function Documentation

static NodeCreateCallFunc* create ( CCObject target,
NodeCreateCallback  callback 
)
static
var create ( var  target,
var  callback 
)
static
local create ( local  target,
local  callback 
)
static
cocos2d::CCNode* excute ( const rapidjson::Value json,
cocos2d::CCNode parent 
)
var excute ( var  json,
var  parent 
)
local excute ( local  json,
local  parent 
)
bool init ( CCObject target,
NodeCreateCallback  callback 
)
var init ( var  target,
var  callback 
)
local init ( local  target,
local  callback 
)

Member Data Documentation

NodeCreateCallback _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: