(93e6d7bc8e81bf4b82ebda6edc3ee40ef1123bb4)
#include "qqmljsimportvisitor_p.h"
#include "qqmljslogger_p.h"
#include "qqmljsmetatypes_p.h"
#include "qqmljsresourcefilemapper_p.h"
#include <QtCore/qdir.h>
#include <QtCore/qqueue.h>
#include <QtCore/qscopedvaluerollback.h>
#include <QtCore/qpoint.h>
#include <QtCore/qrect.h>
#include <QtCore/qsize.h>
#include <QtQml/private/qqmlsignalnames_p.h>
#include <QtQml/private/qv4codegen_p.h>
#include <QtQml/private/qqmlstringconverters_p.h>
#include <QtQml/private/qqmlirbuilder_p.h>
#include "qqmljsscope_p.h"
#include "qqmljsutils_p.h"
#include "qqmljsloggingutils.h"
#include "qqmlsaconstants.h"
#include <QtCore/qtyperevision.h>
#include <algorithm>
#include <limits>
#include <optional>
#include <variant>
Go to the source code of this file.
◆ bindingToVariant()
◆ buildName()
◆ causesImplicitComponentWrapping()
Returns if assigning assignedType to property would require an implicit component wrapping.
Definition at line 49 of file qqmljsimportvisitor.cpp.
◆ createNonUniqueScopeBinding()
◆ handlePragmaValues()
◆ handleTranslationBinding()
◆ logLowerCaseImport()
◆ mayBeUnresolvedGroupedProperty()
◆ qmlScopeDescendants()
◆ resolveProperty()
Resolves possiblyGroupedProperty on a type represented by scope. possiblyGroupedProperty can be either a simple name, or a grouped property ("foo.bar.baz") In the latter case, we resolve the "head" to a property, and then continue with the tail on the properties' type. We don't handle ids here
Definition at line 882 of file qqmljsimportvisitor.cpp.
◆ didYouAddAllImports
| const QLatin1StringView didYouAddAllImports = "Did you add all imports and dependencies?"_L1 |
|
static |
◆ wasNotFound
| const QLatin1StringView wasNotFound = "was not found."_L1 |
|
static |