![]() |
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 958 of file qqmldomelements_p.h.
|
static |
Definition at line 1341 of file qqmldomelements.cpp.
References QQmlJS::Dom::domParsingErrors(), and QQmlJS::Dom::ErrorGroups::error().
|
inline |
Definition at line 965 of file qqmldomelements_p.h.
References isInternal, and isSingleton.
| Path QQmlJS::Dom::Export::exportSourcePath |
Definition at line 980 of file qqmldomelements_p.h.
| bool QQmlJS::Dom::Export::isInternal = false |
Definition at line 985 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
| bool QQmlJS::Dom::Export::isSingleton = false |
Definition at line 986 of file qqmldomelements_p.h.
Referenced by iterateDirectSubpaths().
|
staticconstexpr |
Definition at line 962 of file qqmldomelements_p.h.
| QString QQmlJS::Dom::Export::typeName |
Definition at line 982 of file qqmldomelements_p.h.
| Path QQmlJS::Dom::Export::typePath |
Definition at line 984 of file qqmldomelements_p.h.
| QString QQmlJS::Dom::Export::uri |
Definition at line 981 of file qqmldomelements_p.h.
| Version QQmlJS::Dom::Export::version |
Definition at line 983 of file qqmldomelements_p.h.