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
QQmlPrivate::AOTLookupValidation::MethodSignature Struct Reference

#include <qqmlprivate.h>

Collaboration diagram for QQmlPrivate::AOTLookupValidation::MethodSignature:

Public Attributes

std::vector< QStringparamNames
std::vector< Typetypes
int relativeIndex = -1
IsSignal isSignal = IsSignal::No

Detailed Description

Definition at line 1368 of file qqmlprivate.h.

Member Data Documentation

◆ isSignal

IsSignal QQmlPrivate::AOTLookupValidation::MethodSignature::isSignal = IsSignal::No

Definition at line 1373 of file qqmlprivate.h.

◆ paramNames

std::vector<QString> QQmlPrivate::AOTLookupValidation::MethodSignature::paramNames

Definition at line 1370 of file qqmlprivate.h.

◆ relativeIndex

int QQmlPrivate::AOTLookupValidation::MethodSignature::relativeIndex = -1

Definition at line 1372 of file qqmlprivate.h.

◆ types

std::vector<Type> QQmlPrivate::AOTLookupValidation::MethodSignature::types

Definition at line 1371 of file qqmlprivate.h.


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