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

#include <CCComRender.h>

Inheritance diagram for CCComRender:
CCComponent CCObject CCCopying

Public Member Functions

 CCComRender (void)
 CCComRender (cocos2d::CCNode *node, const char *comName)
virtual ~CCComRender (void)
virtual void onEnter ()
virtual void onExit ()
var onExit ()
virtual bool serialize (void *r)
virtual cocos2d::CCNodegetNode ()
virtual void setNode (cocos2d::CCNode *pNode)
- Public Member Functions inherited from CCComponent
virtual ~CCComponent (void)
virtual bool init ()
virtual void update (float delta)
local update ( local delta)
virtual bool isEnabled () const
var isEnabled ()
local isEnabled ()
virtual void setEnabled (bool b)
var setEnabled ( var b)
local setEnabled ( local b)
const char * getName () const
void setName (const char *pName)
void setOwner (CCNode *pOwner)
CCNodegetOwner () const
- 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)
- Public Member Functions inherited from CCCopying
virtual CCObjectcopyWithZone (CCZone *pZone)

Static Public Member Functions

static cocos2d::CCObjectcreateInstance (void)
static CCComRendercreate (cocos2d::CCNode *pNode, const char *comName)
var create ( var pNode, var comName)
static CCComRendercreate (void)
- Static Public Member Functions inherited from CCComponent
static CCComponentcreate (void)

Static Public Attributes

static
cocos2d::extension::ObjectFactory::TInfo 
Type

Additional Inherited Members

- Public Attributes inherited from CCObject
unsigned int m_uID
int m_nLuaID
- Protected Member Functions inherited from CCComponent
 CCComponent (void)
- Protected Attributes inherited from CCComponent
CCNodem_pOwner
std::string m_strName
bool m_bEnabled
- Protected Attributes inherited from CCObject
unsigned int m_uReference
unsigned int m_uAutoReleaseCount

Constructor & Destructor Documentation

CCComRender ( void  )
var ctor (   )
CCComRender ( cocos2d::CCNode node,
const char *  comName 
)
var CCComRender ( var  node,
var  comName 
)
virtual ~CCComRender ( void  )
virtual

Member Function Documentation

static CCComRender* create ( cocos2d::CCNode pNode,
const char *  comName 
)
static
var create ( var  pNode,
var  comName 
)
static
static CCComRender* create ( void  )
static
var create (   )
static
static cocos2d::CCObject*
createInstance
( void  )
static
var createInstance (   )
static
virtual cocos2d::CCNode* getNode ( )
virtual
var getNode ( )
virtual
virtual void onEnter ( )
virtual

Reimplemented from CCComponent.

var onEnter ( )
virtual

Reimplemented from CCComponent.

virtual void onExit ( )
virtual

Reimplemented from CCComponent.

var onExit ( )
virtual

Reimplemented from CCComponent.

virtual bool serialize ( void *  r)
virtual

Reimplemented from CCComponent.

var serialize ( var  r)
virtual

Reimplemented from CCComponent.

virtual void setNode ( cocos2d::CCNode pNode)
virtual
var setNode ( var  pNode)
virtual

Member Data Documentation

var Type
static

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