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
utils_p.h File Reference

(3788ab533139d7bcca495d2337bfd3a979b3ee71)

#include <private/qquicktranslate_p.h>
#include <private/qquickitem_p.h>
#include <private/qsvgnode_p.h>
#include <private/qquadpath_p.h>
#include <private/qsvgvisitor_p.h>
Include dependency graph for utils_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QQuickVectorImageGenerator::Utils::ViewBoxItem

Namespaces

namespace  QQuickVectorImageGenerator
namespace  QQuickVectorImageGenerator::Utils

Macros

#define CHECK_PATH_HINT(flagName)

Functions

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

Macro Definition Documentation

◆ CHECK_PATH_HINT

#define CHECK_PATH_HINT ( flagName)
Value:
if (flags.testFlag(QQuadPath::flagName)) { \
if (!first) \
str << " |"; \
first = false; \
str << " ShapePath." #flagName; \
}
GLint first
GLbitfield flags
QString str("QStringBuilder")
[5]