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::Import Class Reference

#include <qqmljsimporter_p.h>

+ Collaboration diagram for QQmlJS::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 30 of file qqmljsimporter_p.h.

Constructor & Destructor Documentation

◆ Import() [1/2]

QQmlJS::Import::Import ( )
default

◆ Import() [2/2]

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

Definition at line 23 of file qqmljsimporter.cpp.

Member Function Documentation

◆ isDependency()

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

Definition at line 42 of file qqmljsimporter_p.h.

◆ isFile()

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

Definition at line 41 of file qqmljsimporter_p.h.

◆ isValid()

bool QQmlJS::Import::isValid ( ) const

Definition at line 33 of file qqmljsimporter.cpp.

◆ name()

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

Definition at line 39 of file qqmljsimporter_p.h.

◆ prefix()

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

Definition at line 38 of file qqmljsimporter_p.h.

◆ version()

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

Definition at line 40 of file qqmljsimporter_p.h.

Friends And Related Symbol Documentation

◆ operator==

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

Definition at line 57 of file qqmljsimporter_p.h.

◆ qHash

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

Definition at line 51 of file qqmljsimporter_p.h.


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