tmxparser  2.1.0
 All Classes Functions Variables Pages
Tmx::Layer Member List

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

GetHeight() const Tmx::Layerinline
GetLayerType() const Tmx::Layerinline
GetName() const Tmx::Layerinline
GetOpacity() const Tmx::Layerinline
GetParseOrder() const Tmx::Layerinline
GetProperties() const Tmx::Layerinline
GetWidth() const Tmx::Layerinline
GetX() const Tmx::Layerinline
GetY() const Tmx::Layerinline
GetZOrder() const Tmx::Layerinline
IsVisible() const Tmx::Layerinline
Layer(const Tmx::Map *_map, const std::string _name, const int _x, const int _y, const int _width, const int _height, const float _opacity, const bool _visible, const LayerType _layerType)Tmx::Layer
Layer(const Tmx::Tile *_tile, const std::string _name, const int _x, const int _y, const int _width, const int _height, const float _opacity, const bool _visible, const LayerType _layerType)Tmx::Layer
mapGetMap() const Tmx::Layerinline
Parse(const tinyxml2::XMLNode *layerNode)=0Tmx::Layerpure virtual
SetZOrder(int z)Tmx::Layerinline
~Layer() (defined in Tmx::Layer)Tmx::Layervirtual