Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
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 447 of file qwindowsysteminterface_p.h.

Constructor & Destructor Documentation

◆ WindowSystemEventList()

QWindowSystemInterfacePrivate::WindowSystemEventList::WindowSystemEventList ( )
inline

Definition at line 451 of file qwindowsysteminterface_p.h.

◆ ~WindowSystemEventList()

QWindowSystemInterfacePrivate::WindowSystemEventList::~WindowSystemEventList ( )
inline

Definition at line 452 of file qwindowsysteminterface_p.h.

Member Function Documentation

◆ append()

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

Definition at line 476 of file qwindowsysteminterface_p.h.

◆ clear()

void QWindowSystemInterfacePrivate::WindowSystemEventList::clear ( )
inline

Definition at line 454 of file qwindowsysteminterface_p.h.

◆ count()

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

Definition at line 478 of file qwindowsysteminterface_p.h.

◆ nonUserInputEventsQueued()

bool QWindowSystemInterfacePrivate::WindowSystemEventList::nonUserInputEventsQueued ( )
inline

Definition at line 468 of file qwindowsysteminterface_p.h.

◆ peekAtFirstOfType()

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

Definition at line 480 of file qwindowsysteminterface_p.h.

◆ prepend()

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

Definition at line 456 of file qwindowsysteminterface_p.h.

◆ remove()

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

Definition at line 489 of file qwindowsysteminterface_p.h.

◆ takeFirstNonUserInputOrReturnNull()

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

Definition at line 460 of file qwindowsysteminterface_p.h.

◆ takeFirstOrReturnNull()

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

Definition at line 458 of file qwindowsysteminterface_p.h.


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