#include <Thread.h>

Collaboration diagram for MutexLocker:
Collaboration graph

Classes

class  Printer
 

Public Member Functions

 MutexLocker (QMutex *mutex, const char *name)
 
 ~MutexLocker ()
 

Private Attributes

Profiler m_profiler
 
Printer m_printer
 
QMutexLocker m_locker
 

Detailed Description

Definition at line 43 of file Thread.h.

Constructor & Destructor Documentation

MutexLocker::MutexLocker ( QMutex *  mutex,
const char *  name 
)

Definition at line 60 of file Thread.cpp.

References Profiler::end(), and m_profiler.

MutexLocker::~MutexLocker ( )

Definition at line 71 of file Thread.cpp.

Member Data Documentation

Profiler MutexLocker::m_profiler
private

Definition at line 59 of file Thread.h.

Referenced by MutexLocker().

Printer MutexLocker::m_printer
private

Definition at line 60 of file Thread.h.

QMutexLocker MutexLocker::m_locker
private

Definition at line 61 of file Thread.h.


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