Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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, uint fillRule, bool convex)
 

Public Attributes

QVarLengthArray< QPainterPath::ElementTypeelements
 
QVarLengthArray< qrealpoints
 
uint flags
 

Detailed Description

Definition at line 50 of file qpainterpath_p.h.

Constructor & Destructor Documentation

◆ QVectorPathData()

Member Data Documentation

◆ elements

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

Definition at line 84 of file qpainterpath_p.h.

Referenced by QVectorPathData().

◆ flags

uint QVectorPathConverter::QVectorPathData::flags

Definition at line 86 of file qpainterpath_p.h.

◆ points

QVarLengthArray<qreal> QVectorPathConverter::QVectorPathData::points

Definition at line 85 of file qpainterpath_p.h.


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