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

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::TileSetinline
addTile(std::unique_ptr< Tile > tile)tmx::TileSetinline
begin() const noexcepttmx::TileSetinline
const_iterator typedeftmx::TileSet
const_terrain_range typedeftmx::TileSet
end() const noexcepttmx::TileSetinline
getCoords(unsigned id, Size size) const noexcepttmx::TileSet
getFirstGID() const noexcepttmx::TileSetinline
getImage() const noexcepttmx::TileSetinline
getMargin() const noexcepttmx::TileSetinline
getName() const noexcepttmx::TileSetinline
getOffsetX() const noexcepttmx::TileSetinline
getOffsetY() const noexcepttmx::TileSetinline
getProperty(const std::string &key, const std::string &def) const noexcepttmx::Component
getSpacing() const noexcepttmx::TileSetinline
getTerrains() const noexcepttmx::TileSetinline
getTile(unsigned id) const noexcepttmx::TileSet
getTileCount() const noexcepttmx::TileSetinline
getTileHeight() const noexcepttmx::TileSetinline
getTileWidth() const noexcepttmx::TileSetinline
hasImage() const noexcepttmx::TileSetinline
hasProperty(const std::string &key) const noexcepttmx::Component
setImage(std::unique_ptr< Image > image)tmx::TileSetinline
setOffset(int x, int y) noexcepttmx::TileSetinline
TileSet(unsigned firstgid, const std::string &name, unsigned tilewidth, unsigned tileheight, unsigned spacing, unsigned margin, unsigned tilecount)tmx::TileSetinline