![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qqmljsannotation_p.h>
Public Types | |
| using | Value = std::variant<QString, double> |
Public Member Functions | |
| bool | isDeprecation () const |
| QQQmlJSDeprecation | deprecation () const |
Public Attributes | |
| QString | name |
| QHash< QString, Value > | bindings |
Friends | |
| bool | operator== (const QQmlJSAnnotation &a, const QQmlJSAnnotation &b) |
| bool | operator!= (const QQmlJSAnnotation &a, const QQmlJSAnnotation &b) |
| size_t | qHash (const QQmlJSAnnotation &annotation, size_t seed=0) |
Definition at line 30 of file qqmljsannotation_p.h.
| using QQmlJSAnnotation::Value = std::variant<QString, double> |
Definition at line 32 of file qqmljsannotation_p.h.
| QQQmlJSDeprecation QQmlJSAnnotation::deprecation | ( | ) | const |
Definition at line 11 of file qqmljsannotation.cpp.
References isDeprecation().
| QT_BEGIN_NAMESPACE bool QQmlJSAnnotation::isDeprecation | ( | ) | const |
Definition at line 9 of file qqmljsannotation.cpp.
Referenced by deprecation().
|
friend |
Definition at line 45 of file qqmljsannotation_p.h.
References operator==.
|
friend |
Definition at line 40 of file qqmljsannotation_p.h.
Referenced by operator!=.
|
friend |
Definition at line 49 of file qqmljsannotation_p.h.
Definition at line 35 of file qqmljsannotation_p.h.
| QString QQmlJSAnnotation::name |
Definition at line 34 of file qqmljsannotation_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().