e2d::graphics::TileMap Member List
This is the complete list of members for
e2d::graphics::TileMap, including all inherited members.
Add(const Rect &other_rect) | e2d::core::Rect | |
AddLayer(MapLayer *layer) | e2d::graphics::TileMap | |
AddTileset(Tileset *tileset) | e2d::graphics::TileMap | |
BlitLayer(unsigned int num_layer, SDL_Surface *destination) | e2d::graphics::TileMap | |
Collide(const Rect &other_rect) | e2d::core::Rect | |
Copy(const Rect &other_rect) | e2d::core::Rect | |
Equals(const Rect &other_rect) | e2d::core::Rect | |
GetH(void) | e2d::core::Rect | |
GetLayer(int num_layer) | e2d::graphics::TileMap | |
GetNumberOfLayers(void) | e2d::graphics::TileMap | |
GetNumberOfTilesets(void) | e2d::graphics::TileMap | |
GetSDL_Rect(void) | e2d::core::Rect | |
GetTileHeight(void) | e2d::graphics::TileMap | |
GetTileProperty(int num_layer, Rect &tile, string property) | e2d::graphics::TileMap | |
GetTileset(int num_tileset) | e2d::graphics::TileMap | |
GetTileWidth(void) | e2d::graphics::TileMap | |
GetW(void) | e2d::core::Rect | |
GetX(void) | e2d::core::Rect | |
GetY(void) | e2d::core::Rect | |
Load(const char *filename) | e2d::graphics::TileMap | |
Move(int x, int y) | e2d::core::Rect | |
Optimize(void) | e2d::graphics::TileMap | |
Rect(int x, int y, int w, int h) | e2d::core::Rect | |
Rect(const Rect &original) | e2d::core::Rect | |
Resize(int w, int h) | e2d::core::Rect | |
Scroll(int x, int y) | e2d::graphics::TileMap | |
ScrollLayer(int num_layer, int x, int y) | e2d::graphics::TileMap | |
SetDimension(int w, int h) | e2d::core::Rect | |
SetH(int h) | e2d::core::Rect | |
SetPosition(int x, int y) | e2d::core::Rect | |
SetW(int w) | e2d::core::Rect | |
SetX(int x) | e2d::core::Rect | |
SetY(int y) | e2d::core::Rect | |
TileMap(const TileMap &original) | e2d::graphics::TileMap | |