Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQuickShapeStrokeFillParams Struct Reference

#include <qquickshape_p_p.h>

Collaboration diagram for QQuickShapeStrokeFillParams:

Public Member Functions

 QQuickShapeStrokeFillParams ()

Public Attributes

QColor strokeColor
qreal strokeWidth
QColor fillColor
QQuickShapePath::FillRule fillRule
QQuickShapePath::JoinStyle joinStyle
int miterLimit
QQuickShapePath::CapStyle capStyle
QQuickShapePath::StrokeStyle strokeStyle
bool cosmeticStroke = false
qreal dashOffset
QVector< qrealdashPattern
QQuickShapeGradientfillGradient
QSGTransform fillTransform
QQuickItemfillItem
QQuickShapeTrimtrim

Detailed Description

Definition at line 87 of file qquickshape_p_p.h.

Constructor & Destructor Documentation

◆ QQuickShapeStrokeFillParams()

QQuickShapeStrokeFillParams::QQuickShapeStrokeFillParams ( )

Definition at line 84 of file qquickshape.cpp.

References QQuickShapeStrokeFillParams(), and miterLimit.

Referenced by QQuickShapeStrokeFillParams().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ capStyle

QQuickShapePath::CapStyle QQuickShapeStrokeFillParams::capStyle

Definition at line 97 of file qquickshape_p_p.h.

◆ cosmeticStroke

bool QQuickShapeStrokeFillParams::cosmeticStroke = false

Definition at line 99 of file qquickshape_p_p.h.

◆ dashOffset

qreal QQuickShapeStrokeFillParams::dashOffset

Definition at line 100 of file qquickshape_p_p.h.

◆ dashPattern

QVector<qreal> QQuickShapeStrokeFillParams::dashPattern

Definition at line 101 of file qquickshape_p_p.h.

◆ fillColor

QColor QQuickShapeStrokeFillParams::fillColor

Definition at line 93 of file qquickshape_p_p.h.

◆ fillGradient

QQuickShapeGradient* QQuickShapeStrokeFillParams::fillGradient

Definition at line 102 of file qquickshape_p_p.h.

◆ fillItem

QQuickItem* QQuickShapeStrokeFillParams::fillItem

Definition at line 104 of file qquickshape_p_p.h.

◆ fillRule

QQuickShapePath::FillRule QQuickShapeStrokeFillParams::fillRule

Definition at line 94 of file qquickshape_p_p.h.

◆ fillTransform

QSGTransform QQuickShapeStrokeFillParams::fillTransform

Definition at line 103 of file qquickshape_p_p.h.

◆ joinStyle

QQuickShapePath::JoinStyle QQuickShapeStrokeFillParams::joinStyle

Definition at line 95 of file qquickshape_p_p.h.

◆ miterLimit

int QQuickShapeStrokeFillParams::miterLimit

Definition at line 96 of file qquickshape_p_p.h.

Referenced by QQuickShapeStrokeFillParams().

◆ strokeColor

QColor QQuickShapeStrokeFillParams::strokeColor

Definition at line 91 of file qquickshape_p_p.h.

◆ strokeStyle

QQuickShapePath::StrokeStyle QQuickShapeStrokeFillParams::strokeStyle

Definition at line 98 of file qquickshape_p_p.h.

◆ strokeWidth

qreal QQuickShapeStrokeFillParams::strokeWidth

Definition at line 92 of file qquickshape_p_p.h.

◆ trim

QQuickShapeTrim* QQuickShapeStrokeFillParams::trim

Definition at line 105 of file qquickshape_p_p.h.


The documentation for this struct was generated from the following files: