|
libtmx
0.4.0
an C++11 library for reading TMX files
|
This is the complete list of members for tmx::Map, including all inherited members.
| addLayer(std::unique_ptr< Layer > layer) | tmx::Map | inline |
| addProperty(const std::string &key, const std::string &value) | tmx::Component | |
| addTileSet(std::unique_ptr< TileSet > tileset) | tmx::Map | inline |
| const_layer_range typedef | tmx::Map | |
| const_tileset_range typedef | tmx::Map | |
| getBackgroundColor() const noexcept | tmx::Map | inline |
| getHeight() const noexcept | tmx::Map | inline |
| getHexSideLength() const noexcept | tmx::Map | inline |
| getLayers() const noexcept | tmx::Map | inline |
| getNextObjectId() const noexcept | tmx::Map | inline |
| getOrientation() const noexcept | tmx::Map | inline |
| getProperty(const std::string &key, const std::string &def) const noexcept | tmx::Component | |
| getRenderOrder() const noexcept | tmx::Map | inline |
| getStaggerAxis() const noexcept | tmx::Map | inline |
| getStaggerIndex() const noexcept | tmx::Map | inline |
| getTileHeight() const noexcept | tmx::Map | inline |
| getTileSetFromGID(unsigned gid) const noexcept | tmx::Map | |
| getTileSets() const noexcept | tmx::Map | inline |
| getTileWidth() const noexcept | tmx::Map | inline |
| getVersion() const noexcept | tmx::Map | inline |
| getWidth() const noexcept | tmx::Map | inline |
| hasProperty(const std::string &key) const noexcept | tmx::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::Map | inline |
| parseFile(const boost::filesystem::path &filename) | tmx::Map | static |
| visitLayers(LayerVisitor &visitor) const | tmx::Map | inline |
1.8.9.1