#include <python_interpreter.hh>
Inherits QObject.
|
| unsigned int | RunScript (const QString &script) |
| |
| unsigned int | RunCommand (const QString &command) |
| |
Definition at line 54 of file python_interpreter.hh.
◆ ~PythonInterpreter()
◆ PythonInterpreter()
◆ AppendCommandlineArgument()
| void AppendCommandlineArgument |
( |
const QString & |
arg | ) |
|
◆ AppendModulePath()
| void AppendModulePath |
( |
const QString & |
entry | ) |
|
◆ ErrorOutput
| void ErrorOutput |
( |
unsigned int |
id, |
|
|
const QString & |
output |
|
) |
| |
|
signal |
◆ Exit
◆ Finished
| void Finished |
( |
unsigned int |
id, |
|
|
bool |
error_state |
|
) |
| |
|
signal |
◆ GetCodeBlockStatus()
Get code block status.
Determines whether the command contains errors, is incomplete or ready to be run.
◆ GetMainModule()
| bp::object GetMainModule |
( |
| ) |
const |
◆ GetMainNamespace()
| bp::dict GetMainNamespace |
( |
| ) |
const |
◆ Instance()
◆ IsRunning()
◆ Output
| void Output |
( |
unsigned int |
id, |
|
|
const QString & |
output |
|
) |
| |
|
signal |
◆ RunCommand
| unsigned int RunCommand |
( |
const QString & |
command | ) |
|
|
slot |
◆ RunScript
| unsigned int RunScript |
( |
const QString & |
script | ) |
|
|
slot |
◆ Start()
start/continue execution of Python commands
- See also
- Stop
◆ Stop()
stop execution of Python commands
- See also
- Start
◆ StopScript()
◆ WakeWorker
◆ compile_command_
| bp::object compile_command_ |
|
protected |
◆ main_module_
◆ main_namespace_
◆ running_
◆ worker_
The documentation for this class was generated from the following file: