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