![]() |
Qt 6.x
The Qt SDK
|
Go to the source code of this file.
Functions | |
static QT_BEGIN_NAMESPACE int | parseInt (QStringView str, bool *ok) |
static QTypeRevision | parseVersion (const QString &str) |
static void | scanSpace (const QChar *&ch) |
static void | scanToEnd (const QChar *&ch) |
static void | scanWord (const QChar *&ch) |
QDebug & | operator<< (QDebug &debug, const QQmlDirParser::Component &component) |
QDebug & | operator<< (QDebug &debug, const QQmlDirParser::Script &script) |
QDebug & operator<< | ( | QDebug & | debug, |
const QQmlDirParser::Component & | component | ||
) |
Definition at line 407 of file qqmldirparser.cpp.
References component(), debug, output, qPrintable, and QStringLiteral.
QDebug & operator<< | ( | QDebug & | debug, |
const QQmlDirParser::Script & | script | ||
) |
Definition at line 415 of file qqmldirparser.cpp.
References debug, QTypeRevision::majorVersion(), QTypeRevision::minorVersion(), QQmlDirParser::Script::nameSpace, output, qPrintable, QStringLiteral, and QQmlDirParser::Script::version.
|
static |
Definition at line 10 of file qqmldirparser.cpp.
References QString::at(), QChar::isDigit(), number, ok, pos, QString::size(), str, and QChar::unicode().
Referenced by parseVersion().
|
static |
Definition at line 27 of file qqmldirparser.cpp.
References QTypeRevision::fromVersion(), QString::indexOf(), ok, parseInt(), QString::size(), and str.
Referenced by QQmlDirParser::parse().
Definition at line 55 of file qqmldirparser.cpp.
References ch.
Referenced by QQmlDirParser::parse().
Definition at line 60 of file qqmldirparser.cpp.
References ch.
Referenced by QQmlDirParser::parse().
Definition at line 65 of file qqmldirparser.cpp.
References ch.
Referenced by QQmlDirParser::parse().