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
QmlIR::Parameter Struct Reference

#include <qqmlirbuilder_p.h>

Inheritance diagram for QmlIR::Parameter:
Collaboration diagram for QmlIR::Parameter:

Static Public Member Functions

template<typename IdGenerator>
static bool initType (QV4::CompiledData::ParameterType *type, const IdGenerator &idGenerator, const QQmlJS::AST::Type *annotation)
static QV4::CompiledData::CommonType stringToBuiltinType (const QString &typeName)

Public Attributes

Parameternext
Public Attributes inherited from QV4::CompiledData::Parameter
quint32_le nameIndex
ParameterType type

Detailed Description

Definition at line 202 of file qqmlirbuilder_p.h.

Member Function Documentation

◆ initType()

template<typename IdGenerator>
bool QmlIR::Parameter::initType ( QV4::CompiledData::ParameterType * type,
const IdGenerator & idGenerator,
const QQmlJS::AST::Type * annotation )
inlinestatic

Definition at line 207 of file qqmlirbuilder_p.h.

◆ stringToBuiltinType()

QV4::CompiledData::CommonType Parameter::stringToBuiltinType ( const QString & typeName)
static

Definition at line 77 of file qqmlirbuilder.cpp.

Member Data Documentation

◆ next

Parameter* QmlIR::Parameter::next

Definition at line 204 of file qqmlirbuilder_p.h.

Referenced by QmlIR::Signal::parameterStringList().


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