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

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::Boxedinline
ELLIPSE enum valuetmx::Object
getHeight() const noexcepttmx::Boxedinline
getId() const noexcepttmx::Objectinline
getKind() const noexcepttmx::Objectinline
getName() const noexcepttmx::Objectinline
getOrigin() const noexcepttmx::Objectinline
getProperty(const std::string &key, const std::string &def) const noexcepttmx::Component
getRotation() const noexcepttmx::Objectinline
getType() const noexcepttmx::Objectinline
getWidth() const noexcepttmx::Boxedinline
getX() const noexcepttmx::Objectinline
getY() const noexcepttmx::Objectinline
hasProperty(const std::string &key) const noexcepttmx::Component
isChain() const noexcepttmx::Objectinline
isEllipse() const noexcepttmx::Objectinline
isPolygon() const noexcepttmx::Objectinline
isPolyline() const noexcepttmx::Objectinline
isRectangle() const noexcepttmx::Objectinline
isTile() const noexcepttmx::Objectinline
isVisible() const noexcepttmx::Objectinline
Kind enum nametmx::Object
Object(const Kind kind, unsigned id, const std::string &name, const std::string &type, const Vector2u &origin, double rotation, bool visible)tmx::Objectinline
POLYGON enum valuetmx::Object
POLYLINE enum valuetmx::Object
RECTANGLE enum valuetmx::Object
TILE enum valuetmx::Object
~Object()tmx::Objectvirtual