libtmx  0.4.0
an C++11 library for reading TMX files
tmx::Layer Member List

This is the complete list of members for tmx::Layer, including all inherited members.

accept(const Map &map, LayerVisitor &visitor) const =0tmx::Layerpure virtual
addProperty(const std::string &key, const std::string &value)tmx::Component
getName() const noexcepttmx::Layerinline
getOpacity() const noexcepttmx::Layerinline
getProperty(const std::string &key, const std::string &def) const noexcepttmx::Component
hasProperty(const std::string &key) const noexcepttmx::Component
isVisible() const noexcepttmx::Layerinline
Layer(const std::string &name, double opacity, bool visible)tmx::Layerinline
~Layer()tmx::Layervirtual