libtmx
0.4.0
an C++11 library for reading TMX files
|
This is the complete list of members for tmx::Chain, including all inherited members.
addProperty(const std::string &key, const std::string &value) | tmx::Component | |
begin() const noexcept | tmx::Chain | inline |
Chain(const Kind kind, unsigned id, const std::string &name, const std::string &type, const Vector2u &origin, double rotation, bool visible) | tmx::Chain | inline |
const_iterator typedef | tmx::Chain | |
ELLIPSE enum value | tmx::Object | |
end() const noexcept | tmx::Chain | inline |
getId() const noexcept | tmx::Object | inline |
getKind() const noexcept | tmx::Object | inline |
getName() const noexcept | tmx::Object | inline |
getOrigin() const noexcept | tmx::Object | inline |
getProperty(const std::string &key, const std::string &def) const noexcept | tmx::Component | |
getRotation() const noexcept | tmx::Object | inline |
getType() const noexcept | tmx::Object | inline |
getX() const noexcept | tmx::Object | inline |
getY() const noexcept | tmx::Object | inline |
hasProperty(const std::string &key) const noexcept | tmx::Component | |
isChain() const noexcept | tmx::Object | inline |
isEllipse() const noexcept | tmx::Object | inline |
isPolygon() const noexcept | tmx::Object | inline |
isPolyline() const noexcept | tmx::Object | inline |
isRectangle() const noexcept | tmx::Object | inline |
isTile() const noexcept | tmx::Object | inline |
isVisible() const noexcept | tmx::Object | inline |
Kind enum name | tmx::Object | |
Object(const Kind kind, unsigned id, const std::string &name, const std::string &type, const Vector2u &origin, double rotation, bool visible) | tmx::Object | inline |
POLYGON enum value | tmx::Object | |
POLYLINE enum value | tmx::Object | |
RECTANGLE enum value | tmx::Object | |
setPoints(std::vector< Vector2i > points) | tmx::Chain | inline |
TILE enum value | tmx::Object | |
~Object() | tmx::Object | virtual |