Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
QQmlJS::Dom::Export Class Reference

#include <qqmldomelements_p.h>

Collaboration diagram for QQmlJS::Dom::Export:

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

Detailed Description

Definition at line 958 of file qqmldomelements_p.h.

Member Function Documentation

◆ fromString()

Export QQmlJS::Dom::Export::fromString ( const Path & source,
QStringView exp,
const Path & typePath,
const ErrorHandler & h )
static

Definition at line 1341 of file qqmldomelements.cpp.

References QQmlJS::Dom::domParsingErrors(), and QQmlJS::Dom::ErrorGroups::error().

Here is the call graph for this function:

◆ iterateDirectSubpaths()

bool QQmlJS::Dom::Export::iterateDirectSubpaths ( const DomItem & self,
DirectVisitor visitor ) const
inline

Definition at line 965 of file qqmldomelements_p.h.

References isInternal, and isSingleton.

Member Data Documentation

◆ exportSourcePath

Path QQmlJS::Dom::Export::exportSourcePath

Definition at line 980 of file qqmldomelements_p.h.

◆ isInternal

bool QQmlJS::Dom::Export::isInternal = false

Definition at line 985 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().

◆ isSingleton

bool QQmlJS::Dom::Export::isSingleton = false

Definition at line 986 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().

◆ kindValue

DomType QQmlJS::Dom::Export::kindValue = DomType::Export
staticconstexpr

Definition at line 962 of file qqmldomelements_p.h.

◆ typeName

QString QQmlJS::Dom::Export::typeName

Definition at line 982 of file qqmldomelements_p.h.

◆ typePath

Path QQmlJS::Dom::Export::typePath

Definition at line 984 of file qqmldomelements_p.h.

◆ uri

QString QQmlJS::Dom::Export::uri

Definition at line 981 of file qqmldomelements_p.h.

◆ version

Version QQmlJS::Dom::Export::version

Definition at line 983 of file qqmldomelements_p.h.


The documentation for this class was generated from the following files: