TreeFrogFramework: TJSInstance Class Reference
#include <tjsinstance.h>
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()) |
The TJSInstance class acts as a instance for JavaScript data types.
| 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:
- src/tjsinstance.h
- src/tjsinstance.cpp