| cocos2d-x 3.0 |
)- 类列表 - 类索引 - 类继承关系 - 类成员
全部) 类) 命名空间) 文件) 函数) 变量) 类型定义) 枚举) 枚举值) 属性) 友元) 宏定义) 组) 页)
ComAttribute 成员列表
成员的完整列表,这些成员属于 ComAttribute,包括所有继承而来的类成员
| _enabled | Component | protected |
| _name | Component | protected |
| _owner | Component | protected |
| _referenceCount | Ref | protected |
| autorelease() | Ref | |
| ComAttribute(void) | ComAttribute | protected |
| create(void) | ComAttribute | static |
| createInstance(void) | ComAttribute | static |
| getBool(const std::string &key, bool def=false) const | ComAttribute | |
| getFloat(const std::string &key, float def=0.0f) const | ComAttribute | |
| getInt(const std::string &key, int def=0) const | ComAttribute | |
| getName() const | Component | |
| getOwner() const | Component | |
| getReferenceCount() const | Ref | |
| getString(const std::string &key, const std::string &def="") const | ComAttribute | |
| init() override | ComAttribute | virtual |
| isEnabled() const | Component | virtual |
| onEnter() | Component | virtual |
| onExit() | Component | virtual |
| parse(const std::string &jsonFile) | ComAttribute | |
| Ref() | Ref | protected |
| release() | Ref | |
| retain() | Ref | |
| serialize(void r) override | ComAttribute | virtual |
| setBool(const std::string &key, bool value) | ComAttribute | |
| setEnabled(bool b) | Component | virtual |
| setFloat(const std::string &key, float value) | ComAttribute | |
| setInt(const std::string &key, int value) | ComAttribute | |
| setName(const std::string &name) | Component | |
| setOwner(Node pOwner) | Component | |
| setString(const std::string &key, const std::string &value) | ComAttribute | |
| Type | ComAttribute | static |
| update(float delta) | Component | virtual |
| ~ComAttribute(void) | ComAttribute | protectedvirtual |
| ~Component(void) | Component | virtual |
| ~Ref() | Ref | virtual |

