![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsimportvisitor_p.h>
Public Types | |
| using | Scope = std::conditional_t<scopeIsConst, QQmlJSScope::ConstPtr, QQmlJSScope::Ptr> |
Public Member Functions | |
| ScopeAndNameT ()=default | |
| ScopeAndNameT (const Scope &scope, const QString &name) | |
| ScopeAndNameT (const ScopeAndNameT &)=default | |
| ScopeAndNameT (ScopeAndNameT &&)=default | |
| ScopeAndNameT & | operator= (const ScopeAndNameT &)=default |
| ScopeAndNameT & | operator= (ScopeAndNameT &&)=default |
| ~ScopeAndNameT ()=default | |
| ScopeAndNameT (typename std::enable_if< scopeIsConst, ScopeAndNameT< false > >::type &nonConst) | |
Public Attributes | |
| Scope | scope |
| QString | name |
Friends | |
| bool | operator== (const ScopeAndNameT &lhs, const ScopeAndNameT &rhs) |
| bool | operator!= (const ScopeAndNameT &lhs, const ScopeAndNameT &rhs) |
| size_t | qHash (const ScopeAndNameT &san, size_t seed=0) |
Definition at line 209 of file qqmljsimportvisitor_p.h.
| using QQmlJSImportVisitor::ScopeAndNameT< scopeIsConst >::Scope = std::conditional_t<scopeIsConst, QQmlJSScope::ConstPtr, QQmlJSScope::Ptr> |
Definition at line 211 of file qqmljsimportvisitor_p.h.
|
default |
|
inline |
Definition at line 214 of file qqmljsimportvisitor_p.h.
|
default |
|
default |
|
default |
|
inline |
Definition at line 222 of file qqmljsimportvisitor_p.h.
|
default |
|
default |
|
friend |
Definition at line 231 of file qqmljsimportvisitor_p.h.
|
friend |
Definition at line 227 of file qqmljsimportvisitor_p.h.
|
friend |
Definition at line 235 of file qqmljsimportvisitor_p.h.
| QString QQmlJSImportVisitor::ScopeAndNameT< scopeIsConst >::name |
Definition at line 241 of file qqmljsimportvisitor_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| Scope QQmlJSImportVisitor::ScopeAndNameT< scopeIsConst >::scope |
Definition at line 240 of file qqmljsimportvisitor_p.h.