QXRD  0.11.16
Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
QcepThread Class Reference

#include <qcepthread.h>

Inheritance diagram for QcepThread:
Inheritance graph
[legend]
Collaboration diagram for QcepThread:
Collaboration graph
[legend]

Public Member Functions

 QcepThread (QObject *parent=0)
 

Static Public Member Functions

static void msleep (long unsigned int)
 

Protected Attributes

QMutex m_Mutex
 

Detailed Description

Definition at line 7 of file qcepthread.h.

Constructor & Destructor Documentation

QcepThread::QcepThread ( QObject *  parent = 0)

Definition at line 3 of file qcepthread.cpp.

3  :
4  QThread(parent),
5  m_Mutex(QMutex::Recursive)
6 {
7 
8 }
QMutex m_Mutex
Definition: qcepthread.h:17

Member Function Documentation

void QcepThread::msleep ( long unsigned  int)
static

Definition at line 10 of file qcepthread.cpp.

Referenced by QxrdExperimentThread::experiment(), and QcepAllocator::waitTillAvailable().

11 {
12  QThread::msleep(t);
13 }

Here is the caller graph for this function:

Member Data Documentation

QMutex QcepThread::m_Mutex
mutableprotected

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