Qt 4.8
|
#include <qthread_p.h>
Public Functions | |
QPostEvent () | |
QPostEvent (QObject *r, QEvent *e, int p) | |
Public Variables | |
QEvent * | event |
int | priority |
QObject * | receiver |
Definition at line 74 of file qthread_p.h.
|
inline |
Definition at line 80 of file qthread_p.h.
Definition at line 83 of file qthread_p.h.
QEvent* QPostEvent::event |
Definition at line 78 of file qthread_p.h.
Referenced by QCoreApplication::compressEvent(), QApplication::compressEvent(), QCoreApplicationPrivate::removePostedEvent(), QCoreApplication::removePostedEvents(), QCoreApplicationPrivate::removePostedTimerEvent(), QCoreApplicationPrivate::sendPostedEvents(), QObjectPrivate::setThreadData_helper(), QCoreApplicationPrivate::~QCoreApplicationPrivate(), and QThreadData::~QThreadData().
int QPostEvent::priority |
Definition at line 79 of file qthread_p.h.
Referenced by QPostEventList::addEvent(), and operator<().
QObject* QPostEvent::receiver |
Definition at line 77 of file qthread_p.h.
Referenced by QCoreApplication::compressEvent(), QApplication::compressEvent(), QCoreApplicationPrivate::removePostedEvent(), QCoreApplication::removePostedEvents(), QCoreApplicationPrivate::removePostedTimerEvent(), QCoreApplicationPrivate::sendPostedEvents(), QObjectPrivate::setThreadData_helper(), QCoreApplicationPrivate::~QCoreApplicationPrivate(), and QThreadData::~QThreadData().