![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmldomelements_p.h>
Public Member Functions | |
| bool | iterateDirectSubpaths (const DomItem &self, DirectVisitor visitor) const |
Static Public Member Functions | |
| static Export | fromString (const Path &source, QStringView exp, const Path &typePath, const 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 965 of file qqmldomelements_p.h.
|
static |
Definition at line 1400 of file qqmldomelements.cpp.
References QQmlJS::Dom::domParsingErrors(), and QQmlJS::Dom::ErrorGroups::error().
|
inline |
Definition at line 972 of file qqmldomelements_p.h.
References isInternal, and isSingleton.
| Path QQmlJS::Dom::Export::exportSourcePath |
Definition at line 990 of file qqmldomelements_p.h.
| bool QQmlJS::Dom::Export::isInternal = false |
Definition at line 995 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
| bool QQmlJS::Dom::Export::isSingleton = false |
Definition at line 996 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
|
staticconstexpr |
Definition at line 969 of file qqmldomelements_p.h.
| QString QQmlJS::Dom::Export::typeName |
Definition at line 992 of file qqmldomelements_p.h.
| Path QQmlJS::Dom::Export::typePath |
Definition at line 994 of file qqmldomelements_p.h.
| QString QQmlJS::Dom::Export::uri |
Definition at line 991 of file qqmldomelements_p.h.
| Version QQmlJS::Dom::Export::version |
Definition at line 993 of file qqmldomelements_p.h.