Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qqmlstringconverters_p.h File Reference

(aca69f832ab1107c78207138add19224cd877ec2)

#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)