libtmx
0.4.0
an C++11 library for reading TMX files
|
This is the complete list of members for tmx::TileSet, including all inherited members.
addProperty(const std::string &key, const std::string &value) | tmx::Component | |
addTerrain(std::unique_ptr< Terrain > terrain) | tmx::TileSet | inline |
addTile(std::unique_ptr< Tile > tile) | tmx::TileSet | inline |
begin() const noexcept | tmx::TileSet | inline |
const_iterator typedef | tmx::TileSet | |
const_terrain_range typedef | tmx::TileSet | |
end() const noexcept | tmx::TileSet | inline |
getCoords(unsigned id, Size size) const noexcept | tmx::TileSet | |
getFirstGID() const noexcept | tmx::TileSet | inline |
getImage() const noexcept | tmx::TileSet | inline |
getMargin() const noexcept | tmx::TileSet | inline |
getName() const noexcept | tmx::TileSet | inline |
getOffsetX() const noexcept | tmx::TileSet | inline |
getOffsetY() const noexcept | tmx::TileSet | inline |
getProperty(const std::string &key, const std::string &def) const noexcept | tmx::Component | |
getSpacing() const noexcept | tmx::TileSet | inline |
getTerrains() const noexcept | tmx::TileSet | inline |
getTile(unsigned id) const noexcept | tmx::TileSet | |
getTileCount() const noexcept | tmx::TileSet | inline |
getTileHeight() const noexcept | tmx::TileSet | inline |
getTileWidth() const noexcept | tmx::TileSet | inline |
hasImage() const noexcept | tmx::TileSet | inline |
hasProperty(const std::string &key) const noexcept | tmx::Component | |
setImage(std::unique_ptr< Image > image) | tmx::TileSet | inline |
setOffset(int x, int y) noexcept | tmx::TileSet | inline |
TileSet(unsigned firstgid, const std::string &name, unsigned tilewidth, unsigned tileheight, unsigned spacing, unsigned margin, unsigned tilecount) | tmx::TileSet | inline |