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

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 noexcepttmx::Tileinline
getBottomRightTerrain() const noexcepttmx::Tileinline
getId() const noexcepttmx::Tileinline
getImage() const noexcepttmx::Tileinline
getProbability() const noexcepttmx::Tileinline
getProperty(const std::string &key, const std::string &def) const noexcepttmx::Component
getTerrain() const noexcepttmx::Tileinline
getTopLeftTerrain() const noexcepttmx::Tileinline
getTopRightTerrain() const noexcepttmx::Tileinline
hasImage() const noexcepttmx::Tileinline
hasProperty(const std::string &key) const noexcepttmx::Component
setImage(std::unique_ptr< Image > image)tmx::Tileinline
Tile(unsigned id, const std::array< unsigned, 4 > &terrain, unsigned probability)tmx::Tileinline