53 bool isFinished()
const;
54 bool isRunning()
const;
59 void setStackSize(
unsigned int stackSize);
60 unsigned int stackSize()
const;
61 static int idealThreadCount();
65 virtual void started() {}
66 virtual void finished() {}
67 virtual void terminated() {}
Definition: qthread_p.h:57