![]() |
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 56 of file qqmljsmetatypes_p.h.
|
default |
|
inlineexplicit |
Definition at line 71 of file qqmljsmetatypes_p.h.
Definition at line 90 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 93 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 78 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 98 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 96 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 73 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 91 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 106 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 75 of file qqmljsmetatypes_p.h.
Definition at line 79 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 82 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 88 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 85 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 107 of file qqmljsmetatypes_p.h.
Definition at line 76 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 104 of file qqmljsmetatypes_p.h.
Definition at line 101 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 103 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 100 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 97 of file qqmljsmetatypes_p.h.
|
inline |
Definition at line 94 of file qqmljsmetatypes_p.h.
|
friend |
Definition at line 120 of file qqmljsmetatypes_p.h.
References operator==.
|
friend |
Definition at line 109 of file qqmljsmetatypes_p.h.
Referenced by operator!=.
|
friend |
Definition at line 125 of file qqmljsmetatypes_p.h.