Engauge Digitizer 2
|
Ghost for a QGraphicsPathItem. More...
#include <GhostPath.h>
Public Member Functions | |
GhostPath (const QPainterPath &path, const QPen &pen, const QBrush &brush) | |
Initial constructor. | |
~GhostPath () | |
GhostPath (const GhostPath &other) | |
Copy constructor. | |
GhostPath & | operator= (const GhostPath &other) |
Assignment operator. | |
QBrush | brush () const |
Get method for brush. | |
QPainterPath | path () const |
Get method for path. | |
QPen | pen () const |
Get method for pen. | |
Ghost for a QGraphicsPathItem.
Definition at line 15 of file GhostPath.h.
Initial constructor.
Definition at line 9 of file GhostPath.cpp.
GhostPath::~GhostPath | ( | ) |
Definition at line 34 of file GhostPath.cpp.
Copy constructor.
Definition at line 18 of file GhostPath.cpp.
QBrush GhostPath::brush | ( | ) | const |
Assignment operator.
Definition at line 25 of file GhostPath.cpp.
QPainterPath GhostPath::path | ( | ) | const |
QPen GhostPath::pen | ( | ) | const |