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

#include <qqmljsscope_p.h>

+ Collaboration diagram for QQmlJSScope::Import:

Public Member Functions

 Import ()=default
 
 Import (QString prefix, QString name, QTypeRevision version, bool isFile, bool isDependency)
 
bool isValid () const
 
QString prefix () const
 
QString name () const
 
QTypeRevision version () const
 
bool isFile () const
 
bool isDependency () const
 

Friends

size_t qHash (const Import &key, size_t seed=0) noexcept
 
bool operator== (const Import &a, const Import &b)
 

Detailed Description

Definition at line 139 of file qqmljsscope_p.h.

Constructor & Destructor Documentation

◆ Import() [1/2]

QQmlJSScope::Import::Import ( )
default

◆ Import() [2/2]

QQmlJSScope::Import::Import ( QString  prefix,
QString  name,
QTypeRevision  version,
bool  isFile,
bool  isDependency 
)

Definition at line 1122 of file qqmljsscope.cpp.

Member Function Documentation

◆ isDependency()

bool QQmlJSScope::Import::isDependency ( ) const
inline

Definition at line 151 of file qqmljsscope_p.h.

◆ isFile()

bool QQmlJSScope::Import::isFile ( ) const
inline

Definition at line 150 of file qqmljsscope_p.h.

◆ isValid()

bool QQmlJSScope::Import::isValid ( ) const

Definition at line 1132 of file qqmljsscope.cpp.

◆ name()

QString QQmlJSScope::Import::name ( ) const
inline

Definition at line 148 of file qqmljsscope_p.h.

◆ prefix()

QString QQmlJSScope::Import::prefix ( ) const
inline

Definition at line 147 of file qqmljsscope_p.h.

◆ version()

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

Definition at line 149 of file qqmljsscope_p.h.

Referenced by isVersionAllowed().

+ Here is the caller graph for this function:

Friends And Related Symbol Documentation

◆ operator==

bool operator== ( const Import a,
const Import b 
)
friend

Definition at line 166 of file qqmljsscope_p.h.

◆ qHash

size_t qHash ( const Import key,
size_t  seed = 0 
)
friend

Definition at line 160 of file qqmljsscope_p.h.


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