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

#include <qqmljsscope_p.h>

+ Collaboration diagram for QQmlJSScope::Export:

Public Member Functions

 Export ()=default
 
 Export (QString package, QString type, QTypeRevision version, QTypeRevision revision)
 
bool isValid () const
 
QString package () const
 
QString type () const
 
QTypeRevision version () const
 
QTypeRevision revision () const
 

Detailed Description

Definition at line 173 of file qqmljsscope_p.h.

Constructor & Destructor Documentation

◆ Export() [1/2]

QQmlJSScope::Export::Export ( )
default

◆ Export() [2/2]

QQmlJSScope::Export::Export ( QString  package,
QString  type,
QTypeRevision  version,
QTypeRevision  revision 
)

Definition at line 1137 of file qqmljsscope.cpp.

Member Function Documentation

◆ isValid()

bool QQmlJSScope::Export::isValid ( ) const

Definition at line 1146 of file qqmljsscope.cpp.

◆ package()

QString QQmlJSScope::Export::package ( ) const
inline

Definition at line 180 of file qqmljsscope_p.h.

◆ revision()

QTypeRevision QQmlJSScope::Export::revision ( ) const
inline

Definition at line 183 of file qqmljsscope_p.h.

◆ type()

QString QQmlJSScope::Export::type ( ) const
inline

Definition at line 181 of file qqmljsscope_p.h.

◆ version()

QTypeRevision QQmlJSScope::Export::version ( ) const
inline

Definition at line 182 of file qqmljsscope_p.h.

Referenced by isVersionAllowed().

+ Here is the caller graph for this function:

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