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

#include <qsvgcssproperties_p.h>

Collaboration diagram for QSvgOffsetProperty:

Public Attributes

std::optional< QPainterPathpath
qreal distance = 0
qreal angle = 0
QtSvg::OffsetRotateType rotateType = QtSvg::OffsetRotateType::Auto

Detailed Description

Definition at line 37 of file qsvgcssproperties_p.h.

Member Data Documentation

◆ angle

qreal QSvgOffsetProperty::angle = 0

Definition at line 41 of file qsvgcssproperties_p.h.

◆ distance

qreal QSvgOffsetProperty::distance = 0

Definition at line 40 of file qsvgcssproperties_p.h.

◆ path

std::optional<QPainterPath> QSvgOffsetProperty::path

Definition at line 39 of file qsvgcssproperties_p.h.

◆ rotateType

QtSvg::OffsetRotateType QSvgOffsetProperty::rotateType = QtSvg::OffsetRotateType::Auto

Definition at line 42 of file qsvgcssproperties_p.h.


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