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