QWaitCondition Class Reference

QWaitCondition Class Reference

#include <qwaitcondition.h>

Class Description

Definition at line 61 of file qwaitcondition.h.

Public Member Functions

 QWaitCondition ()
 
 ~QWaitCondition ()
 
bool wait (QMutex *mutex, unsigned long time=ULONG_MAX)
 
bool wait (QReadWriteLock *readWriteLock, unsigned long time=ULONG_MAX)
 
void wakeOne ()
 
void wakeAll ()
 

Constructor & Destructor Documentation

Member Function Documentation

bool wait ( QMutex mutex,
unsigned long  time = ULONG_MAX 
)
bool wait ( QReadWriteLock readWriteLock,
unsigned long  time = ULONG_MAX 
)
void wakeOne ( )
void wakeAll ( )

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