![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsmetatypes_p.h>
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 | setIsScoped (bool v) |
| bool | isQml () const |
| void | setIsQml (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) |
| int | lineNumber () const |
| void | setLineNumber (int lineNumber) |
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 55 of file qqmljsmetatypes_p.h.
|
default |
|
inlineexplicit |
Definition at line 70 of file qqmljsmetatypes_p.h.
Definition at line 89 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 92 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 77 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 97 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 95 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 80 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 86 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 83 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 72 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 90 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 105 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 74 of file qqmljsmetatypes_p.h.
Definition at line 78 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 81 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 87 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 84 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 106 of file qqmljsmetatypes_p.h.
Definition at line 75 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 103 of file qqmljsmetatypes_p.h.
Definition at line 100 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 102 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 99 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 96 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 93 of file qqmljsmetatypes_p.h.
|
friend |
Definition at line 119 of file qqmljsmetatypes_p.h.
References operator==.
|
friend |
Definition at line 108 of file qqmljsmetatypes_p.h.
Referenced by operator!=.
|
friend |
Definition at line 124 of file qqmljsmetatypes_p.h.