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
QQuickVectorImageGenerator::Utils Namespace Reference

Classes

class  ViewBoxItem

Functions

QPainterPath polygonToPath (const QPolygonF &poly, bool closed)
QString pathHintString (const QQuadPath &qp)
QRectF mapToQtLogicalMode (const QRectF &objModeRect, const QRectF &boundingRect)
QString toSvgString (const QPainterPath &path)
QString toSvgString (const QQuadPath &path)
QString strokeCapStyleString (Qt::PenCapStyle strokeCapStyle)
QString strokeJoinStyleString (Qt::PenJoinStyle strokeJoinStyle)
template<typename T>
QString listString (QList< T > list)

Function Documentation

◆ listString()

template<typename T>
QString QQuickVectorImageGenerator::Utils::listString ( QList< T > list)
inline

Definition at line 240 of file utils_p.h.

◆ mapToQtLogicalMode()

QRectF QQuickVectorImageGenerator::Utils::mapToQtLogicalMode ( const QRectF & objModeRect,
const QRectF & boundingRect )
inline

Definition at line 120 of file utils_p.h.

◆ pathHintString()

QString QQuickVectorImageGenerator::Utils::pathHintString ( const QQuadPath & qp)
inline

Definition at line 84 of file utils_p.h.

◆ polygonToPath()

QPainterPath QQuickVectorImageGenerator::Utils::polygonToPath ( const QPolygonF & poly,
bool closed )
inline

Definition at line 66 of file utils_p.h.

◆ strokeCapStyleString()

QString QQuickVectorImageGenerator::Utils::strokeCapStyleString ( Qt::PenCapStyle strokeCapStyle)
inline

Definition at line 196 of file utils_p.h.

◆ strokeJoinStyleString()

QString QQuickVectorImageGenerator::Utils::strokeJoinStyleString ( Qt::PenJoinStyle strokeJoinStyle)
inline

Definition at line 217 of file utils_p.h.

◆ toSvgString() [1/2]

QString QQuickVectorImageGenerator::Utils::toSvgString ( const QPainterPath & path)
inline

Definition at line 145 of file utils_p.h.

◆ toSvgString() [2/2]

QString QQuickVectorImageGenerator::Utils::toSvgString ( const QQuadPath & path)
inline

Definition at line 179 of file utils_p.h.