![]() |
xyginext
0.2.0
Second generation of xygine game creation framework
|
This is the complete list of members for xy::ConfigObject, including all inherited members.
addObject(const std::string &name, const std::string &id="") | xy::ConfigObject | |
addObject(const ConfigObject &obj) | xy::ConfigObject | |
addProperty(const std::string &name, const std::string &value="") | xy::ConfigObject | |
addProperty(const ConfigProperty &prop) | xy::ConfigObject | |
ConfigItem(const std::string &name) (defined in xy::ConfigItem) | xy::ConfigItem | |
ConfigItem(const ConfigItem &)=default (defined in xy::ConfigItem) | xy::ConfigItem | |
ConfigItem(ConfigItem &&)=default (defined in xy::ConfigItem) | xy::ConfigItem | |
ConfigObject(const std::string &name="", const std::string &id="") (defined in xy::ConfigObject) | xy::ConfigObject | |
findObjectWithId(const std::string &id) const | xy::ConfigObject | |
findObjectWithName(const std::string &name) const | xy::ConfigObject | |
findProperty(const std::string &name) const | xy::ConfigObject | |
getId() const | xy::ConfigObject | |
getName() const | xy::ConfigItem | |
getObjects() const | xy::ConfigObject | |
getObjects() (defined in xy::ConfigObject) | xy::ConfigObject | |
getParent() const (defined in xy::ConfigItem) | xy::ConfigItem | protected |
getProperties() const | xy::ConfigObject | |
getProperties() (defined in xy::ConfigObject) | xy::ConfigObject | |
loadFromFile(const std::string &path) | xy::ConfigObject | |
NameValue typedef (defined in xy::ConfigObject) | xy::ConfigObject | |
operator=(const ConfigItem &)=default (defined in xy::ConfigItem) | xy::ConfigItem | |
operator=(ConfigItem &&)=default (defined in xy::ConfigItem) | xy::ConfigItem | |
removeObject(const std::string &name, const std::string &="") | xy::ConfigObject | |
removeProperty(const std::string &name) | xy::ConfigObject | |
save(const std::string &path) const | xy::ConfigObject | |
setName(const std::string &name) (defined in xy::ConfigItem) | xy::ConfigItem | protected |
setParent(ConfigItem *parent) (defined in xy::ConfigItem) | xy::ConfigItem | protected |
~ConfigItem()=default (defined in xy::ConfigItem) | xy::ConfigItem | virtual |