![]() |
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 |
| int | lineNumber = 0 |
| bool | isFlag = false |
| bool | isClass = false |
Definition at line 133 of file qmetatypesjsonprocessor_p.h.
| using Enum::Container = std::vector<Enum> |
Definition at line 135 of file qmetatypesjsonprocessor_p.h.
|
default |
| Enum::Enum | ( | const QCborMap & | cbor | ) |
Definition at line 799 of file qmetatypesjsonprocessor.cpp.
References Enum(), isClass, isFlag, and lineNumber.
Referenced by Enum().
| QAnyStringView Enum::alias |
Definition at line 141 of file qmetatypesjsonprocessor_p.h.
| bool Enum::isClass = false |
Definition at line 148 of file qmetatypesjsonprocessor_p.h.
Referenced by Enum().
| bool Enum::isFlag = false |
Definition at line 147 of file qmetatypesjsonprocessor_p.h.
Referenced by Enum().
| int Enum::lineNumber = 0 |
Definition at line 146 of file qmetatypesjsonprocessor_p.h.
Referenced by Enum().
| QAnyStringView Enum::name |
Definition at line 140 of file qmetatypesjsonprocessor_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
| QAnyStringView Enum::type |
Definition at line 142 of file qmetatypesjsonprocessor_p.h.
| QList<QAnyStringView> Enum::values |
Definition at line 144 of file qmetatypesjsonprocessor_p.h.