![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qsvgcssproperties_p.h>
Public Attributes | |
| std::optional< QPainterPath > | path |
| qreal | distance = 0 |
| qreal | angle = 0 |
| QtSvg::OffsetRotateType | rotateType = QtSvg::OffsetRotateType::Auto |
Definition at line 37 of file qsvgcssproperties_p.h.
| qreal QSvgOffsetProperty::angle = 0 |
Definition at line 41 of file qsvgcssproperties_p.h.
| qreal QSvgOffsetProperty::distance = 0 |
Definition at line 40 of file qsvgcssproperties_p.h.
| std::optional<QPainterPath> QSvgOffsetProperty::path |
Definition at line 39 of file qsvgcssproperties_p.h.
| QtSvg::OffsetRotateType QSvgOffsetProperty::rotateType = QtSvg::OffsetRotateType::Auto |
Definition at line 42 of file qsvgcssproperties_p.h.