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

(a356c5c06c37454d56ed906f59c2bfc7bace5e7e)

#include "qtsvgglobal_p.h"
#include <QString>
Include dependency graph for qsvgutils_p.h:
This graph shows which files directly or indirectly include this file:

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)