Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
ArgumentDef Struct Reference

#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
 

Detailed Description

Definition at line 64 of file moc.h.

Constructor & Destructor Documentation

◆ ArgumentDef()

ArgumentDef::ArgumentDef ( )
inline

Definition at line 66 of file moc.h.

References isDefault.

Member Function Documentation

◆ toJson()

QJsonObject ArgumentDef::toJson ( ) const

Definition at line 2169 of file moc.cpp.

Member Data Documentation

◆ isDefault

bool ArgumentDef::isDefault

Definition at line 70 of file moc.h.

Referenced by ArgumentDef(), and Moc::parseFunctionArguments().

◆ name

QByteArray ArgumentDef::name

Definition at line 68 of file moc.h.

Referenced by testing.tools.encode_pdf_filter._PdfStream::RegisterByName().

◆ normalizedType

QByteArray ArgumentDef::normalizedType

Definition at line 68 of file moc.h.

◆ rightType

QByteArray ArgumentDef::rightType

Definition at line 68 of file moc.h.

◆ type

Type ArgumentDef::type

Definition at line 67 of file moc.h.

◆ typeNameForCast

QByteArray ArgumentDef::typeNameForCast

Definition at line 69 of file moc.h.


The documentation for this struct was generated from the following files: