![]() |
Qt 6.x
The Qt SDK
|
#include <qthread_p.h>
Public Member Functions | |
QPostEvent () | |
QPostEvent (QObject *r, QEvent *e, int p) | |
Public Attributes | |
QObject * | receiver |
QEvent * | event |
int | priority |
Definition at line 39 of file qthread_p.h.
|
inline |
Definition at line 45 of file qthread_p.h.
Definition at line 48 of file qthread_p.h.
QEvent* QPostEvent::event |
Definition at line 43 of file qthread_p.h.
Referenced by QThreadData::~QThreadData(), QCoreApplication::removePostedEvents(), QCoreApplicationPrivate::sendPostedEvents(), and QObjectPrivate::setThreadData_helper().
int QPostEvent::priority |
Definition at line 44 of file qthread_p.h.
Referenced by QPostEventList::addEvent(), and operator<().
QObject* QPostEvent::receiver |
Definition at line 42 of file qthread_p.h.
Referenced by QThreadData::~QThreadData(), QCoreApplication::removePostedEvents(), QCoreApplicationPrivate::sendPostedEvents(), and QObjectPrivate::setThreadData_helper().