![]() |
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 Member Functions | |
ArgumentDef () | |
QJsonObject | toJson () const |
Public Attributes | |
Type | type |
QByteArray | rightType |
QByteArray | normalizedType |
QByteArray | name |
QByteArray | typeNameForCast |
bool | isDefault |
QJsonObject ArgumentDef::toJson | ( | ) | const |
bool ArgumentDef::isDefault |
Definition at line 70 of file moc.h.
Referenced by ArgumentDef(), and Moc::parseFunctionArguments().
QByteArray ArgumentDef::name |
Definition at line 68 of file moc.h.
Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().
QByteArray ArgumentDef::normalizedType |
QByteArray ArgumentDef::rightType |
QByteArray ArgumentDef::typeNameForCast |