#include <qqmljsmetatypes_p.h>
Definition at line 197 of file qqmljsmetatypes_p.h.
◆ MethodType
◆ AbsoluteFunctionIndex
◆ Access
◆ RelativeFunctionIndex
Represents a relative JavaScript function/expression index within a type in a QML document. Used as a typed alternative to int with an explicit invalid state.
Definition at line 210 of file qqmljsmetatypes_p.h.
◆ QQmlJSMetaMethod() [1/2]
QQmlJSMetaMethod::QQmlJSMetaMethod |
( |
| ) |
|
|
default |
◆ QQmlJSMetaMethod() [2/2]
◆ access()
Access QQmlJSMetaMethod::access |
( |
| ) |
const |
|
inline |
◆ addParameter()
◆ annotations()
◆ constructorIndex()
◆ isCloned()
bool QQmlJSMetaMethod::isCloned |
( |
| ) |
const |
|
inline |
◆ isConst()
bool QQmlJSMetaMethod::isConst |
( |
| ) |
const |
|
inline |
◆ isConstructor()
bool QQmlJSMetaMethod::isConstructor |
( |
| ) |
const |
|
inline |
◆ isImplicitQmlPropertyChangeSignal()
bool QQmlJSMetaMethod::isImplicitQmlPropertyChangeSignal |
( |
| ) |
const |
|
inline |
◆ isJavaScriptFunction()
bool QQmlJSMetaMethod::isJavaScriptFunction |
( |
| ) |
const |
|
inline |
◆ isValid()
bool QQmlJSMetaMethod::isValid |
( |
| ) |
const |
|
inline |
◆ jsFunctionIndex()
◆ methodIndex()
◆ methodName()
QString QQmlJSMetaMethod::methodName |
( |
| ) |
const |
|
inline |
◆ methodType()
◆ mutableParametersRange()
◆ parameterNames()
◆ parameters()
◆ returnType()
◆ returnTypeName()
QString QQmlJSMetaMethod::returnTypeName |
( |
| ) |
const |
|
inline |
◆ returnValue()
◆ revision()
int QQmlJSMetaMethod::revision |
( |
| ) |
const |
|
inline |
◆ setAnnotations()
◆ setConstructorIndex()
◆ setIsCloned()
void QQmlJSMetaMethod::setIsCloned |
( |
bool | isCloned | ) |
|
|
inline |
◆ setIsConst()
void QQmlJSMetaMethod::setIsConst |
( |
bool | isConst | ) |
|
|
inline |
◆ setIsConstructor()
void QQmlJSMetaMethod::setIsConstructor |
( |
bool | isConstructor | ) |
|
|
inline |
◆ setIsImplicitQmlPropertyChangeSignal()
void QQmlJSMetaMethod::setIsImplicitQmlPropertyChangeSignal |
( |
bool | isPropertyChangeSignal | ) |
|
|
inline |
◆ setIsJavaScriptFunction()
void QQmlJSMetaMethod::setIsJavaScriptFunction |
( |
bool | isJavaScriptFunction | ) |
|
|
inline |
◆ setJsFunctionIndex()
◆ setMethodIndex()
◆ setMethodName()
void QQmlJSMetaMethod::setMethodName |
( |
const QString & | name | ) |
|
|
inline |
◆ setMethodType()
◆ setParameters()
◆ setReturnType()
◆ setReturnTypeName()
void QQmlJSMetaMethod::setReturnTypeName |
( |
const QString & | typeName | ) |
|
|
inline |
◆ setReturnValue()
◆ setRevision()
void QQmlJSMetaMethod::setRevision |
( |
int | r | ) |
|
|
inline |
◆ setSourceLocation()
◆ sourceLocation()
◆ operator!=
◆ operator==
◆ qHash
The documentation for this class was generated from the following file: