#include <python_interpreter_worker.hh>
Inherits QObject.
|
void | Finished (unsigned int id, bool error_state) |
|
void | Output (unsigned int id, const QString &output) |
|
void | ErrorOutput (unsigned int id, const QString &output) |
|
◆ PythonInterpreterWorker()
◆ ~PythonInterpreterWorker()
◆ AddCommand()
unsigned int AddCommand |
( |
const QString & |
command | ) |
|
◆ ErrorOutput
void ErrorOutput |
( |
unsigned int |
id, |
|
|
const QString & |
output |
|
) |
| |
|
signal |
◆ Finished
void Finished |
( |
unsigned int |
id, |
|
|
bool |
error_state |
|
) |
| |
|
signal |
◆ handle_redirector_error
void handle_redirector_error |
( |
const QString & |
output | ) |
|
|
protectedslot |
◆ handle_redirector_output
void handle_redirector_output |
( |
const QString & |
output | ) |
|
|
protectedslot |
◆ is_simple_expression()
bool is_simple_expression |
( |
const QString & |
expr | ) |
|
|
protected |
◆ Output
void Output |
( |
unsigned int |
id, |
|
|
const QString & |
output |
|
) |
| |
|
signal |
◆ run_command_()
void run_command_ |
( |
std::pair< unsigned int, QString > |
pair | ) |
|
|
protected |
◆ Wake
◆ awake_
◆ command_id_
◆ current_id_
◆ error_redirector_
◆ exec_queue_
QQueue<std::pair<unsigned int,QString> > exec_queue_ |
|
protected |
◆ main_namespace_
◆ output_redirector_
◆ parse_expr_cmd_
bp::object parse_expr_cmd_ |
|
protected |
◆ repr_
◆ sig_act_
struct sigaction sig_act_ |
|
protected |
The documentation for this class was generated from the following file: