#include <python_interpreter_worker.hh>
Public Slots |
| void | Wake () |
Signals |
| void | Finished (unsigned int id, bool error_state) |
| void | Output (unsigned int id, const QString &output) |
| void | ErrorOutput (unsigned int id, const QString &output) |
Detailed Description
Constructor & Destructor Documentation
Member Function Documentation
| unsigned int AddCommand |
( |
const QString & |
command | ) |
|
| void ErrorOutput |
( |
unsigned int |
id, |
|
|
const QString & |
output |
|
) |
| |
|
signal |
| void Finished |
( |
unsigned int |
id, |
|
|
bool |
error_state |
|
) |
| |
|
signal |
| void handle_redirector_error |
( |
const QString & |
output | ) |
|
|
protectedslot |
| void handle_redirector_output |
( |
const QString & |
output | ) |
|
|
protectedslot |
| bool is_simple_expression |
( |
const QString & |
expr | ) |
|
|
protected |
| bool is_simple_expression_ |
( |
const QString & |
expr | ) |
|
|
protected |
| void Output |
( |
unsigned int |
id, |
|
|
const QString & |
output |
|
) |
| |
|
signal |
| void run_command_ |
( |
std::pair< unsigned int, QString > |
pair | ) |
|
|
protected |
Field Documentation
| QQueue<std::pair<unsigned int,QString> > exec_queue_ |
|
protected |
| bp::object parse_expr_cmd_ |
|
protected |
| struct sigaction sig_act_ |
|
protected |
The documentation for this class was generated from the following file: