![]() |
Qt 6.x
The Qt SDK
|
#include <qqmljsmetatypes_p.h>
Collaboration diagram for QQmlJSMetaEnum:Public Member Functions | |
| QQmlJSMetaEnum ()=default | |
| QQmlJSMetaEnum (QString name) | |
| bool | isValid () const |
| QString | name () const |
| void | setName (const QString &name) |
| QString | alias () const |
| void | setAlias (const QString &alias) |
| bool | isFlag () const |
| void | setIsFlag (bool isFlag) |
| bool | isScoped () const |
| void | setScoped (bool v) |
| void | addKey (const QString &key) |
| QStringList | keys () const |
| void | addValue (int value) |
| QList< int > | values () const |
| bool | hasValues () const |
| int | value (const QString &key) const |
| bool | hasKey (const QString &key) const |
| QString | typeName () const |
| void | setTypeName (const QString &typeName) |
| QSharedPointer< const QQmlJSScope > | type () const |
| void | setType (const QSharedPointer< const QQmlJSScope > &type) |
Friends | |
| bool | operator== (const QQmlJSMetaEnum &a, const QQmlJSMetaEnum &b) |
| bool | operator!= (const QQmlJSMetaEnum &a, const QQmlJSMetaEnum &b) |
| size_t | qHash (const QQmlJSMetaEnum &e, size_t seed=0) |
Definition at line 53 of file qqmljsmetatypes_p.h.
|
default |
|
inlineexplicit |
Definition at line 66 of file qqmljsmetatypes_p.h.
Definition at line 82 of file qqmljsmetatypes_p.h.
Referenced by QQmlJSImportVisitor::visit().
Here is the caller graph for this function:
|
inline |
Definition at line 85 of file qqmljsmetatypes_p.h.
References QList< T >::append().
Referenced by QQmlJSImportVisitor::visit().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 73 of file qqmljsmetatypes_p.h.
Referenced by QQmlJSCodeGenerator::generateEnumLookup(), and setAlias().
Here is the caller graph for this function:
|
inline |
Definition at line 90 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 88 of file qqmljsmetatypes_p.h.
References QList< T >::isEmpty().
Referenced by QQmlJSCodeGenerator::generateEnumLookup().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 76 of file qqmljsmetatypes_p.h.
Referenced by QQmlJSCodeGenerator::generateEnumLookup(), and setIsFlag().
Here is the caller graph for this function:
|
inline |
Definition at line 79 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 68 of file qqmljsmetatypes_p.h.
References QString::isEmpty().
Here is the call graph for this function:
|
inline |
Definition at line 83 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 70 of file qqmljsmetatypes_p.h.
Referenced by QQmlJSScope::addOwnEnumeration(), QQmlJSCodeGenerator::generateEnumLookup(), and setName().
Here is the caller graph for this function:Definition at line 74 of file qqmljsmetatypes_p.h.
References alias().
Here is the call graph for this function:
|
inline |
Definition at line 77 of file qqmljsmetatypes_p.h.
References isFlag().
Here is the call graph for this function:Definition at line 71 of file qqmljsmetatypes_p.h.
References name().
Here is the call graph for this function:
|
inline |
Definition at line 80 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 96 of file qqmljsmetatypes_p.h.
References type().
Referenced by QQmlJSScope::resolveEnums(), and QQmlJSTypeResolver::transformed().
Here is the call graph for this function:
Here is the caller graph for this function:Definition at line 93 of file qqmljsmetatypes_p.h.
References typeName().
Here is the call graph for this function:
|
inline |
Definition at line 95 of file qqmljsmetatypes_p.h.
Referenced by QQmlJSTypeResolver::containedType(), QQmlJSTypeResolver::registerContains(), setType(), and QQmlJSTypeResolver::transformed().
Here is the caller graph for this function:
|
inline |
Definition at line 92 of file qqmljsmetatypes_p.h.
Referenced by setTypeName().
Here is the caller graph for this function:
|
inline |
Definition at line 89 of file qqmljsmetatypes_p.h.
References QList< T >::value().
Referenced by QQmlJSCodeGenerator::generateEnumLookup(), and QQmlJSScope::ownEnumeration().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 86 of file qqmljsmetatypes_p.h.
|
friend |
Definition at line 108 of file qqmljsmetatypes_p.h.
|
friend |
Definition at line 98 of file qqmljsmetatypes_p.h.
|
friend |
Definition at line 113 of file qqmljsmetatypes_p.h.