1 #ifndef SIMPT_EDITOR_HEXAGONAL_TILE_H_INCLUDED
2 #define SIMPT_EDITOR_HEXAGONAL_TILE_H_INCLUDED
83 static const double g_side_length;
84 static const double g_half_height;
85 static const QPolygonF g_start_polygon;
90 #endif // end-of-include-guard
Namespace for SimPT tissue editor package.
HexagonalTile()
Constructor.
virtual HexagonalTile * Left() const
Creates a new tile to the left of this tile (should normally be the opposite of Tile::Right()) Parent...
virtual ~HexagonalTile()
Destructor.
virtual HexagonalTile * Right() const
Creates a new tile to the right of this tile (should normally be the opposite of Tile::Left()) Parent...
virtual HexagonalTile * Up() const
Creates a new tile on the row under this tile (should normally be the opposite of Tile::Down()) Paren...
Abstract base class for cell pattern tiles.
virtual HexagonalTile * Down() const
Creates a new tile on the row under this tile (should normally be the opposite of Tile::Up()) Parent ...
see the online Qt documentation