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<Argument> |
Public Member Functions | |
Argument ()=default | |
Argument (const QCborMap &cbor) | |
Public Attributes | |
QAnyStringView | name |
QAnyStringView | type |
Definition at line 93 of file qmetatypesjsonprocessor_p.h.
using Argument::Container = std::vector<Argument> |
Definition at line 95 of file qmetatypesjsonprocessor_p.h.
|
default |
Argument::Argument | ( | const QCborMap & | cbor | ) |
Definition at line 760 of file qmetatypesjsonprocessor.cpp.
References Argument().
Referenced by Argument().
QAnyStringView Argument::name |
Definition at line 100 of file qmetatypesjsonprocessor_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
const Type * Argument::type |
Definition at line 101 of file qmetatypesjsonprocessor_p.h.