Qt 6.x
The Qt SDK
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
 
qreal dashOffset
 
QVector< qrealdashPattern
 
QQuickShapeGradientfillGradient
 

Detailed Description

Definition at line 76 of file qquickshape_p_p.h.

Constructor & Destructor Documentation

◆ QQuickShapeStrokeFillParams()

QQuickShapeStrokeFillParams::QQuickShapeStrokeFillParams ( )

Definition at line 77 of file qquickshape.cpp.

References dashPattern.

Member Data Documentation

◆ capStyle

QQuickShapePath::CapStyle QQuickShapeStrokeFillParams::capStyle

Definition at line 86 of file qquickshape_p_p.h.

◆ dashOffset

qreal QQuickShapeStrokeFillParams::dashOffset

Definition at line 88 of file qquickshape_p_p.h.

◆ dashPattern

QVector<qreal> QQuickShapeStrokeFillParams::dashPattern

Definition at line 89 of file qquickshape_p_p.h.

Referenced by QQuickShapeStrokeFillParams().

◆ fillColor

QColor QQuickShapeStrokeFillParams::fillColor

Definition at line 82 of file qquickshape_p_p.h.

◆ fillGradient

QQuickShapeGradient* QQuickShapeStrokeFillParams::fillGradient

Definition at line 90 of file qquickshape_p_p.h.

◆ fillRule

QQuickShapePath::FillRule QQuickShapeStrokeFillParams::fillRule

Definition at line 83 of file qquickshape_p_p.h.

◆ joinStyle

QQuickShapePath::JoinStyle QQuickShapeStrokeFillParams::joinStyle

Definition at line 84 of file qquickshape_p_p.h.

◆ miterLimit

int QQuickShapeStrokeFillParams::miterLimit

Definition at line 85 of file qquickshape_p_p.h.

◆ strokeColor

QColor QQuickShapeStrokeFillParams::strokeColor

Definition at line 80 of file qquickshape_p_p.h.

◆ strokeStyle

QQuickShapePath::StrokeStyle QQuickShapeStrokeFillParams::strokeStyle

Definition at line 87 of file qquickshape_p_p.h.

◆ strokeWidth

qreal QQuickShapeStrokeFillParams::strokeWidth

Definition at line 81 of file qquickshape_p_p.h.


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