![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qquicknodeinfo_p.h>
Static Public Member Functions | |
| static StrokeStyle | fromPen (const QPen &p) |
Public Attributes | |
| Qt::PenCapStyle | lineCapStyle = Qt::SquareCap |
| Qt::PenJoinStyle | lineJoinStyle = Qt::MiterJoin |
| int | miterLimit = 4 |
| bool | cosmetic = false |
| qreal | dashOffset = 0 |
| QList< qreal > | dashArray |
| QQuickAnimatedProperty | color = QQuickAnimatedProperty(QVariant::fromValue(QColorConstants::Transparent)) |
| QQuickAnimatedProperty | opacity = QQuickAnimatedProperty(QVariant::fromValue(qreal(1.0))) |
| qreal | width = 1.0 |
Definition at line 58 of file qquicknodeinfo_p.h.
|
inlinestatic |
Definition at line 70 of file qquicknodeinfo_p.h.
References cosmetic, and miterLimit.
| QQuickAnimatedProperty StrokeStyle::color = QQuickAnimatedProperty(QVariant::fromValue(QColorConstants::Transparent)) |
Definition at line 66 of file qquicknodeinfo_p.h.
| bool StrokeStyle::cosmetic = false |
Definition at line 63 of file qquicknodeinfo_p.h.
Referenced by fromPen().
Definition at line 65 of file qquicknodeinfo_p.h.
| qreal StrokeStyle::dashOffset = 0 |
Definition at line 64 of file qquicknodeinfo_p.h.
| Qt::PenCapStyle StrokeStyle::lineCapStyle = Qt::SquareCap |
Definition at line 60 of file qquicknodeinfo_p.h.
| Qt::PenJoinStyle StrokeStyle::lineJoinStyle = Qt::MiterJoin |
Definition at line 61 of file qquicknodeinfo_p.h.
| int StrokeStyle::miterLimit = 4 |
Definition at line 62 of file qquicknodeinfo_p.h.
Referenced by fromPen().
| QQuickAnimatedProperty StrokeStyle::opacity = QQuickAnimatedProperty(QVariant::fromValue(qreal(1.0))) |
Definition at line 67 of file qquicknodeinfo_p.h.
| qreal StrokeStyle::width = 1.0 |
Definition at line 68 of file qquicknodeinfo_p.h.