![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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.
References QPostEvent(), and priority.
Referenced by QPostEvent().
Definition at line 48 of file qthread_p.h.
References QPostEvent(), and priority.
Referenced by QPostEvent().
QEvent* QPostEvent::event |
Definition at line 43 of file qthread_p.h.
int QPostEvent::priority |
Definition at line 44 of file qthread_p.h.
Referenced by QPostEvent(), QPostEvent(), QPostEventList::addEvent(), and operator<().
QObject* QPostEvent::receiver |
Definition at line 42 of file qthread_p.h.