![]() |
Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
|
This is the complete list of members for gf::TmxProperties, including all inherited members.
addBoolProperty(std::string name, bool value) | gf::TmxProperties | |
addClassProperty(std::string name, TmxProperties value) | gf::TmxProperties | |
addColorProperty(std::string name, Color4u value) | gf::TmxProperties | |
addFileProperty(std::string name, Path value) | gf::TmxProperties | |
addFloatProperty(std::string name, double value) | gf::TmxProperties | |
addIntProperty(std::string name, int value) | gf::TmxProperties | |
addObjectProperty(std::string name, Id value) | gf::TmxProperties | |
addStringProperty(std::string name, std::string value) | gf::TmxProperties | |
getBoolProperty(const std::string &name, bool def) const | gf::TmxProperties | |
getClassProperty(const std::string &name, const TmxProperties &def) const | gf::TmxProperties | |
getColorProperty(const std::string &name, const Color4u &def) const | gf::TmxProperties | |
getFileProperty(const std::string &name, const Path &def) const | gf::TmxProperties | |
getFloatProperty(const std::string &name, double def) const | gf::TmxProperties | |
getIntProperty(const std::string &name, int def) const | gf::TmxProperties | |
getObjectProperty(const std::string &name, Id def) const | gf::TmxProperties | |
getStringProperty(const std::string &name, const std::string &def) const | gf::TmxProperties |