Is thread-safe (except doSetupJob)
More...
#include <ArnScriptJob.hpp>
Is thread-safe (except doSetupJob)
Definition at line 191 of file ArnScriptJob.hpp.
◆ ArnScriptJobControl()
ArnScriptJobControl::ArnScriptJobControl |
( |
QObject * |
parent = arnNullptr | ) |
|
|
explicit |
◆ addConfig()
void ArnScriptJobControl::addConfig |
( |
QObject * |
obj | ) |
|
◆ addInterface()
void ArnScriptJobControl::addInterface |
( |
const QString & |
id | ) |
|
◆ addInterfaceList()
void ArnScriptJobControl::addInterfaceList |
( |
const QStringList & |
interfaceList | ) |
|
◆ config()
QVariant ArnScriptJobControl::config |
( |
const char * |
name | ) |
const |
◆ doSetupJob()
Not threadsafe, only run in same thread as script.
Definition at line 629 of file ArnScriptJob.cpp.
◆ errorText
void ArnScriptJobControl::errorText |
( |
const QString & |
txt | ) |
|
|
signal |
◆ id()
int ArnScriptJobControl::id |
( |
| ) |
|
◆ loadScriptFile()
void ArnScriptJobControl::loadScriptFile |
( |
const QString & |
fileName | ) |
|
◆ name()
QString ArnScriptJobControl::name |
( |
| ) |
const |
◆ script()
QByteArray ArnScriptJobControl::script |
( |
| ) |
const |
◆ scriptChanged
void ArnScriptJobControl::scriptChanged |
( |
int |
id | ) |
|
|
signal |
◆ setConfig()
bool ArnScriptJobControl::setConfig |
( |
const char * |
name, |
|
|
const QVariant & |
value |
|
) |
| |
◆ setName()
void ArnScriptJobControl::setName |
( |
const QString & |
name | ) |
|
◆ setScript
void ArnScriptJobControl::setScript |
( |
const QByteArray & |
script | ) |
|
|
slot |
◆ setThreaded()
void ArnScriptJobControl::setThreaded |
( |
bool |
isThreaded | ) |
|
The documentation for this class was generated from the following files: