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