1 #ifndef SIMPT_EDITOR_RECTANGULAR_TILE_H_INCLUDED
2 #define SIMPT_EDITOR_RECTANGULAR_TILE_H_INCLUDED
83 static const double g_side_length;
84 static const QPolygonF g_start_polygon;
89 #endif // end-of-include-guard
virtual RectangularTile * Up() const
Creates a new tile on the row under this tile (should normally be the opposite of Tile::Down()) Paren...
Namespace for SimPT tissue editor package.
virtual RectangularTile * Left() const
Creates a new tile to the left of this tile (should normally be the opposite of Tile::Right()) Parent...
virtual ~RectangularTile()
Destructor.
Abstract base class for cell pattern tiles.
virtual RectangularTile * Right() const
Creates a new tile to the right of this tile (should normally be the opposite of Tile::Left()) Parent...
RectangularTile()
Constructor.
virtual RectangularTile * 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