45 #ifndef OPENFLIPPERTHREAD_HH 46 #define OPENFLIPPERTHREAD_HH 106 virtual void cancel();
120 void slotCancel( QString _jobId);
131 void state( QString _jobId,
int _state );
160 void function(
const QString _jobId =
"");
167 void finished( QString _jobId );
176 void startProcessing();
186 void slotJobFinished();
194 void startProcessingInternal();
259 void process(
const QString _jobId =
"");
273 void startJobProcessing();
277 void jobId(
const QString& _jobId) { jobId_ = _jobId; }
280 QString
jobId()
const {
return jobId_; }
289 #endif //OPENFLIPPERTHREAD_HH void jobId(const QString &_jobId)
Set job's id.
OpenFlipperJob * job_
Internal job wrapper.
QString jobId_
The job's id.
Internal Job execution object.
QString jobId_
Id of the current job.
QString jobId() const
Get job's id.
Thread handling class for OpenFlipper.
QSemaphore startup_
Semaphore to control order of thread startup calls.