PIGALE 1.3.9 Documentation (original) (raw)
P.I.G.A.L.E.
1.3.9
Public Implementation of a Graph Algorithm
Library and Editor
H. de Fraysseix P. Ossona de Mendez
PigaleThread Class Reference
Detailed Description
Main non GUI thread that executes all algorithms.
When an algorithm has finished its execution, the thread post an event to the GUI thread signalling what graphic operations need to be done.
Signals
- void handlerSignal (int ret, int drawingType, int saveType)
Public Member Functions
- 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)
Public Attributes
Protected Member Functions
- void run ()
Private Attributes
- QMutex mutex
- QWaitCondition condition
- bool abort
- int previous_action
- int action
- int N
- int N1
- int N2
- int M
- int delay
Constructor & Destructor Documentation
Member Function Documentation
| 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] |
