#include <vlayoutpiecepath.h>
Public Member Functions | |
VLayoutPiecePath () | |
VLayoutPiecePath (const QVector< QPointF > &points, bool cut, Qt::PenStyle penStyle=Qt::SolidLine) | |
VLayoutPiecePath (const VLayoutPiecePath &path) | |
virtual | ~VLayoutPiecePath () |
VLayoutPiecePath & | operator= (const VLayoutPiecePath &path) |
void | Swap (VLayoutPiecePath &path) Q_DECL_NOTHROW |
QPainterPath | GetPainterPath () const |
QVector< QPointF > | Points () const |
void | SetPoints (const QVector< QPointF > &points) |
Qt::PenStyle | PenStyle () const |
void | SetPenStyle (const Qt::PenStyle &penStyle) |
bool | IsCutPath () const |
void | SetCutPath (bool cut) |
Private Attributes | |
QSharedDataPointer< VLayoutPiecePathData > | d |
Definition at line 61 of file vlayoutpiecepath.h.
VLayoutPiecePath::VLayoutPiecePath | ( | ) |
Definition at line 66 of file vlayoutpiecepath.cpp.
VLayoutPiecePath::VLayoutPiecePath | ( | const QVector< QPointF > & | points, |
bool | cut, | ||
Qt::PenStyle | penStyle = Qt::SolidLine |
||
) |
Definition at line 72 of file vlayoutpiecepath.cpp.
VLayoutPiecePath::VLayoutPiecePath | ( | const VLayoutPiecePath & | path | ) |
Definition at line 78 of file vlayoutpiecepath.cpp.
|
virtual |
Definition at line 95 of file vlayoutpiecepath.cpp.
QPainterPath VLayoutPiecePath::GetPainterPath | ( | ) | const |
Definition at line 100 of file vlayoutpiecepath.cpp.
References d.
bool VLayoutPiecePath::IsCutPath | ( | ) | const |
Definition at line 136 of file vlayoutpiecepath.cpp.
References d.
VLayoutPiecePath & VLayoutPiecePath::operator= | ( | const VLayoutPiecePath & | path | ) |
Definition at line 84 of file vlayoutpiecepath.cpp.
References d.
Qt::PenStyle VLayoutPiecePath::PenStyle | ( | ) | const |
Definition at line 124 of file vlayoutpiecepath.cpp.
References d.
QVector< QPointF > VLayoutPiecePath::Points | ( | ) | const |
Definition at line 112 of file vlayoutpiecepath.cpp.
References d.
void VLayoutPiecePath::SetCutPath | ( | bool | cut | ) |
Definition at line 142 of file vlayoutpiecepath.cpp.
References d.
void VLayoutPiecePath::SetPenStyle | ( | const Qt::PenStyle & | penStyle | ) |
Definition at line 130 of file vlayoutpiecepath.cpp.
References d.
void VLayoutPiecePath::SetPoints | ( | const QVector< QPointF > & | points | ) |
Definition at line 118 of file vlayoutpiecepath.cpp.
References d.
void VLayoutPiecePath::Swap | ( | VLayoutPiecePath & | path | ) |
Definition at line 62 of file vlayoutpiecepath.cpp.
|
private |
Definition at line 89 of file vlayoutpiecepath.h.
Referenced by GetPainterPath(), IsCutPath(), operator=(), PenStyle(), Points(), SetCutPath(), SetPenStyle(), and SetPoints().