![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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) |