libtmx
0.4.0
an C++11 library for reading TMX files
|
This is the complete list of members for tmx::Boxed, including all inherited members.
addProperty(const std::string &key, const std::string &value) | tmx::Component | |
Boxed(Kind kind, unsigned id, const std::string &name, const std::string &type, const Vector2u &origin, double rotation, bool visible, unsigned width, unsigned height) | tmx::Boxed | inline |
ELLIPSE enum value | tmx::Object | |
getHeight() const noexcept | tmx::Boxed | 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 |
getWidth() const noexcept | tmx::Boxed | 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 | |
TILE enum value | tmx::Object | |
~Object() | tmx::Object | virtual |