7 #include "GhostEllipse.h" 11 const QBrush &brush) :
19 m_rect (other.
rect ()),
21 m_brush (other.
brush())
27 m_rect = other.
rect();
29 m_brush = other.
brush();
34 GhostEllipse::~GhostEllipse()
GhostEllipse & operator=(const GhostEllipse &other)
Assignment operator.
QPen pen() const
Get method for pen.
QBrush brush() const
Get method for brush.
QRectF rect() const
Get method for bounding rectangle.
Ghost for a QGraphicsEllipseItem.
GhostEllipse(const QRectF &rect, const QPen &pen, const QBrush &brush)
Initial constructor.