svcore  1.9
Thread Class Reference

#include <Thread.h>

Inheritance diagram for Thread:

List of all members.

Public Types

enum  Type { RTThread, NonRTThread }

Public Slots

void start ()

Public Member Functions

 Thread (Type type=NonRTThread, QObject *parent=0)

Protected Member Functions

virtual void run ()=0

Private Attributes

Type m_type

Detailed Description

Definition at line 24 of file Thread.h.


Member Enumeration Documentation

Enumerator:
RTThread 
NonRTThread 

Definition at line 29 of file Thread.h.


Constructor & Destructor Documentation

Thread::Thread ( Type  type = NonRTThread,
QObject *  parent = 0 
)

Definition at line 26 of file Thread.cpp.


Member Function Documentation


Member Data Documentation

Type Thread::m_type [private]

Definition at line 40 of file Thread.h.

Referenced by start().


The documentation for this class was generated from the following files: