1 #ifndef PYTHON_INTERPRETER_WORKER_HH
2 #define PYTHON_INTERPRETER_WORKER_HH
8 #include <boost/python.hpp>
9 #include <boost/shared_ptr.hpp>
15 namespace ost {
namespace gui {
16 namespace bp = boost::python;
24 unsigned int AddCommand(
const QString& command);
27 void Finished(
unsigned int id,
bool error_state);
28 void Output(
unsigned int id,
const QString& output);
29 void ErrorOutput(
unsigned int id,
const QString& output);
58 #endif // PYTHON_INTERPRETER_WORKER_HH