| 
    libtmx
    0.4.0
    
   an C++11 library for reading TMX files 
   | 
 
This is the complete list of members for tmx::TileObject, including all inherited members.
| addProperty(const std::string &key, const std::string &value) | tmx::Component | |
| ELLIPSE enum value | tmx::Object | |
| getGID() const noexcept | tmx::TileObject | 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 | 
| isDiagonallyFlipped() const noexcept | tmx::TileObject | inline | 
| isEllipse() const noexcept | tmx::Object | inline | 
| isHorizontallyFlipped() const noexcept | tmx::TileObject | 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 | 
| isVerticallyFlipped() const noexcept | tmx::TileObject | 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 | |
| TileObject(unsigned id, const std::string &name, const std::string &type, const Vector2u &origin, double rotation, bool visible, unsigned gid, bool hflip, bool vflip, bool dflip) | tmx::TileObject | inline | 
| ~Object() | tmx::Object | virtual | 
 1.8.9.1