encapsulates working/python thread
More...
#include <qtmain.h>
|
void | wakeUp () |
|
void | killMe () |
|
|
void | sendToGui (int event) |
|
|
| MainThread (std::vector< std::string > &args) |
|
void | sendAndWait (int e) |
| send event to GUI and wait for completion
|
|
void | send (int e) |
|
void | threadSleep (int msec) |
| sleep for given number of milliseconds
|
|
bool | isFinished () |
|
void | setFinished () |
|
|
QMutex | mMutex |
|
QWaitCondition | mWait |
|
bool | mFinished |
|
std::vector< std::string > | mArgs |
|
encapsulates working/python thread
The documentation for this class was generated from the following files:
- /Users/sinithue/devel/manta/buildMaster/doxy/source/gui/qtmain.h
- /Users/sinithue/devel/manta/buildMaster/doxy/source/gui/qtmain.cpp