![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qpainterpath_p.h>
Public Member Functions | |
QVectorPathData (const QList< QPainterPath::Element > &path, bool hasWindingFill, bool convex) |
Public Attributes | |
QVarLengthArray< QPainterPath::ElementType > | elements |
QVarLengthArray< qreal > | points |
uint | flags |
Definition at line 48 of file qpainterpath_p.h.
|
inline |
Definition at line 49 of file qpainterpath_p.h.
References QVectorPathData(), and flags.
Referenced by QVectorPathData().
QVarLengthArray<QPainterPath::ElementType> QVectorPathConverter::QVectorPathData::elements |
Definition at line 82 of file qpainterpath_p.h.
uint QVectorPathConverter::QVectorPathData::flags |
Definition at line 84 of file qpainterpath_p.h.
Referenced by QVectorPathData().
QVarLengthArray<qreal> QVectorPathConverter::QVectorPathData::points |
Definition at line 83 of file qpainterpath_p.h.