Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
QQmlJS::Dom::Export Class Reference

#include <qqmldomelements_p.h>

+ Collaboration diagram for QQmlJS::Dom::Export:

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
 

Detailed Description

Definition at line 921 of file qqmldomelements_p.h.

Member Function Documentation

◆ fromString()

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

◆ iterateDirectSubpaths()

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

Definition at line 927 of file qqmldomelements_p.h.

References exportSourcePath, isInternal, isSingleton, typeName, typePath, uri, and version.

Member Data Documentation

◆ exportSourcePath

Path QQmlJS::Dom::Export::exportSourcePath

Definition at line 942 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().

◆ isInternal

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

Definition at line 947 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().

◆ isSingleton

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

Definition at line 948 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().

◆ kindValue

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

Definition at line 925 of file qqmldomelements_p.h.

◆ typeName

QString QQmlJS::Dom::Export::typeName

Definition at line 944 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().

◆ typePath

Path QQmlJS::Dom::Export::typePath

Definition at line 946 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().

◆ uri

QString QQmlJS::Dom::Export::uri

Definition at line 943 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().

◆ version

Version QQmlJS::Dom::Export::version

Definition at line 945 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().


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