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

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

accept(const Map &map, LayerVisitor &visitor) const overridetmx::ImageLayervirtual
addProperty(const std::string &key, const std::string &value)tmx::Component
getImage() const noexcepttmx::ImageLayerinline
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
ImageLayer(const std::string &name, double opacity, bool visible)tmx::ImageLayerinline
isVisible() const noexcepttmx::Layerinline
Layer(const std::string &name, double opacity, bool visible)tmx::Layerinline
setImage(std::unique_ptr< Image > image)tmx::ImageLayerinline
~Layer()tmx::Layervirtual