![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qmetatypesjsonprocessor_p.h>
Public Types | |
| using | Container = std::vector<Method> |
Public Member Functions | |
| Method ()=default | |
| Method (const QCborMap &cbor, bool isConstructor) | |
Public Attributes | |
| QAnyStringView | name |
| Argument::Container | arguments |
| QAnyStringView | returnType |
| int | index = InvalidIndex |
| int | lineNumber = 0 |
| QTypeRevision | revision |
| Access | access = Access::Public |
| bool | isCloned = false |
| bool | isJavaScriptFunction = false |
| bool | isConstructor = false |
| bool | isConst = false |
Static Public Attributes | |
| static constexpr int | InvalidIndex = std::numeric_limits<int>::min() |
Definition at line 107 of file qmetatypesjsonprocessor_p.h.
| using Method::Container = std::vector<Method> |
Definition at line 109 of file qmetatypesjsonprocessor_p.h.
|
default |
| Method::Method | ( | const QCborMap & | cbor, |
| bool | isConstructor ) |
Definition at line 774 of file qmetatypesjsonprocessor.cpp.
References Method(), index, InvalidIndex, isCloned, isConst, isConstructor, isJavaScriptFunction, and lineNumber.
Referenced by Method().
| Access Method::access = Access::Public |
Definition at line 125 of file qmetatypesjsonprocessor_p.h.
| Argument::Container Method::arguments |
Definition at line 117 of file qmetatypesjsonprocessor_p.h.
| int Method::index = InvalidIndex |
Definition at line 120 of file qmetatypesjsonprocessor_p.h.
Referenced by Method().
|
staticconstexpr |
Definition at line 110 of file qmetatypesjsonprocessor_p.h.
Referenced by Method().
| bool Method::isCloned = false |
Definition at line 127 of file qmetatypesjsonprocessor_p.h.
Referenced by Method().
| bool Method::isConst = false |
Definition at line 130 of file qmetatypesjsonprocessor_p.h.
Referenced by Method().
| bool Method::isConstructor = false |
Definition at line 129 of file qmetatypesjsonprocessor_p.h.
Referenced by Method().
| bool Method::isJavaScriptFunction = false |
Definition at line 128 of file qmetatypesjsonprocessor_p.h.
Referenced by Method().
| int Method::lineNumber = 0 |
Definition at line 121 of file qmetatypesjsonprocessor_p.h.
Referenced by Method().
| QAnyStringView Method::name |
Definition at line 115 of file qmetatypesjsonprocessor_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QAnyStringView Method::returnType |
Definition at line 118 of file qmetatypesjsonprocessor_p.h.
| QTypeRevision Method::revision |
Definition at line 123 of file qmetatypesjsonprocessor_p.h.