This is the complete list of members for ComAttribute, including all inherited members.
_autoReleaseCount | Object | protected |
_enabled | Component | protected |
_ID | Object | |
_luaID | Object | |
_name | Component | protected |
_owner | Component | protected |
_reference | Object | protected |
acceptVisitor(DataVisitor &visitor) | Object | virtual |
autorelease() | Object | |
ComAttribute(void) | ComAttribute | protected |
Component(void) | Component | 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 | |
getString(const std::string &key, const std::string &def="") const | ComAttribute | |
init() override | ComAttribute | virtual |
isEnabled() const | Component | virtual |
isEqual(const Object *object) | Object | virtual |
isSingleReference() const | Object | |
Object() | Object | |
onEnter() | Component | virtual |
onExit() | Component | virtual |
parse(const std::string &jsonFile) | ComAttribute | |
release() | Object | inline |
retain() | Object | inline |
retainCount() const | Object | |
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 |
~Object() | Object | virtual |