svcore  1.9
Thread Class Referenceabstract

#include <Thread.h>

Inheritance diagram for Thread:
Collaboration diagram for Thread:

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

◆ Type

Enumerator
RTThread 
NonRTThread 

Definition at line 29 of file Thread.h.

Constructor & Destructor Documentation

◆ Thread()

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

Definition at line 26 of file Thread.cpp.

Member Function Documentation

◆ start

◆ run()

Member Data Documentation

◆ m_type

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: