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

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

accept(const Map &map, LayerVisitor &visitor) const overridetmx::ObjectLayervirtual
addObject(std::unique_ptr< Object > obj)tmx::ObjectLayerinline
addProperty(const std::string &key, const std::string &value)tmx::Component
begin() const noexcepttmx::ObjectLayerinline
const_iterator typedeftmx::ObjectLayer
end() const noexcepttmx::ObjectLayerinline
getColor() noexcepttmx::ObjectLayerinline
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
ObjectLayer(const std::string &name, double opacity, bool visible, const std::string &color, DrawOrder order)tmx::ObjectLayerinline
~Layer()tmx::Layervirtual