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

(5a6edaea35f399a9b4b097640929df307b10a7db)

#include <QtCore/qglobal.h>
#include <QtCore/qvariant.h>
#include <private/qtqmlglobal_p.h>
Include dependency graph for qqmlstringconverters_p.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  QQmlStringConverters

Functions

Q_QML_EXPORT QVariant QQmlStringConverters::variantFromString (const QString &, QMetaType preferredType, bool *ok=nullptr)
Q_QML_EXPORT QVariant QQmlStringConverters::colorFromString (const QString &, bool *ok=nullptr)
Q_QML_EXPORT unsigned QQmlStringConverters::rgbaFromString (const QString &, bool *ok=nullptr)
Q_QML_EXPORT QPointF QQmlStringConverters::pointFFromString (const QString &, bool *ok=nullptr)
Q_QML_EXPORT QSizeF QQmlStringConverters::sizeFFromString (const QString &, bool *ok=nullptr)
Q_QML_EXPORT QRectF QQmlStringConverters::rectFFromString (const QString &, bool *ok=nullptr)
template<int NumParams, char16_t... separators>
bool QQmlStringConverters::isValidNumberString (const QString &s, std::array< double, NumParams > *numbers=nullptr)
template<typename T, int NumParams, char16_t... separators>
QQmlStringConverters::valueTypeFromNumberString (const QString &s, bool *ok=nullptr)