![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QtGui/private/qtguiglobal_p.h>
#include <QtGui/private/qvectorpath_p.h>
#include <QtCore/qlist.h>
Go to the source code of this file.
Classes | |
class | QVertexIndexVector |
struct | QTriangleSet |
struct | QPolylineSet |
Functions | |
QTriangleSet Q_GUI_EXPORT | qTriangulate (const qreal *polygon, int count, uint hint=QVectorPath::PolygonHint|QVectorPath::OddEvenFill, const QTransform &matrix=QTransform(), bool allowUintIndices=true) |
QTriangleSet Q_GUI_EXPORT | qTriangulate (const QVectorPath &path, const QTransform &matrix=QTransform(), qreal lod=1, bool allowUintIndices=true) |
QTriangleSet Q_GUI_EXPORT | qTriangulate (const QPainterPath &path, const QTransform &matrix=QTransform(), qreal lod=1, bool allowUintIndices=true) |
QPolylineSet | qPolyline (const QVectorPath &path, const QTransform &matrix=QTransform(), qreal lod=1, bool allowUintIndices=true) |
QPolylineSet Q_GUI_EXPORT | qPolyline (const QPainterPath &path, const QTransform &matrix=QTransform(), qreal lod=1, bool allowUintIndices=true) |
QPolylineSet Q_GUI_EXPORT qPolyline | ( | const QPainterPath & | path, |
const QTransform & | matrix = QTransform(), | ||
qreal | lod = 1, | ||
bool | allowUintIndices = true ) |
Definition at line 2305 of file qtriangulator.cpp.
QPolylineSet qPolyline | ( | const QVectorPath & | path, |
const QTransform & | matrix = QTransform(), | ||
qreal | lod = 1, | ||
bool | allowUintIndices = true ) |
Definition at line 2285 of file qtriangulator.cpp.
QTriangleSet Q_GUI_EXPORT qTriangulate | ( | const QPainterPath & | path, |
const QTransform & | matrix = QTransform(), | ||
qreal | lod = 1, | ||
bool | allowUintIndices = true ) |
Definition at line 2265 of file qtriangulator.cpp.
QTriangleSet Q_GUI_EXPORT qTriangulate | ( | const qreal * | polygon, |
int | count, | ||
uint | hint = QVectorPath::PolygonHint|QVectorPath::OddEvenFill, | ||
const QTransform & | matrix = QTransform(), | ||
bool | allowUintIndices = true ) |
Definition at line 2220 of file qtriangulator.cpp.
QTriangleSet Q_GUI_EXPORT qTriangulate | ( | const QVectorPath & | path, |
const QTransform & | matrix = QTransform(), | ||
qreal | lod = 1, | ||
bool | allowUintIndices = true ) |
Definition at line 2242 of file qtriangulator.cpp.