When an algorithm has finished its execution, the thread post an event to the GUI thread signalling what graphic operations need to be done.
PigaleThread | ( | QObject * | parent | ) |
~PigaleThread | ( | ) |
void stop | ( | ) |
void run | ( | int | action, | |
int | N = 0 , |
|||
int | N1 = 0 , |
|||
int | N2 = 0 , |
|||
int | M = 0 , |
|||
int | delay = 0 | |||
) |
void handlerSignal | ( | int | ret, | |
int | drawingType, | |||
int | saveType | |||
) | [signal] |
void run | ( | ) | [protected] |
QMutex mutex [private] |
QWaitCondition condition [private] |
bool abort [private] |
int previous_action [private] |
int action [private] |
int N [private] |
int N1 [private] |
int N2 [private] |
int M [private] |
int delay [private] |