![]() |
Qt 6.x
The Qt SDK
|
#include <moc.h>
Collaboration diagram for ArgumentDef: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.
Here is the call graph for this function:| 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 |