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 732 of file qsvgstyle_p.h.

Member Data Documentation

◆ fill

QBrush QSvgStyleState::fill

Definition at line 734 of file qsvgstyle_p.h.

◆ fillOpacity

qreal QSvgStyleState::fillOpacity

Definition at line 736 of file qsvgstyle_p.h.

◆ offsetDistance

qreal QSvgStyleState::offsetDistance

Definition at line 741 of file qsvgstyle_p.h.

◆ offsetPath

std::optional<QPainterPath> QSvgStyleState::offsetPath

Definition at line 740 of file qsvgstyle_p.h.

◆ offsetRotate

qreal QSvgStyleState::offsetRotate

Definition at line 742 of file qsvgstyle_p.h.

◆ offsetRotateType

QtSvg::OffsetRotateType QSvgStyleState::offsetRotateType

Definition at line 743 of file qsvgstyle_p.h.

◆ opacity

qreal QSvgStyleState::opacity

Definition at line 738 of file qsvgstyle_p.h.

◆ stroke

QPen QSvgStyleState::stroke

Definition at line 735 of file qsvgstyle_p.h.

◆ strokeOpacity

qreal QSvgStyleState::strokeOpacity

Definition at line 737 of file qsvgstyle_p.h.

◆ transform

QTransform QSvgStyleState::transform

Definition at line 739 of file qsvgstyle_p.h.


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