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. More... | |
~GhostPath () | |
GhostPath (const GhostPath &other) | |
Copy constructor. More... | |
GhostPath & | operator= (const GhostPath &other) |
Assignment operator. More... | |
QBrush | brush () const |
Get method for brush. More... | |
QPainterPath | path () const |
Get method for path. More... | |
QPen | pen () const |
Get method for pen. More... | |
Ghost for a QGraphicsPathItem.
Definition at line 15 of file GhostPath.h.
GhostPath::GhostPath | ( | const QPainterPath & | path, |
const QPen & | pen, | ||
const QBrush & | brush | ||
) |
GhostPath::~GhostPath | ( | ) |
Definition at line 34 of file GhostPath.cpp.
GhostPath::GhostPath | ( | const GhostPath & | other | ) |
QBrush GhostPath::brush | ( | ) | const |
QPainterPath GhostPath::path | ( | ) | const |
QPen GhostPath::pen | ( | ) | const |