This is the complete list of members for ComAttribute, including all inherited members.
_enabled | Component | protected |
_name | Component | protected |
_owner | Component | protected |
_referenceCount | Ref | protected |
autorelease() | Ref | |
ComAttribute(void) | ComAttribute | protected |
create(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 | |
update(float delta) | Component | virtual |
~ComAttribute(void) | ComAttribute | protectedvirtual |
~Component(void) | Component | virtual |
~Ref() | Ref | virtual |