OpenStructure
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Data Structures | Namespaces | Enumerations
python_interpreter.hh File Reference
#include <vector>
#include <ost/gui/module_config.hh>
#include "python_interpreter_worker.hh"
#include "output_redirector.hh"
#include "main_thread_runner.hh"
#include <QQueue>
#include <QMetaType>

Go to the source code of this file.

Data Structures

class  PythonInterpreter

Namespaces

namespace  ost
namespace  ost::gui

Enumerations

enum  InterpreterStatus { STATUS_OK, STATUS_ERROR }
enum  CodeBlockStatus { CODE_BLOCK_COMPLETE = 1, CODE_BLOCK_ERROR = 2, CODE_BLOCK_INCOMPLETE = 4 }