![]() |
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<ClassInfo> |
Public Member Functions | |
ClassInfo ()=default | |
ClassInfo (const QCborMap &cbor) |
Public Attributes | |
QAnyStringView | name |
QAnyStringView | value |
Definition at line 46 of file qmetatypesjsonprocessor_p.h.
using ClassInfo::Container = std::vector<ClassInfo> |
Definition at line 48 of file qmetatypesjsonprocessor_p.h.
|
default |
ClassInfo::ClassInfo | ( | const QCborMap & | cbor | ) |
Definition at line 731 of file qmetatypesjsonprocessor.cpp.
References ClassInfo().
Referenced by ClassInfo().
QAnyStringView ClassInfo::name |
Definition at line 53 of file qmetatypesjsonprocessor_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QAnyStringView ClassInfo::value |
Definition at line 54 of file qmetatypesjsonprocessor_p.h.