|
TreeFrogFramework 2.10
|
Searching...
No Matches
TJSInstance Class Reference
#include <tjsinstance.h>
Inheritance diagram for TJSInstance:

Collaboration diagram for TJSInstance:

Public Member Functions | |
| TJSInstance () | |
| TJSInstance (const TJSInstance &other) | |
| TJSInstance (const QJSValue &other) | |
| 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.
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:
- src/tjsinstance.h
- src/tjsinstance.cpp