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 Class Reference

#include <qpainterpath_p.h>

Collaboration diagram for QVectorPathConverter:

Classes

struct  QVectorPathData

Public Member Functions

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

Public Attributes

QVectorPathData pathData
QVectorPath path

Detailed Description

Definition at line 35 of file qpainterpath_p.h.

Constructor & Destructor Documentation

◆ QVectorPathConverter()

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

Definition at line 38 of file qpainterpath_p.h.

References QVectorPathConverter().

Referenced by QVectorPathConverter().

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

Member Function Documentation

◆ vectorPath()

const QVectorPath & QVectorPathConverter::vectorPath ( )
inline

Definition at line 44 of file qpainterpath_p.h.

Member Data Documentation

◆ path

QVectorPath QVectorPathConverter::path

Definition at line 88 of file qpainterpath_p.h.

◆ pathData

QVectorPathData QVectorPathConverter::pathData

Definition at line 87 of file qpainterpath_p.h.


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