libtmx
0.4.0
an C++11 library for reading TMX files
|
This is the complete list of members for tmx::ImageLayer, including all inherited members.
accept(const Map &map, LayerVisitor &visitor) const override | tmx::ImageLayer | virtual |
addProperty(const std::string &key, const std::string &value) | tmx::Component | |
getImage() const noexcept | tmx::ImageLayer | inline |
getName() const noexcept | tmx::Layer | inline |
getOpacity() const noexcept | tmx::Layer | inline |
getProperty(const std::string &key, const std::string &def) const noexcept | tmx::Component | |
hasProperty(const std::string &key) const noexcept | tmx::Component | |
ImageLayer(const std::string &name, double opacity, bool visible) | tmx::ImageLayer | inline |
isVisible() const noexcept | tmx::Layer | inline |
Layer(const std::string &name, double opacity, bool visible) | tmx::Layer | inline |
setImage(std::unique_ptr< Image > image) | tmx::ImageLayer | inline |
~Layer() | tmx::Layer | virtual |