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
qqmljslookupsignatures.cpp File Reference

(afb5368c38ce306a896af32930213fe00caa937e)

#include "qqmljslookupsignatures_p.h"
#include <private/qqmljstyperesolver_p.h>
Include dependency graph for qqmljslookupsignatures.cpp:

Go to the source code of this file.

Functions

static QQmlJSMetaMethod::RelativeFunctionIndex methodIndex (const QQmlJSMetaMethod &m)
static int ownRegularMethodCountBeforeIndex (const QQmlJSScope::ConstPtr &type, int index)
static int ownSignalCountAfterIndex (const QQmlJSScope::ConstPtr &type, int index)
static int ownAliasCountBeforeIndex (const QQmlJSScope::ConstPtr &type, int index)
static int ownRegularPropertyCountAfterIndex (const QQmlJSScope::ConstPtr &type, int index)

Function Documentation

◆ methodIndex()

Definition at line 85 of file qqmljslookupsignatures.cpp.

◆ ownAliasCountBeforeIndex()

int ownAliasCountBeforeIndex ( const QQmlJSScope::ConstPtr & type,
int index )
static

Definition at line 113 of file qqmljslookupsignatures.cpp.

◆ ownRegularMethodCountBeforeIndex()

int ownRegularMethodCountBeforeIndex ( const QQmlJSScope::ConstPtr & type,
int index )
static

Definition at line 92 of file qqmljslookupsignatures.cpp.

◆ ownRegularPropertyCountAfterIndex()

int ownRegularPropertyCountAfterIndex ( const QQmlJSScope::ConstPtr & type,
int index )
static

Definition at line 122 of file qqmljslookupsignatures.cpp.

◆ ownSignalCountAfterIndex()

int ownSignalCountAfterIndex ( const QQmlJSScope::ConstPtr & type,
int index )
static

Definition at line 103 of file qqmljslookupsignatures.cpp.