![]() |
Qt 6.x
The Qt SDK
|
#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) |
Definition at line 139 of file qqmljsscope_p.h.
|
default |
| QQmlJSScope::Import::Import | ( | QString | prefix, |
| QString | name, | ||
| QTypeRevision | version, | ||
| bool | isFile, | ||
| bool | isDependency | ||
| ) |
Definition at line 1122 of file qqmljsscope.cpp.
|
inline |
Definition at line 151 of file qqmljsscope_p.h.
|
inline |
Definition at line 150 of file qqmljsscope_p.h.
| bool QQmlJSScope::Import::isValid | ( | ) | const |
Definition at line 1132 of file qqmljsscope.cpp.
|
inline |
Definition at line 148 of file qqmljsscope_p.h.
|
inline |
Definition at line 147 of file qqmljsscope_p.h.
|
inline |
Definition at line 149 of file qqmljsscope_p.h.
Referenced by isVersionAllowed().
Here is the caller graph for this function:Definition at line 166 of file qqmljsscope_p.h.
|
friend |
Definition at line 160 of file qqmljsscope_p.h.