NasNas
An intuitive and beginner friendly 2D game framework for C++
ns::tm::TiledMap Member List

This is the complete list of members for ns::tm::TiledMap, including all inherited members.

addGroupLayer(const pugi::xml_node &xml_node, TiledMap *tiledmap) -> Layer * (defined in ns::tm::LayersContainer)ns::tm::LayersContainerprotected
addImageLayer(const pugi::xml_node &xml_node, TiledMap *tiledmap) -> Layer * (defined in ns::tm::LayersContainer)ns::tm::LayersContainerprotected
addObjectLayer(const pugi::xml_node &xml_node, TiledMap *tiledmap) -> Layer * (defined in ns::tm::LayersContainer)ns::tm::LayersContainerprotected
addProperty(const std::string &name, const T &value) (defined in ns::tm::PropertiesContainer)ns::tm::PropertiesContainer
addTileLayer(const pugi::xml_node &xml_node, TiledMap *tiledmap) -> Layer * (defined in ns::tm::LayersContainer)ns::tm::LayersContainerprotected
allGroupLayers() const -> const decltype(m_grouplayers)& (defined in ns::tm::LayersContainer)ns::tm::LayersContainerprotected
allImageLayers() const -> const decltype(m_imagelayers)& (defined in ns::tm::LayersContainer)ns::tm::LayersContainerprotected
allLayers() const -> const decltype(m_layers)& (defined in ns::tm::LayersContainer)ns::tm::LayersContainerprotected
allObjectLayers() const -> const decltype(m_objectlayers)& (defined in ns::tm::LayersContainer)ns::tm::LayersContainerprotected
allTileLayers() const -> const decltype(m_tilelayers)& (defined in ns::tm::LayersContainer)ns::tm::LayersContainerprotected
allTilesets() const -> const std::vector< Tileset > & (defined in ns::tm::TiledMap)ns::tm::TiledMap
getGridSize() const -> const sf::Vector2u & (defined in ns::tm::TiledMap)ns::tm::TiledMap
getGroupLayer(const std::string &name) const -> GroupLayer & (defined in ns::tm::LayersContainer)ns::tm::LayersContainer
getImageLayer(const std::string &name) const -> ImageLayer & (defined in ns::tm::LayersContainer)ns::tm::LayersContainer
getObjectLayer(const std::string &name) const -> ObjectLayer & (defined in ns::tm::LayersContainer)ns::tm::LayersContainer
getProperty(const std::string &name) const -> const T & (defined in ns::tm::PropertiesContainer)ns::tm::PropertiesContainer
getSize() const -> const sf::Vector2f & (defined in ns::tm::TiledMap)ns::tm::TiledMap
getTileLayer(const std::string &name) const -> TileLayer & (defined in ns::tm::LayersContainer)ns::tm::LayersContainer
getTileSize() const -> const sf::Vector2u & (defined in ns::tm::TiledMap)ns::tm::TiledMap
getTileTileset(unsigned int gid) const -> const Tileset & (defined in ns::tm::TiledMap)ns::tm::TiledMap
getTMXFilePath() const -> const std::string & (defined in ns::tm::TiledMap)ns::tm::TiledMap
hasLayer(const std::string &name) const -> bool (defined in ns::tm::LayersContainer)ns::tm::LayersContainer
hasProperty(const std::string &name) const -> bool (defined in ns::tm::PropertiesContainer)ns::tm::PropertiesContainer
LayersContainer()=default (defined in ns::tm::LayersContainer)ns::tm::LayersContainer
loadFromFile(const std::string &file_name) -> bool (defined in ns::tm::TiledMap)ns::tm::TiledMap
loadFromString(const std::string &data) -> bool (defined in ns::tm::TiledMap)ns::tm::TiledMap
parseLayers(const pugi::xml_node &xml_node, TiledMap *tiledmap) (defined in ns::tm::LayersContainer)ns::tm::LayersContainerprotected
parseProperties(const pugi::xml_node &xmlnode_props) (defined in ns::tm::PropertiesContainer)ns::tm::PropertiesContainerprotected
printProperties() const (defined in ns::tm::PropertiesContainer)ns::tm::PropertiesContainer
PropertiesContainer() (defined in ns::tm::PropertiesContainer)ns::tm::PropertiesContainer
setCamera(const Camera &cam) (defined in ns::tm::TiledMap)ns::tm::TiledMap
TiledMap() (defined in ns::tm::TiledMap)ns::tm::TiledMap
update() (defined in ns::tm::TiledMap)ns::tm::TiledMap
update(const Camera *cam) (defined in ns::tm::LayersContainer)ns::tm::LayersContainer
~LayersContainer()=default (defined in ns::tm::LayersContainer)ns::tm::LayersContainervirtual