19 namespace Threads {
class Mutex; }
35 operator const mQtclass(QObject)*()
const;
37 const mQtclass(QObject*) operator->()
const;
#define mQtclass(cls)
Definition: commondefs.h:229
Interface class for Notifier. See comments there.
Definition: callback.h:161
Helper class for QPtr to relay Qt's messages. Internal object, to hide Qt's signal/slot mechanism...
Definition: i_qptr.h:26
interface to threads that should be portable.
Definition: atomic.h:28
Class with a pointer to a QObject. The pointer will be set to null when the QObject goes out of scope...
Definition: qptr.h:28
Is a lock that allows a thread to have exlusive rights to something.
Definition: thread.h:43
i_QPtrImpl * impl_
Definition: qptr.h:47