Qt 6.x
The Qt SDK
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, uint fillRule, bool convex)
 
const QVectorPathvectorPath ()
 

Public Attributes

QVectorPathData pathData
 
QVectorPath path
 

Detailed Description

Definition at line 37 of file qpainterpath_p.h.

Constructor & Destructor Documentation

◆ QVectorPathConverter()

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

Definition at line 40 of file qpainterpath_p.h.

Member Function Documentation

◆ vectorPath()

const QVectorPath & QVectorPathConverter::vectorPath ( )
inline

Definition at line 46 of file qpainterpath_p.h.

References path.

Member Data Documentation

◆ path

QVectorPath QVectorPathConverter::path

Definition at line 90 of file qpainterpath_p.h.

Referenced by vectorPath().

◆ pathData

QVectorPathData QVectorPathConverter::pathData

Definition at line 89 of file qpainterpath_p.h.


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