#include <python_interpreter.hh>
Public Slots |
unsigned int | RunScript (const QString &script) |
unsigned int | RunCommand (const QString &command) |
Signals |
void | Output (unsigned int id, const QString &output) |
void | ErrorOutput (unsigned int id, const QString &output) |
void | Finished (unsigned int id, bool error_state) |
void | Exit () |
void | WakeWorker () |
Detailed Description
Definition at line 57 of file python_interpreter.hh.
Constructor & Destructor Documentation
Member Function Documentation
void AppendCommandlineArgument |
( |
const QString & |
arg | ) |
|
void AppendModulePath |
( |
const QString & |
entry | ) |
|
void ErrorOutput |
( |
unsigned int |
id, |
|
|
const QString & |
output |
|
) |
| |
|
signal |
void Finished |
( |
unsigned int |
id, |
|
|
bool |
error_state |
|
) |
| |
|
signal |
Get code block status.
Determines whether the command contains errors, is incomplete or ready to be run.
bp::object GetMainModule |
( |
| ) |
const |
bp::dict GetMainNamespace |
( |
| ) |
const |
void Output |
( |
unsigned int |
id, |
|
|
const QString & |
output |
|
) |
| |
|
signal |
unsigned int RunCommand |
( |
const QString & |
command | ) |
|
|
slot |
unsigned int RunScript |
( |
const QString & |
script | ) |
|
|
slot |
start/continue execution of Python commands
- See also:
- Stop
stop execution of Python commands
- See also:
- Start
Field Documentation
bp::object compile_command_ |
|
protected |
The documentation for this class was generated from the following file: