19 m_polygon (
other.polygon ()),
21 m_brush (
other.brush())
27 m_polygon =
other.polygon();
29 m_brush =
other.brush();
const int INNER_RADIUS_MIN
Ghost for a QGraphicsPolygonItem.
QPen pen() const
Get method for pen.
QPolygonF polygon() const
Get method for polygon.
QBrush brush() const
Get method for brush.
GhostPolygon & operator=(const GhostPolygon &other)
Assignment operator.
GhostPolygon(const QPolygonF &polygon, const QPen &pen, const QBrush &brush)
Initial constructor.