![]() |
Qt 6.x
The Qt SDK
|
#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 |
Definition at line 2113 of file moc.cpp.
References arg, QString::fromUtf8(), and normalizedType.
QByteArray ArgumentDef::name |
QByteArray ArgumentDef::normalizedType |
Definition at line 59 of file moc.h.
Referenced by Moc::parseFunctionArguments(), and toJson().
QByteArray ArgumentDef::rightType |
QByteArray ArgumentDef::typeNameForCast |