#include <tjsinstance.h>
The TJSInstance class acts as a instance for JavaScript data types.
- See also
- https://doc.qt.io/qt-6/qjsvalue.html
◆ TJSInstance() [1/3]
TJSInstance::TJSInstance |
( |
| ) |
|
◆ TJSInstance() [2/3]
◆ TJSInstance() [3/3]
TJSInstance::TJSInstance |
( |
const QJSValue & |
other | ) |
|
◆ ~TJSInstance()
TJSInstance::~TJSInstance |
( |
| ) |
|
◆ 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: