input_urn
/home/onoda/Documents/qt-everywhere-opensource-src-4.7.4/doc/html/qthread.html

output_urn
QThread

inherits

public_types
 enum Priority { IdlePriority, LowestPriority, LowPriority, NormalPriority, ..., InheritPriority }

properties

public_functions
QThread ( QObject * parent = 0 )
~QThread ()
 void exit ( int returnCode = 0 )
 bool isFinished () const
 bool isRunning () const
 Priority priority () const
 void setPriority ( Priority priority )
 void setStackSize ( uint stackSize )
 uint stackSize () const
 bool wait ( unsigned long time = ULONG_MAX )

public_slots
 void quit ()
 void start ( Priority priority = InheritPriority )
 void terminate ()

signals
 void finished ()
 void started ()
 void terminated ()

static_public_members
 QThread * currentThread ()
 Qt::HANDLE currentThreadId ()
 int idealThreadCount ()
 void yieldCurrentThread ()

protected_functions
 int exec ()
 virtual void run ()

reimplemented_public_functions

reimplemented_protected_functions

protected_slots

related_non_members

templateClass
false

abstractClass
false

enbeddedClass
false

flag_objects

parent_flag_objects

typedefed_objects

parent_typedefed_objects

class_objects

parent_class_objects

enums
class_name
QThread
name
Priority
key
IdlePriority
LowestPriority
LowPriority
NormalPriority
HighPriority
HighestPriority
TimeCriticalPriority
InheritPriority
public_flag
true

parent_enums

parent_index
343

parent_name
QObject

