#include <CCComRender.h>
Public Member Functions | |
CCComRender (void) | |
CCComRender (cocos2d::CCNode *node, const char *comName) | |
virtual | ~CCComRender (void) |
virtual void | onEnter () |
virtual void | onExit () |
virtual bool | serialize (void *r) |
virtual cocos2d::CCNode * | getNode () |
virtual void | setNode (cocos2d::CCNode *pNode) |
var | setNode ( var pNode) |
![]() | |
virtual | ~CCComponent (void) |
virtual bool | init () |
virtual void | update (float delta) |
var | update ( var delta) |
local | update ( local delta) |
virtual bool | isEnabled () const |
var | isEnabled () |
local | isEnabled () |
virtual void | setEnabled (bool b) |
local | setEnabled ( local b) |
const char * | getName () const |
var | getName () |
local | getName () |
void | setName (const char *pName) |
void | setOwner (CCNode *pOwner) |
CCNode * | getOwner () const |
![]() | |
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 CCObject * | copyWithZone (CCZone *pZone) |
Static Public Member Functions | |
static cocos2d::CCObject * | createInstance (void) |
static CCComRender * | create (cocos2d::CCNode *pNode, const char *comName) |
static CCComRender * | create (void) |
![]() | |
static CCComponent * | create (void) |
var | create () |
local | create () |
Static Public Attributes | |
static cocos2d::extension::ObjectFactory::TInfo | Type |
Additional Inherited Members | |
![]() | |
unsigned int | m_uID |
int | m_nLuaID |
![]() | |
CCComponent (void) | |
![]() | |
CCNode * | m_pOwner |
std::string | m_strName |
local | m_strName |
bool | m_bEnabled |
CCComRender | ( | void | ) |
var ctor | ( | ) |
CCComRender | ( | cocos2d::CCNode * | node, |
const char * | comName | ||
) |
var CCComRender | ( | var | node, |
var | comName | ||
) |
|
virtual |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
virtual |
|
virtual |
|
virtual |
Reimplemented from CCComponent.
|
virtual |
Reimplemented from CCComponent.
|
virtual |
Reimplemented from CCComponent.
|
virtual |
Reimplemented from CCComponent.
|
virtual |
Reimplemented from CCComponent.
|
virtual |
Reimplemented from CCComponent.
|
virtual |
|
virtual |
|
static |
|
static |