#include <DocumentThread.h>
Public Member Functions | |
| PythonThread (QObject *parent=0) | |
| ~PythonThread () | |
Protected Member Functions | |
| void | run () |
Static Protected Attributes | |
| static QMutex | mutex |
Definition at line 58 of file DocumentThread.h.
| PythonThread::PythonThread | ( | QObject * | parent = 0 |
) |
Definition at line 91 of file DocumentThread.cpp.
| PythonThread::~PythonThread | ( | ) |
Definition at line 96 of file DocumentThread.cpp.
| void PythonThread::run | ( | void | ) | [protected] |
Definition at line 100 of file DocumentThread.cpp.
References Base::Console(), Base::Interpreter(), mutex, and Base::Exception::what().
QMutex PythonThread::mutex [static, protected] |
Definition at line 66 of file DocumentThread.h.
Referenced by run().
1.6.1