See: Description
Interface | Description |
---|---|
SwingScript |
Invokes scripts in the Swing event thread.
|
Class | Description |
---|---|
QEngineProxy |
This class offers scrips access to the Q command line.
|
QObject |
This object is injected into scripts to give the scripts access to all aspects of the Q application.
|
QVariables |
Access the Q variables, these are application settings, the open locations and the selected files.
|
ScriptCache |
Caches scripts if the "q.scripts.cache" variable is set to true.
|
ScriptConfig |
Configuration class for modifying the environment in which a script is executed.
|
ScriptInvocation |
This class specifies a list of script files and or raw script code to execute.
|
ScriptInvoker |
Fine grained access to the script engine for advanced use.
|