(61179f1c44cda6b7881c6c9323a250d03f1b33ea)
#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.
|
| enum | RemoveResult : bool { Removed
, NotFound
, Removed
, NotFound
} |
| enum class | TypeRelation {
Base
, Property
, Argument
, Return
,
Enum
, Attached
, SequenceValue
, Extension
,
Base
, Property
, Argument
, Return
,
Enum
, Attached
, SequenceValue
, Extension
} |
| enum class | ContextOpacity { FullyRegistered
, Opaque
, FullyRegistered
, Opaque
} |
| enum | RemoveResult : bool { Removed
, NotFound
, Removed
, NotFound
} |
| enum class | TypeRelation {
Base
, Property
, Argument
, Return
,
Enum
, Attached
, SequenceValue
, Extension
,
Base
, Property
, Argument
, Return
,
Enum
, Attached
, SequenceValue
, Extension
} |
| enum class | ContextOpacity { FullyRegistered
, Opaque
, FullyRegistered
, Opaque
} |
◆ ContextOpacity [1/2]
◆ ContextOpacity [2/2]
◆ RemoveResult [1/2]
◆ RemoveResult [2/2]
◆ TypeRelation [1/2]
| Enumerator |
|---|
| Base | |
| Property | |
| Argument | |
| Return | |
| Enum | |
| Attached | |
| SequenceValue | |
| Extension | |
| Base | |
| Property | |
| Argument | |
| Return | |
| Enum | |
| Attached | |
| SequenceValue | |
| Extension | |
Definition at line 351 of file qmetatypesjsonprocessor.cpp.
◆ TypeRelation [2/2]
| Enumerator |
|---|
| Base | |
| Property | |
| Argument | |
| Return | |
| Enum | |
| Attached | |
| SequenceValue | |
| Extension | |
| Base | |
| Property | |
| Argument | |
| Return | |
| Enum | |
| Attached | |
| SequenceValue | |
| Extension | |
Definition at line 351 of file qmetatypesjsonprocessor.cpp.
◆ fromJson()
◆ getAccess()
◆ getRevision()
◆ insertIntoSortedMetaTypeList()
◆ qHash()
◆ qualifiedClassNameLessThan()
◆ removeFromSortedMetaTypeList()
◆ sortedMetaTypeListContains()
◆ sortStringList()
template<typename String>
| void sortStringList |
( |
QList< String > * | list | ) |
|
|
static |
◆ typeRelationString()
| QLatin1StringView typeRelationString |
( |
TypeRelation | relation | ) |
|
|
static |
◆ s_pool