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
QQmlV4Function Class Reference

#include <qv4engine_p.h>

Collaboration diagram for QQmlV4Function:

Public Member Functions

int length () const
QV4::ReturnedValue operator[] (int idx) const
void setReturnValue (QV4::ReturnedValue rv)
QV4::ExecutionEnginev4engine () const

Friends

struct QV4::QObjectMethod

Detailed Description

Definition at line 76 of file qv4engine_p.h.

Member Function Documentation

◆ length()

int QQmlV4Function::length ( ) const
inline

Definition at line 79 of file qv4engine_p.h.

◆ operator[]()

QV4::ReturnedValue QQmlV4Function::operator[] ( int idx) const
inline

Definition at line 80 of file qv4engine_p.h.

◆ setReturnValue()

void QQmlV4Function::setReturnValue ( QV4::ReturnedValue rv)
inline

Definition at line 81 of file qv4engine_p.h.

◆ v4engine()

QV4::ExecutionEngine * QQmlV4Function::v4engine ( ) const
inline

Definition at line 82 of file qv4engine_p.h.

◆ QV4::QObjectMethod

friend struct QV4::QObjectMethod
friend

Definition at line 84 of file qv4engine_p.h.


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