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
QVectorPathConverter::QVectorPathData Struct Reference

#include <qpainterpath_p.h>

Collaboration diagram for QVectorPathConverter::QVectorPathData:

Public Member Functions

 QVectorPathData (const QList< QPainterPath::Element > &path, bool hasWindingFill, bool convex)

Public Attributes

QVarLengthArray< QPainterPath::ElementTypeelements
QVarLengthArray< qrealpoints
uint flags

Detailed Description

Definition at line 48 of file qpainterpath_p.h.

Constructor & Destructor Documentation

◆ QVectorPathData()

QVectorPathConverter::QVectorPathData::QVectorPathData ( const QList< QPainterPath::Element > & path,
bool hasWindingFill,
bool convex )
inline

Definition at line 49 of file qpainterpath_p.h.

References QVectorPathData(), and flags.

Referenced by QVectorPathData().

Here is the call graph for this function:
Here is the caller graph for this function:

Member Data Documentation

◆ elements

QVarLengthArray<QPainterPath::ElementType> QVectorPathConverter::QVectorPathData::elements

Definition at line 82 of file qpainterpath_p.h.

◆ flags

uint QVectorPathConverter::QVectorPathData::flags

Definition at line 84 of file qpainterpath_p.h.

Referenced by QVectorPathData().

◆ points

QVarLengthArray<qreal> QVectorPathConverter::QVectorPathData::points

Definition at line 83 of file qpainterpath_p.h.


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