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
QSvgStyleState Struct Reference

#include <qsvgstyle_p.h>

Collaboration diagram for QSvgStyleState:

Public Attributes

QBrush fill
QPen stroke
qreal fillOpacity
qreal strokeOpacity
qreal opacity
QTransform transform
std::optional< QPainterPathoffsetPath
qreal offsetDistance
qreal offsetRotate
QtSvg::OffsetRotateType offsetRotateType

Detailed Description

Definition at line 669 of file qsvgstyle_p.h.

Member Data Documentation

◆ fill

QBrush QSvgStyleState::fill

Definition at line 671 of file qsvgstyle_p.h.

◆ fillOpacity

qreal QSvgStyleState::fillOpacity

Definition at line 673 of file qsvgstyle_p.h.

◆ offsetDistance

qreal QSvgStyleState::offsetDistance

Definition at line 678 of file qsvgstyle_p.h.

◆ offsetPath

std::optional<QPainterPath> QSvgStyleState::offsetPath

Definition at line 677 of file qsvgstyle_p.h.

◆ offsetRotate

qreal QSvgStyleState::offsetRotate

Definition at line 679 of file qsvgstyle_p.h.

◆ offsetRotateType

QtSvg::OffsetRotateType QSvgStyleState::offsetRotateType

Definition at line 680 of file qsvgstyle_p.h.

◆ opacity

qreal QSvgStyleState::opacity

Definition at line 675 of file qsvgstyle_p.h.

◆ stroke

QPen QSvgStyleState::stroke

Definition at line 672 of file qsvgstyle_p.h.

◆ strokeOpacity

qreal QSvgStyleState::strokeOpacity

Definition at line 674 of file qsvgstyle_p.h.

◆ transform

QTransform QSvgStyleState::transform

Definition at line 676 of file qsvgstyle_p.h.


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