QSkinny 0.8.0
C++/Qt UI toolkit
|
Definition at line 16 of file QskStrokeNode.h.
Public Member Functions | |
void | updatePath (const QPainterPath &, const QPen &) |
void | updatePath (const QPainterPath &, const QTransform &, const QPen &) |
Public Member Functions inherited from QskFillNode | |
void | resetGeometry () |
void | setColoring (Coloring) |
Coloring | coloring () const |
void | setColoring (QRgb) |
void | setColoring (const QColor &) |
void | setColoring (Qt::GlobalColor) |
void | setColoring (const QRectF &, const QskGradient &) |
bool | isGeometryColored () const |
void | setHints (Hints) |
Hints | hints () const |
void | setHint (Hint, bool on=true) |
bool | hasHint (Hint) const |
Additional Inherited Members | |
Public Types inherited from QskFillNode | |
enum | Coloring { Monochrome , Polychrome , Linear , Radial , Conic } |
enum | Hint { PreferColoredGeometry = 1 } |
Protected Member Functions inherited from QskFillNode | |
QskFillNode (QskFillNodePrivate &) | |
QskStrokeNode::QskStrokeNode | ( | ) |
Definition at line 35 of file QskStrokeNode.cpp.
void QskStrokeNode::updatePath | ( | const QPainterPath & | path, |
const QPen & | pen | ||
) |
Definition at line 41 of file QskStrokeNode.cpp.
void QskStrokeNode::updatePath | ( | const QPainterPath & | path, |
const QTransform & | transform, | ||
const QPen & | pen | ||
) |
Definition at line 46 of file QskStrokeNode.cpp.