![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <moc.h>
Public Types | |
enum | Specification { ValueSpec , ReferenceSpec , PointerSpec } |
Public Member Functions | |
bool | stdCppSet () const |
QJsonObject | toJson () const |
Public Attributes | |
QByteArray | name |
QByteArray | type |
QByteArray | member |
QByteArray | read |
QByteArray | write |
QByteArray | bind |
QByteArray | reset |
QByteArray | designable |
QByteArray | scriptable |
QByteArray | stored |
QByteArray | user |
QByteArray | notify |
QByteArray | inPrivateClass |
int | notifyId = -1 |
Specification | gspec = ValueSpec |
int | revision = 0 |
TypeTags | typeTag |
bool | constant = false |
bool | final = false |
bool | required = false |
int | relativeIndex = -1 |
qsizetype | location = -1 |
QJsonObject PropertyDef::toJson | ( | ) | const |
QByteArray PropertyDef::bind |
bool PropertyDef::constant = false |
Definition at line 130 of file moc.h.
Referenced by Moc::parsePropertyAttributes().
QByteArray PropertyDef::designable |
bool PropertyDef::final = false |
Definition at line 131 of file moc.h.
Referenced by Moc::parsePropertyAttributes().
Specification PropertyDef::gspec = ValueSpec |
QByteArray PropertyDef::inPrivateClass |
QByteArray PropertyDef::member |
QByteArray PropertyDef::name |
Definition at line 124 of file moc.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QByteArray PropertyDef::notify |
QByteArray PropertyDef::read |
int PropertyDef::relativeIndex = -1 |
Definition at line 133 of file moc.h.
Referenced by Moc::createPropertyDef().
bool PropertyDef::required = false |
Definition at line 132 of file moc.h.
Referenced by Moc::parsePropertyAttributes().
QByteArray PropertyDef::reset |
int PropertyDef::revision = 0 |
Definition at line 128 of file moc.h.
Referenced by Moc::parsePropertyAttributes().
QByteArray PropertyDef::scriptable |
QByteArray PropertyDef::stored |
QByteArray PropertyDef::type |
QByteArray PropertyDef::user |
QByteArray PropertyDef::write |