TreeFrogFramework  2.8
Public Member Functions | List of all members
TJSInstance Class Reference

#include <tjsinstance.h>

Inheritance diagram for TJSInstance:
Inheritance graph
[legend]
Collaboration diagram for TJSInstance:
Collaboration graph
[legend]

Public Member Functions

 TJSInstance ()
 
 TJSInstance (const TJSInstance &other)
 
 TJSInstance (const QJSValue &other)
 
 ~TJSInstance ()
 
QJSValue call (const QString &method, const QJSValue &arg)
 
QJSValue call (const QString &method, const QJSValueList &args=QJSValueList())
 

Detailed Description

The TJSInstance class acts as a instance for JavaScript data types.

See also
https://doc.qt.io/qt-6/qjsvalue.html

Constructor & Destructor Documentation

◆ TJSInstance() [1/3]

TJSInstance::TJSInstance ( )

◆ TJSInstance() [2/3]

TJSInstance::TJSInstance ( const TJSInstance other)

◆ TJSInstance() [3/3]

TJSInstance::TJSInstance ( const QJSValue &  other)

◆ ~TJSInstance()

TJSInstance::~TJSInstance ( )

Member Function Documentation

◆ call() [1/2]

QJSValue TJSInstance::call ( const QString &  method,
const QJSValue &  arg 
)

◆ call() [2/2]

QJSValue TJSInstance::call ( const QString &  method,
const QJSValueList &  args = QJSValueList() 
)

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