![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <QString>#include <QtGui/qpainterpath.h>#include <optional>Go to the source code of this file.
Namespaces | |
| namespace | QSvgUtils |
Enumerations | |
| enum | QSvgUtils::LengthType { QSvgUtils::LT_PERCENT , QSvgUtils::LT_PX , QSvgUtils::LT_PC , QSvgUtils::LT_PT , QSvgUtils::LT_MM , QSvgUtils::LT_CM , QSvgUtils::LT_IN , QSvgUtils::LT_OTHER } |
Functions | |
| bool | QSvgUtils::isDigit (ushort ch) |
| qreal | QSvgUtils::toDouble (const QChar *&str) |
| qreal | QSvgUtils::toDouble (QStringView str, bool *ok) |
| qreal | QSvgUtils::parseLength (QStringView str, LengthType *type, bool *ok) |
| qreal | QSvgUtils::convertToPixels (qreal len, bool, LengthType type) |
| std::optional< qreal > | QSvgUtils::parseAngle (QStringView str) |
| void | QSvgUtils::parseNumbersArray (const QChar *&str, QVarLengthArray< qreal, 8 > &points, const char *pattern) |
| std::optional< QPainterPath > | QSvgUtils::parsePathDataFast (QStringView dataStr, bool limitLength) |