Qt 4.8
Classes | Public Functions | Public Variables | List of all members
QVectorPathConverter Class Reference

#include <qpainterpath_p.h>

Classes

struct  QVectorPathData
 

Public Functions

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

Public Variables

QVectorPath path
 
QVectorPathData pathData
 

Detailed Description

Definition at line 81 of file qpainterpath_p.h.

Constructors and Destructors

◆ QVectorPathConverter()

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

Definition at line 84 of file qpainterpath_p.h.

85  : pathData(path, fillRule, convex),
86  path(pathData.points.data(), path.size(),
QVarLengthArray< QPainterPath::ElementType > elements
QVectorPathData pathData
int size() const
Returns the number of items in the vector.
Definition: qvector.h:137

Functions

◆ vectorPath()

const QVectorPath& QVectorPathConverter::vectorPath ( )
inline

Definition at line 89 of file qpainterpath_p.h.

89  {
90  return path;
91  }

Properties

◆ path

QVectorPath QVectorPathConverter::path

Definition at line 135 of file qpainterpath_p.h.

◆ pathData

QVectorPathData QVectorPathConverter::pathData

Definition at line 134 of file qpainterpath_p.h.


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