libtmx
0.4.0
an C++11 library for reading TMX files
|
This is the complete list of members for tmx::Tile, including all inherited members.
addProperty(const std::string &key, const std::string &value) | tmx::Component | |
getBottomLeftTerrain() const noexcept | tmx::Tile | inline |
getBottomRightTerrain() const noexcept | tmx::Tile | inline |
getId() const noexcept | tmx::Tile | inline |
getImage() const noexcept | tmx::Tile | inline |
getProbability() const noexcept | tmx::Tile | inline |
getProperty(const std::string &key, const std::string &def) const noexcept | tmx::Component | |
getTerrain() const noexcept | tmx::Tile | inline |
getTopLeftTerrain() const noexcept | tmx::Tile | inline |
getTopRightTerrain() const noexcept | tmx::Tile | inline |
hasImage() const noexcept | tmx::Tile | inline |
hasProperty(const std::string &key) const noexcept | tmx::Component | |
setImage(std::unique_ptr< Image > image) | tmx::Tile | inline |
Tile(unsigned id, const std::array< unsigned, 4 > &terrain, unsigned probability) | tmx::Tile | inline |