![]() |
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 |
| int | lineNumber = 0 |
| qsizetype | location = -1 |
| QJsonObject PropertyDef::toJson | ( | ) | const |
| QByteArray PropertyDef::bind |
| bool PropertyDef::constant = false |
Definition at line 131 of file moc.h.
Referenced by Moc::parsePropertyAttributes().
| QByteArray PropertyDef::designable |
| bool PropertyDef::final = false |
Definition at line 132 of file moc.h.
Referenced by Moc::parsePropertyAttributes().
| Specification PropertyDef::gspec = ValueSpec |
| QByteArray PropertyDef::inPrivateClass |
| int PropertyDef::lineNumber = 0 |
Definition at line 135 of file moc.h.
Referenced by Moc::createPropertyDef().
| QByteArray PropertyDef::member |
| QByteArray PropertyDef::name |
Definition at line 125 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 134 of file moc.h.
Referenced by Moc::createPropertyDef().
| bool PropertyDef::required = false |
Definition at line 133 of file moc.h.
Referenced by Moc::parsePropertyAttributes().
| QByteArray PropertyDef::reset |
| int PropertyDef::revision = 0 |
Definition at line 129 of file moc.h.
Referenced by Moc::parsePropertyAttributes().
| QByteArray PropertyDef::scriptable |
| QByteArray PropertyDef::stored |
| QByteArray PropertyDef::type |
| QByteArray PropertyDef::user |
| QByteArray PropertyDef::write |