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

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

addLayer(std::unique_ptr< Layer > layer)tmx::Mapinline
addProperty(const std::string &key, const std::string &value)tmx::Component
addTileSet(std::unique_ptr< TileSet > tileset)tmx::Mapinline
const_layer_range typedeftmx::Map
const_tileset_range typedeftmx::Map
getBackgroundColor() const noexcepttmx::Mapinline
getHeight() const noexcepttmx::Mapinline
getHexSideLength() const noexcepttmx::Mapinline
getLayers() const noexcepttmx::Mapinline
getNextObjectId() const noexcepttmx::Mapinline
getOrientation() const noexcepttmx::Mapinline
getProperty(const std::string &key, const std::string &def) const noexcepttmx::Component
getRenderOrder() const noexcepttmx::Mapinline
getStaggerAxis() const noexcepttmx::Mapinline
getStaggerIndex() const noexcepttmx::Mapinline
getTileHeight() const noexcepttmx::Mapinline
getTileSetFromGID(unsigned gid) const noexcepttmx::Map
getTileSets() const noexcepttmx::Mapinline
getTileWidth() const noexcepttmx::Mapinline
getVersion() const noexcepttmx::Mapinline
getWidth() const noexcepttmx::Mapinline
hasProperty(const std::string &key) const noexcepttmx::Component
Map(const std::string version, Orientation orientation, unsigned width, unsigned height, unsigned tilewidth, unsigned tileheight, const std::string &bgcolor, RenderOrder renderOrder, unsigned hexSideLength, StaggerAxis axis, StaggerIndex index, unsigned nextObjectId)tmx::Mapinline
parseFile(const boost::filesystem::path &filename)tmx::Mapstatic
visitLayers(LayerVisitor &visitor) const tmx::Mapinline