#include <ArnScript.hpp>
Definition at line 405 of file ArnScript.hpp.
◆ ArnScript() [1/2]
| ArnScript::ArnScript |
( |
QObject * |
parent = arnNullptr | ) |
|
|
explicit |
◆ ArnScript() [2/2]
| ArnScript::ArnScript |
( |
QScriptEngine * |
engine, |
|
|
QObject * |
parent = arnNullptr |
|
) |
| |
◆ addObject()
| void ArnScript::addObject |
( |
const QString & |
id, |
|
|
QObject * |
obj |
|
) |
| |
◆ callFunc()
◆ engine()
| QScriptEngine & ArnScript::engine |
( |
| ) |
const |
◆ errorLog()
| void ArnScript::errorLog |
( |
const QString & |
errText, |
|
|
ArnError |
err = ArnError::Undef, |
|
|
void * |
reference = arnNullptr |
|
) |
| |
|
protected |
◆ errorText
| void ArnScript::errorText |
( |
QString |
txt | ) |
|
|
signal |
◆ evaluate()
| bool ArnScript::evaluate |
( |
const QByteArray & |
script, |
|
|
const QString & |
idName, |
|
|
const QString & |
typeName = QString() |
|
) |
| |
◆ evaluateFile()
| bool ArnScript::evaluateFile |
( |
const QString & |
fileName | ) |
|
◆ globalProperty()
| QScriptValue ArnScript::globalProperty |
( |
const QString & |
id | ) |
|
◆ idName()
| QString ArnScript::idName |
( |
| ) |
const |
◆ logUncaughtError()
| bool ArnScript::logUncaughtError |
( |
QScriptValue & |
scriptValue, |
|
|
const QString & |
typeName = QString() |
|
) |
| |
◆ printFunction()
| QScriptValue ArnScript::printFunction |
( |
QScriptContext * |
context, |
|
|
QScriptEngine * |
engine |
|
) |
| |
|
staticprotected |
◆ setInterruptedText()
| void ArnScript::setInterruptedText |
( |
const QString & |
interruptedText | ) |
|
◆ _depOfferProto
| ArnDepOfferProto* ArnScript::_depOfferProto |
|
protected |
◆ _depProto
| ArnDepProto* ArnScript::_depProto |
|
protected |
◆ _engine
| QScriptEngine* ArnScript::_engine |
|
protected |
◆ _itemProto
| ArnItemProto* ArnScript::_itemProto |
|
protected |
◆ _monitorProto
| ArnMonitorProto* ArnScript::_monitorProto |
|
protected |
The documentation for this class was generated from the following files: