![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsimporter_p.h>
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) |
Definition at line 29 of file qqmljsimporter_p.h.
|
default |
QQmlJS::Import::Import | ( | QString | prefix, |
QString | name, | ||
QTypeRevision | version, | ||
bool | isFile, | ||
bool | isDependency ) |
Definition at line 26 of file qqmljsimporter.cpp.
References Import().
Referenced by Import().
|
inline |
Definition at line 41 of file qqmljsimporter_p.h.
|
inline |
Definition at line 40 of file qqmljsimporter_p.h.
bool QQmlJS::Import::isValid | ( | ) | const |
Definition at line 36 of file qqmljsimporter.cpp.
|
inline |
Definition at line 38 of file qqmljsimporter_p.h.
|
inline |
Definition at line 37 of file qqmljsimporter_p.h.
|
inline |
Definition at line 39 of file qqmljsimporter_p.h.
Definition at line 56 of file qqmljsimporter_p.h.
|
friend |
Definition at line 50 of file qqmljsimporter_p.h.