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

Member Data Documentation

◆ fill

QBrush QSvgStyleState::fill

Definition at line 637 of file qsvgstyle_p.h.

◆ fillOpacity

qreal QSvgStyleState::fillOpacity

Definition at line 639 of file qsvgstyle_p.h.

◆ offsetDistance

qreal QSvgStyleState::offsetDistance

Definition at line 644 of file qsvgstyle_p.h.

◆ offsetPath

std::optional<QPainterPath> QSvgStyleState::offsetPath

Definition at line 643 of file qsvgstyle_p.h.

◆ offsetRotate

qreal QSvgStyleState::offsetRotate

Definition at line 645 of file qsvgstyle_p.h.

◆ offsetRotateType

QtSvg::OffsetRotateType QSvgStyleState::offsetRotateType

Definition at line 646 of file qsvgstyle_p.h.

◆ opacity

qreal QSvgStyleState::opacity

Definition at line 641 of file qsvgstyle_p.h.

◆ stroke

QPen QSvgStyleState::stroke

Definition at line 638 of file qsvgstyle_p.h.

◆ strokeOpacity

qreal QSvgStyleState::strokeOpacity

Definition at line 640 of file qsvgstyle_p.h.

◆ transform

QTransform QSvgStyleState::transform

Definition at line 642 of file qsvgstyle_p.h.


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