Gamedev Framework (gf)  0.7.0
A C++14 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
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
addStringProperty(std::string name, std::string value)gf::TmxProperties
getBoolProperty(const std::string &name, bool 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
getStringProperty(const std::string &name, const std::string &def) constgf::TmxProperties
operator=(TmxProperties &&)=defaultgf::TmxProperties
TmxProperties()=defaultgf::TmxProperties
TmxProperties(TmxProperties &&)=defaultgf::TmxProperties