19 m_rect (
other.rect ()),
21 m_brush (
other.brush())
27 m_rect =
other.rect();
29 m_brush =
other.brush();
const int INNER_RADIUS_MIN
Ghost for a QGraphicsEllipseItem.
QRectF rect() const
Get method for bounding rectangle.
GhostEllipse(const QRectF &rect, const QPen &pen, const QBrush &brush)
Initial constructor.
QPen pen() const
Get method for pen.
GhostEllipse & operator=(const GhostEllipse &other)
Assignment operator.
QBrush brush() const
Get method for brush.