#include <qthread.h>
Public Member Functions | |
QThread () | |
virtual | ~QThread () |
bool | isFinished () const |
bool | isRunning () const |
void | start () |
void | terminate () |
void | wait () |
void | setStackSize (unsigned int stackSize) |
unsigned int | stackSize () const |
Static Public Member Functions | |
static int | idealThreadCount () |
Protected Member Functions | |
virtual void | started () |
virtual void | finished () |
virtual void | terminated () |
virtual void | run () |
Private Attributes | |
QThreadPrivate * | d |
Friends | |
class | QThreadPrivate |
|
explicit |
Definition at line 45 of file qthread.cpp.
|
virtual |
Definition at line 50 of file qthread.cpp.
|
inlineprotectedvirtual |
|
static |
Definition at line 193 of file qthread_unix.cpp.
bool QThread::isFinished | ( | ) | const |
Definition at line 58 of file qthread.cpp.
bool QThread::isRunning | ( | ) | const |
Definition at line 64 of file qthread.cpp.
|
inlineprotectedvirtual |
void QThread::setStackSize | ( | unsigned int | stackSize | ) |
Definition at line 70 of file qthread.cpp.
unsigned int QThread::stackSize | ( | ) | const |
Definition at line 81 of file qthread.cpp.
void QThread::start | ( | ) |
Definition at line 117 of file qthread_unix.cpp.
|
inlineprotectedvirtual |
void QThread::terminate | ( | ) |
Definition at line 160 of file qthread_unix.cpp.
|
inlineprotectedvirtual |
void QThread::wait | ( | ) |
Definition at line 177 of file qthread_unix.cpp.
|
friend |
|
private |