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<Enum> |
Public Member Functions | |
Enum ()=default | |
Enum (const QCborMap &cbor) | |
Public Attributes | |
QAnyStringView | name |
QAnyStringView | alias |
QAnyStringView | type |
QList< QAnyStringView > | values |
bool | isFlag = false |
bool | isClass = false |
Definition at line 128 of file qmetatypesjsonprocessor_p.h.
using Enum::Container = std::vector<Enum> |
Definition at line 130 of file qmetatypesjsonprocessor_p.h.
|
default |
Enum::Enum | ( | const QCborMap & | cbor | ) |
QAnyStringView Enum::alias |
Definition at line 136 of file qmetatypesjsonprocessor_p.h.
bool Enum::isClass = false |
Definition at line 142 of file qmetatypesjsonprocessor_p.h.
Referenced by Enum().
bool Enum::isFlag = false |
Definition at line 141 of file qmetatypesjsonprocessor_p.h.
Referenced by Enum().
QAnyStringView Enum::name |
Definition at line 135 of file qmetatypesjsonprocessor_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QAnyStringView Enum::type |
Definition at line 137 of file qmetatypesjsonprocessor_p.h.
QList<QAnyStringView> Enum::values |
Definition at line 139 of file qmetatypesjsonprocessor_p.h.