#include <qqmltypenamecache_p.h>
|
| QQmlTypeNameCache (const QQmlRefPointer< QQmlImports > &imports) |
| ~QQmlTypeNameCache () |
bool | isEmpty () const |
void | add (const QHashedString &name, int sciptIndex=-1, const QHashedString &nameSpace=QHashedString()) |
void | add (const QHashedString &name, const QUrl &url, const QHashedString &nameSpace=QHashedString()) |
template<QQmlImport::RecursionRestriction recursionRestriction = QQmlImport::PreventRecursion> |
Result | query (const QHashedStringRef &key, QQmlTypeLoader *typeLoader) const |
template<QueryNamespaced queryNamespaced = QueryNamespaced::Yes> |
Result | query (const QHashedStringRef &key, const QQmlImportRef *importNamespace, QQmlTypeLoader *typeLoader) const |
template<QQmlImport::RecursionRestriction recursionRestriction = QQmlImport::PreventRecursion> |
Result | query (const QV4::String *key, QQmlTypeLoader *typeLoader) const |
template<QueryNamespaced queryNamespaced = QueryNamespaced::Yes> |
Result | query (const QV4::String *key, const QQmlImportRef *importNamespace, QQmlTypeLoader *typeLoader) const |
void | release () const |
| QQmlRefCount () |
void | addref () const |
int | count () const |
Definition at line 48 of file qqmltypenamecache_p.h.
◆ QueryNamespaced
◆ QQmlTypeNameCache()
◆ ~QQmlTypeNameCache()
QQmlTypeNameCache::~QQmlTypeNameCache |
( |
| ) |
|
|
inline |
◆ add() [1/2]
◆ add() [2/2]
◆ isEmpty()
bool QQmlTypeNameCache::isEmpty |
( |
| ) |
const |
|
inline |
◆ query() [1/4]
◆ query() [2/4]
◆ query() [3/4]
◆ query() [4/4]
◆ QQmlImports
The documentation for this class was generated from the following files: