![]() |
Qt 6.x
The Qt SDK
|
#include <qqmldomelements_p.h>
Public Member Functions | |
bool | iterateDirectSubpaths (DomItem &self, DirectVisitor visitor) |
Static Public Member Functions | |
static Export | fromString (Path source, QStringView exp, Path typePath, ErrorHandler h) |
Public Attributes | |
Path | exportSourcePath |
QString | uri |
QString | typeName |
Version | version |
Path | typePath |
bool | isInternal = false |
bool | isSingleton = false |
Static Public Attributes | |
static constexpr DomType | kindValue = DomType::Export |
Definition at line 921 of file qqmldomelements_p.h.
|
static |
|
inline |
Definition at line 927 of file qqmldomelements_p.h.
References exportSourcePath, isInternal, isSingleton, typeName, typePath, uri, and version.
Path QQmlJS::Dom::Export::exportSourcePath |
Definition at line 942 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
bool QQmlJS::Dom::Export::isInternal = false |
Definition at line 947 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
bool QQmlJS::Dom::Export::isSingleton = false |
Definition at line 948 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
|
staticconstexpr |
Definition at line 925 of file qqmldomelements_p.h.
QString QQmlJS::Dom::Export::typeName |
Definition at line 944 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
Path QQmlJS::Dom::Export::typePath |
Definition at line 946 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
QString QQmlJS::Dom::Export::uri |
Definition at line 943 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
Version QQmlJS::Dom::Export::version |
Definition at line 945 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().