11 const QBrush &brush) :
19 m_path (other.path ()),
21 m_brush (other.brush ())
27 m_path = other.
path();
29 m_brush = other.
brush();
Ghost for a QGraphicsPathItem.
QPainterPath path() const
Get method for path.
GhostPath & operator=(const GhostPath &other)
Assignment operator.
GhostPath(const QPainterPath &path, const QPen &pen, const QBrush &brush)
Initial constructor.
QBrush brush() const
Get method for brush.
QPen pen() const
Get method for pen.