![]() |
Qt 6.x
The Qt SDK
|
#include <qpainterpath_p.h>
Collaboration diagram for QVectorPathConverter::QVectorPathData:Public Member Functions | |
| QVectorPathData (const QList< QPainterPath::Element > &path, uint fillRule, bool convex) | |
Public Attributes | |
| QVarLengthArray< QPainterPath::ElementType > | elements |
| QVarLengthArray< qreal > | points |
| uint | flags |
Definition at line 50 of file qpainterpath_p.h.
|
inline |
Definition at line 51 of file qpainterpath_p.h.
References QVectorPath::AreaShapeMask, QVectorPath::CurvedShapeMask, QPainterPath::CurveToElement, e, elements, i, QVectorPath::LinesShapeMask, QVectorPath::NonConvexShapeMask, QVectorPath::OddEvenFill, Qt::WindingFill, and QVectorPath::WindingFill.
| QVarLengthArray<QPainterPath::ElementType> QVectorPathConverter::QVectorPathData::elements |
Definition at line 84 of file qpainterpath_p.h.
Referenced by QVectorPathData().
| uint QVectorPathConverter::QVectorPathData::flags |
Definition at line 86 of file qpainterpath_p.h.
| QVarLengthArray<qreal> QVectorPathConverter::QVectorPathData::points |
Definition at line 85 of file qpainterpath_p.h.