Gamedev Framework (gf) 1.2.0
A C++17 framework for 2D games
gf::TmxProperties Member List

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) constgf::TmxProperties
getClassProperty(const std::string &name, const TmxProperties &def) constgf::TmxProperties
getColorProperty(const std::string &name, const Color4u &def) constgf::TmxProperties
getFileProperty(const std::string &name, const Path &def) constgf::TmxProperties
getFloatProperty(const std::string &name, double def) constgf::TmxProperties
getIntProperty(const std::string &name, int def) constgf::TmxProperties
getObjectProperty(const std::string &name, Id def) constgf::TmxProperties
getStringProperty(const std::string &name, const std::string &def) constgf::TmxProperties