#include <CCComRender.h>
Public Member Functions | |
| virtual void | onEnter () override |
| virtual void | onExit () override |
| virtual bool | serialize (void *r) override |
| local | serialize ( local r) |
| virtual cocos2d::Node * | getNode () |
| local | getNode () |
| virtual void | setNode (cocos2d::Node *node) |
Public Member Functions inherited from Component | |
| virtual | ~Component (void) |
| virtual bool | init () |
| virtual void | update (float delta) |
| virtual bool | isEnabled () const |
| virtual void | setEnabled (bool b) |
| const std::string & | getName () const |
| void | setName (const std::string &name) |
| void | setOwner (Node *pOwner) |
| Node * | getOwner () const |
Public Member Functions inherited from Ref | |
| void | retain () |
| Retains the ownership. More... | |
| void | release () |
| Release the ownership immediately. More... | |
| local | release () |
| Release the ownership immediately. More... | |
| Ref * | autorelease () |
| Release the ownership sometime soon automatically. More... | |
| unsigned int | getReferenceCount () const |
| Returns the Ref's current reference count. More... | |
| virtual | ~Ref () |
Static Public Member Functions | |
| static cocos2d::Ref * | createInstance (void) |
| var | createInstance () |
| local | createInstance () |
| static ComRender * | create (void) |
| var | create () |
| local | create () |
| static ComRender * | create (cocos2d::Node *node, const char *comName) |
| local | create ( local node, local comName) |
Static Public Member Functions inherited from Component | |
| static Component * | create (void) |
Static Public Attributes | |
| static cocostudio::ObjectFactory::TInfo | Type |
Protected Member Functions | |
| ComRender (void) | |
| ComRender (cocos2d::Node *node, const char *comName) | |
| ComRender ( local node, local comName) | |
| virtual | ~ComRender (void) |
Protected Member Functions inherited from Component | |
| Component (void) | |
Protected Member Functions inherited from Ref | |
| Ref () | |
| Constructor. More... | |
| Ref () | |
| Constructor. More... | |
Additional Inherited Members | |
Protected Attributes inherited from Component | |
| Node * | _owner |
| std::string | _name |
| bool | _enabled |
| ccScriptType | _scriptType |
| type of script binding, lua or javascript More... | |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protectedvirtual |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
virtual |
|
virtual |
|
virtual |
|
overridevirtual |
Reimplemented from Component.
|
overridevirtual |
Reimplemented from Component.
|
overridevirtual |
Reimplemented from Component.
|
overridevirtual |
Reimplemented from Component.
|
overridevirtual |
Reimplemented from Component.
|
virtual |
|
virtual |
|
virtual |
|
static |
|
static |
|
static |