Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
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 968 of file qqmldomelements_p.h.

Member Function Documentation

◆ fromString()

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

◆ iterateDirectSubpaths()

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

Definition at line 975 of file qqmldomelements_p.h.

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

Member Data Documentation

◆ exportSourcePath

Path QQmlJS::Dom::Export::exportSourcePath

◆ isInternal

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

Definition at line 995 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().

◆ isSingleton

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

Definition at line 996 of file qqmldomelements_p.h.

Referenced by iterateDirectSubpaths().

◆ kindValue

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

Definition at line 972 of file qqmldomelements_p.h.

◆ typeName

◆ typePath

Path QQmlJS::Dom::Export::typePath

◆ uri

◆ version

Version QQmlJS::Dom::Export::version

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