libtmx
0.4.0
an C++11 library for reading TMX files
|
Ctmx::Adaptor | An adaptor to get raw pointer from a unique pointer |
Ctmx::Cell | A cell is a square on a map layer that is filled with a tile |
▼Ctmx::Component | A base class for classes that have properties |
▼Ctmx::Layer | A layer is a layer in the whole map |
Ctmx::ImageLayer | An image layer is a layer with a single image |
Ctmx::ObjectLayer | An object layer is a layers composed of objects |
Ctmx::TileLayer | A tile layer is a layer with tiles in cells |
Ctmx::Map | A map is a set of tilesets and a set of different layers |
▼Ctmx::Object | An object is a geometrical object |
▼Ctmx::Boxed | A boxed object is a geometrical object that is defined by a box |
Ctmx::Ellipse | An ellipse is a geometrical object |
Ctmx::Rectangle | A rectangle is a geometrical object |
▼Ctmx::Chain | A chain is a base class for lines with multiple points |
Ctmx::Polygon | A polygon is a closed set of lines |
Ctmx::Polyline | A polyline is an open set of lines |
Ctmx::TileObject | A tile object is an image put in the map |
Ctmx::Terrain | A terrain describes a kind of terrain on the map |
Ctmx::Tile | A tile is a rectangular part of a tileset |
Ctmx::TileSet | A tileset is a set of tiles in a single file (image or TSX file) |
Ctmx::Image | An image is an image file on the system |
Ctmx::LayerVisitor | A layer visitor is a visitor for layers in the visitor pattern |
Ctmx::Rect | A rectangle representing the portion of an image |
Ctmx::Size | A size of an image |
Ctmx::Vector2i | A vector of signed integers |
Ctmx::Vector2u | A vector of unsigned integers |