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<Property> |
Public Member Functions | |
Property ()=default | |
Property (const QCborMap &cbor) | |
Public Attributes | |
QAnyStringView | name |
QAnyStringView | type |
QAnyStringView | member |
QAnyStringView | read |
QAnyStringView | write |
QAnyStringView | reset |
QAnyStringView | notify |
QAnyStringView | bindable |
QAnyStringView | privateClass |
int | index = -1 |
QTypeRevision | revision |
bool | isFinal = false |
bool | isConstant = false |
bool | isRequired = false |
Definition at line 65 of file qmetatypesjsonprocessor_p.h.
using Property::Container = std::vector<Property> |
Definition at line 67 of file qmetatypesjsonprocessor_p.h.
|
default |
Property::Property | ( | const QCborMap & | cbor | ) |
Definition at line 742 of file qmetatypesjsonprocessor.cpp.
References Property(), index, isConstant, isFinal, and isRequired.
Referenced by Property().
QAnyStringView Property::bindable |
Definition at line 80 of file qmetatypesjsonprocessor_p.h.
int Property::index = -1 |
Definition at line 84 of file qmetatypesjsonprocessor_p.h.
Referenced by Property().
bool Property::isConstant = false |
Definition at line 89 of file qmetatypesjsonprocessor_p.h.
Referenced by Property().
bool Property::isFinal = false |
Definition at line 88 of file qmetatypesjsonprocessor_p.h.
Referenced by Property().
bool Property::isRequired = false |
Definition at line 90 of file qmetatypesjsonprocessor_p.h.
Referenced by Property().
QAnyStringView Property::member |
Definition at line 75 of file qmetatypesjsonprocessor_p.h.
QAnyStringView Property::name |
Definition at line 72 of file qmetatypesjsonprocessor_p.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QAnyStringView Property::notify |
Definition at line 79 of file qmetatypesjsonprocessor_p.h.
QAnyStringView Property::privateClass |
Definition at line 82 of file qmetatypesjsonprocessor_p.h.
QAnyStringView Property::read |
Definition at line 76 of file qmetatypesjsonprocessor_p.h.
QAnyStringView Property::reset |
Definition at line 78 of file qmetatypesjsonprocessor_p.h.
QTypeRevision Property::revision |
Definition at line 86 of file qmetatypesjsonprocessor_p.h.
QAnyStringView Property::type |
Definition at line 73 of file qmetatypesjsonprocessor_p.h.
QAnyStringView Property::write |
Definition at line 77 of file qmetatypesjsonprocessor_p.h.