|
libtmx
0.4.0
an C++11 library for reading TMX files
|
This is the complete list of members for tmx::ObjectLayer, including all inherited members.
| accept(const Map &map, LayerVisitor &visitor) const override | tmx::ObjectLayer | virtual |
| addObject(std::unique_ptr< Object > obj) | tmx::ObjectLayer | inline |
| addProperty(const std::string &key, const std::string &value) | tmx::Component | |
| begin() const noexcept | tmx::ObjectLayer | inline |
| const_iterator typedef | tmx::ObjectLayer | |
| end() const noexcept | tmx::ObjectLayer | inline |
| getColor() noexcept | tmx::ObjectLayer | 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 | |
| isVisible() const noexcept | tmx::Layer | inline |
| Layer(const std::string &name, double opacity, bool visible) | tmx::Layer | inline |
| ObjectLayer(const std::string &name, double opacity, bool visible, const std::string &color, DrawOrder order) | tmx::ObjectLayer | inline |
| ~Layer() | tmx::Layer | virtual |
1.8.9.1