![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "qqmljstyperesolver_p.h"#include "qqmljsimporter_p.h"#include "qqmljsimportvisitor_p.h"#include "qqmljslogger_p.h"#include "qqmljsutils_p.h"#include <private/qv4value_p.h>#include <private/qduplicatetracker_p.h>#include <QtCore/qloggingcategory.h>Go to the source code of this file.
Functions | |
| Q_STATIC_LOGGING_CATEGORY (lcTypeResolver, "qt.qml.compiler.typeresolver", QtInfoMsg) | |
| static void | assertExtension (const QQmlJSScope::ConstPtr &type, QLatin1String extension) |
| static QQmlJSRegisterContent::ContentVariant | mergeVariants (QQmlJSRegisterContent::ContentVariant a, QQmlJSRegisterContent::ContentVariant b) |
| static QQmlJSRegisterContent::ContentVariant | scopeContentVariant (QQmlJSScope::ExtensionKind mode, bool isMethod) |
| static bool | isRevisionAllowed (int memberRevision, const QQmlJSScope::ConstPtr &scope) |
| static QQmlJSRegisterContent | doConvert (QQmlJSRegisterContent from, const QQmlJSScope::ConstPtr &to, QQmlJSRegisterContent scope, QQmlJSRegisterContentPool *pool) |
|
inlinestatic |
Definition at line 23 of file qqmljstyperesolver.cpp.
|
static |
Definition at line 1863 of file qqmljstyperesolver.cpp.
|
static |
Definition at line 1009 of file qqmljstyperesolver.cpp.
|
static |
Definition at line 639 of file qqmljstyperesolver.cpp.
| Q_STATIC_LOGGING_CATEGORY | ( | lcTypeResolver | , |
| "qt.qml.compiler.typeresolver" | , | ||
| QtInfoMsg | ) |
|
static |
Definition at line 993 of file qqmljstyperesolver.cpp.