51 #ifndef OPENFLIPPERTHREAD_HH
52 #define OPENFLIPPERTHREAD_HH
112 virtual void cancel();
126 void slotCancel( QString _jobId);
137 void state( QString _jobId,
int _state );
166 void function(
const QString _jobId =
"");
173 void finished( QString _jobId );
182 void startProcessing();
192 void slotJobFinished();
200 void startProcessingInternal();
265 void process(
const QString _jobId =
"");
279 void startJobProcessing();
283 void jobId(
const QString& _jobId) { jobId_ = _jobId; }
286 QString
jobId()
const {
return jobId_; }
295 #endif //OPENFLIPPERTHREAD_HH
void jobId(const QString &_jobId)
Set job's id.
QString jobId() const
Get job's id.
Internal Job execution object.
Thread handling class for OpenFlipper.
QSemaphore startup_
Semaphore to control order of thread startup calls.
QString jobId_
The job's id.
QString jobId_
Id of the current job.
OpenFlipperJob * job_
Internal job wrapper.