![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qmetatypesjsonprocessor_p.h"#include "qanystringviewutils_p.h"#include "qqmltyperegistrarconstants_p.h"#include "qqmltyperegistrarutils_p.h"#include "qqmltypesclassdescription_p.h"#include <QtCore/qcborarray.h>#include <QtCore/qcbormap.h>#include <QtCore/qdir.h>#include <QtCore/qfile.h>#include <QtCore/qjsondocument.h>#include <QtCore/qqueue.h>Go to the source code of this file.
Enumerations | |
| enum class | TypeRelation { Base , Property , Argument , Return , Enum , Attached , SequenceValue , Extension , Base , Property , Argument , Return , Enum , Attached , SequenceValue , Extension } |
| enum class | TypeRelation { Base , Property , Argument , Return , Enum , Attached , SequenceValue , Extension , Base , Property , Argument , Return , Enum , Attached , SequenceValue , Extension } |
Functions | |
| static QCborValue | fromJson (const QByteArray &json, QJsonParseError *error) |
| template<typename String> | |
| static void | sortStringList (QList< String > *list) |
| static size_t | qHash (QAnyStringView string, size_t seed=0) |
| static bool | qualifiedClassNameLessThan (const MetaType &a, const MetaType &b) |
| static QLatin1StringView | typeRelationString (TypeRelation relation) |
| static QTypeRevision | getRevision (const QCborMap &cbor) |
| static Access | getAccess (const QCborMap &cbor) |
Variables | |
| std::vector< std::unique_ptr< MetaTypePrivate > > | s_pool |
|
strong |
| Enumerator | |
|---|---|
| Base | |
| Property | |
| Argument | |
| Return | |
| Enum | |
| Attached | |
| SequenceValue | |
| Extension | |
| Base | |
| Property | |
| Argument | |
| Return | |
| Enum | |
| Attached | |
| SequenceValue | |
| Extension | |
Definition at line 312 of file qmetatypesjsonprocessor.cpp.
|
strong |
| Enumerator | |
|---|---|
| Base | |
| Property | |
| Argument | |
| Return | |
| Enum | |
| Attached | |
| SequenceValue | |
| Extension | |
| Base | |
| Property | |
| Argument | |
| Return | |
| Enum | |
| Attached | |
| SequenceValue | |
| Extension | |
Definition at line 312 of file qmetatypesjsonprocessor.cpp.
|
static |
Definition at line 32 of file qmetatypesjsonprocessor.cpp.
Definition at line 715 of file qmetatypesjsonprocessor.cpp.
|
static |
Definition at line 707 of file qmetatypesjsonprocessor.cpp.
|
static |
Definition at line 295 of file qmetatypesjsonprocessor.cpp.
Definition at line 307 of file qmetatypesjsonprocessor.cpp.
Definition at line 146 of file qmetatypesjsonprocessor.cpp.
|
static |
Definition at line 317 of file qmetatypesjsonprocessor.cpp.
| std::vector< std::unique_ptr< MetaTypePrivate > > s_pool |
Definition at line 30 of file qmetatypesjsonprocessor.cpp.