![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomelements_p.h>
Collaboration diagram for QQmlJS::Dom::ImportScope:Public Member Functions | |
| ImportScope ()=default | |
| ~ImportScope ()=default | |
| const QList< Path > & | importSourcePaths () const & |
| const QMap< QString, ImportScope > & | subImports () const & |
| QList< Path > | allSources (DomItem &self) const |
| QSet< QString > | importedNames (DomItem &self) const |
| QList< DomItem > | importedItemsWithName (DomItem &self, QString name) const |
| QList< Export > | importedExportsWithName (DomItem &self, QString name) const |
| bool | iterateDirectSubpaths (DomItem &self, DirectVisitor visitor) |
| void | addImport (QStringList p, Path targetExports) |
Static Public Attributes | |
| static constexpr DomType | kindValue = DomType::ImportScope |
Definition at line 1117 of file qqmldomelements_p.h.
|
default |
|
default |
|
inline |
Definition at line 1174 of file qqmldomelements_p.h.
References QString::append().
Here is the call graph for this function:
|
inline |
Definition at line 1160 of file qqmldomelements_p.h.
References arg, e, i, QQmlJS::Dom::importErrors, tr, and QQmlJS::Dom::ErrorGroups::warning().
Here is the call graph for this function:
|
inline |
Definition at line 1142 of file qqmldomelements_p.h.
References arg, i, QQmlJS::Dom::importErrors, QQmlJS::Dom::DomItem::index(), QQmlJS::Dom::DomItem::indexes(), QQmlJS::Dom::DomItem::key(), QQmlJS::Dom::DomItem::toString(), tr, and QQmlJS::Dom::ErrorGroups::warning().
Here is the call graph for this function:Definition at line 1132 of file qqmldomelements_p.h.
References keys.
Definition at line 1126 of file qqmldomelements_p.h.
| bool QQmlJS::Dom::ImportScope::iterateDirectSubpaths | ( | DomItem & | self, |
| DirectVisitor | visitor | ||
| ) |
|
inline |
Definition at line 1128 of file qqmldomelements_p.h.
|
staticconstexpr |
Definition at line 1121 of file qqmldomelements_p.h.