Public Member Functions | Private Attributes

Tile Class Reference

Implementation of a Tile. More...

#include <Tile.h>

List of all members.

Public Member Functions

 Tile (Uint tsetId, Uint tsetIndex)
 Tile (const Tile &copy)
 ~Tile ()
Tileoperator= (const Tile &copy)
Uint getTsetId ()
Uint getTsetIndex ()
void setTsetId (Uint tsetId)
void setTsetIndex (Uint tsetIndex)
void setWalledEdges (WalledEdge edge)

Private Attributes

WalledEdge mWalledEdges
Uint mTsetId
Uint mTsetIndex

Detailed Description

Implementation of a Tile.


Constructor & Destructor Documentation

Tile::Tile ( Uint  tsetId,
Uint  tsetIndex 
) [inline]
Tile::Tile ( const Tile copy  )  [inline]
Tile::~Tile (  )  [inline]

Member Function Documentation

Uint Tile::getTsetId (  )  [inline]
Uint Tile::getTsetIndex (  )  [inline]
Tile& Tile::operator= ( const Tile copy  )  [inline]
void Tile::setTsetId ( Uint  tsetId  )  [inline]
void Tile::setTsetIndex ( Uint  tsetIndex  )  [inline]
void Tile::setWalledEdges ( WalledEdge  edge  )  [inline]

Member Data Documentation

Uint Tile::mTsetId [private]

TileSet identification number.

Tile index within a TileSet.

Indicates which edges are occupied by a wall.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines