Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
QPostEvent Class Reference

#include <qthread_p.h>

+ Collaboration diagram for QPostEvent:

Public Member Functions

 QPostEvent ()
 
 QPostEvent (QObject *r, QEvent *e, int p)
 

Public Attributes

QObjectreceiver
 
QEventevent
 
int priority
 

Detailed Description

Definition at line 39 of file qthread_p.h.

Constructor & Destructor Documentation

◆ QPostEvent() [1/2]

QPostEvent::QPostEvent ( )
inline

Definition at line 45 of file qthread_p.h.

◆ QPostEvent() [2/2]

QPostEvent::QPostEvent ( QObject * r,
QEvent * e,
int p )
inline

Definition at line 48 of file qthread_p.h.

Member Data Documentation

◆ event

QEvent* QPostEvent::event

Definition at line 43 of file qthread_p.h.

◆ priority

int QPostEvent::priority

Definition at line 44 of file qthread_p.h.

Referenced by operator<().

◆ receiver

QObject* QPostEvent::receiver

Definition at line 42 of file qthread_p.h.

Referenced by QThreadData::~QThreadData(), and QCoreApplication::removePostedEvents().


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