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
QWindowSystemInterfacePrivate::WindowSystemEventList Class Reference

#include <qwindowsysteminterface_p.h>

+ Collaboration diagram for QWindowSystemInterfacePrivate::WindowSystemEventList:

Public Member Functions

 WindowSystemEventList ()
 
 ~WindowSystemEventList ()
 
void clear ()
 
void prepend (WindowSystemEvent *e)
 
WindowSystemEventtakeFirstOrReturnNull ()
 
WindowSystemEventtakeFirstNonUserInputOrReturnNull ()
 
bool nonUserInputEventsQueued ()
 
void append (WindowSystemEvent *e)
 
qsizetype count () const
 
WindowSystemEventpeekAtFirstOfType (EventType t) const
 
void remove (const WindowSystemEvent *e)
 

Detailed Description

Definition at line 445 of file qwindowsysteminterface_p.h.

Constructor & Destructor Documentation

◆ WindowSystemEventList()

QWindowSystemInterfacePrivate::WindowSystemEventList::WindowSystemEventList ( )
inline

Definition at line 449 of file qwindowsysteminterface_p.h.

◆ ~WindowSystemEventList()

QWindowSystemInterfacePrivate::WindowSystemEventList::~WindowSystemEventList ( )
inline

Definition at line 450 of file qwindowsysteminterface_p.h.

References clear().

+ Here is the call graph for this function:

Member Function Documentation

◆ append()

void QWindowSystemInterfacePrivate::WindowSystemEventList::append ( WindowSystemEvent * e)
inline

Definition at line 474 of file qwindowsysteminterface_p.h.

References mutex.

◆ clear()

void QWindowSystemInterfacePrivate::WindowSystemEventList::clear ( )
inline

Definition at line 452 of file qwindowsysteminterface_p.h.

References mutex, and qDeleteAll().

+ Here is the call graph for this function:

◆ count()

qsizetype QWindowSystemInterfacePrivate::WindowSystemEventList::count ( ) const
inline

Definition at line 476 of file qwindowsysteminterface_p.h.

References mutex.

◆ nonUserInputEventsQueued()

bool QWindowSystemInterfacePrivate::WindowSystemEventList::nonUserInputEventsQueued ( )
inline

◆ peekAtFirstOfType()

WindowSystemEvent * QWindowSystemInterfacePrivate::WindowSystemEventList::peekAtFirstOfType ( EventType t) const
inline

Definition at line 478 of file qwindowsysteminterface_p.h.

References i, and mutex.

◆ prepend()

void QWindowSystemInterfacePrivate::WindowSystemEventList::prepend ( WindowSystemEvent * e)
inline

Definition at line 454 of file qwindowsysteminterface_p.h.

References mutex.

◆ remove()

void QWindowSystemInterfacePrivate::WindowSystemEventList::remove ( const WindowSystemEvent * e)
inline

Definition at line 487 of file qwindowsysteminterface_p.h.

References i, and mutex.

◆ takeFirstNonUserInputOrReturnNull()

WindowSystemEvent * QWindowSystemInterfacePrivate::WindowSystemEventList::takeFirstNonUserInputOrReturnNull ( )
inline

◆ takeFirstOrReturnNull()

WindowSystemEvent * QWindowSystemInterfacePrivate::WindowSystemEventList::takeFirstOrReturnNull ( )
inline

Definition at line 456 of file qwindowsysteminterface_p.h.

References mutex, and nullptr.


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