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
QWindowSystemHelper< Delivery > Struct Template Reference
Collaboration diagram for QWindowSystemHelper< Delivery >:

Public Member Functions

bool handleEvent (Args ...args)
bool handleEvent (Args ...args)
bool handleEvent (Args ...args)
bool handleEvent (Args ...args)
bool handleEvent (Args ...args)
bool handleEvent (Args ...args)

Static Public Member Functions

template<typename EventType, typename ... Args>
static bool handleEvent (Args ...)
template<typename EventType, typename ... Args>
static bool handleEvent (Args ...)

Detailed Description

template<typename Delivery>
struct QWindowSystemHelper< Delivery >

The QWindowSystemHelper creates synchronously delivered events on the stack, unless the calling thread is not the Gui thread.

Asynchronously delivered events, and events created outside the Gui thread are allocated on the heap.

Definition at line 54 of file qwindowsysteminterface.cpp.

Member Function Documentation

◆ handleEvent() [1/8]

template<typename Delivery>
template<typename EventType, typename ... Args>
bool QWindowSystemHelper< Delivery >::handleEvent ( Args ... )
static

◆ handleEvent() [2/8]

template<typename Delivery>
template<typename EventType, typename ... Args>
bool QWindowSystemHelper< Delivery >::handleEvent ( Args ... )
static

◆ handleEvent() [3/8]

bool QWindowSystemHelper< QWindowSystemInterface::DefaultDelivery >::handleEvent ( Args ... args)

Definition at line 77 of file qwindowsysteminterface.cpp.

◆ handleEvent() [4/8]

bool QWindowSystemHelper< QWindowSystemInterface::DefaultDelivery >::handleEvent ( Args ... args)

Definition at line 77 of file qwindowsysteminterface.cpp.

◆ handleEvent() [5/8]

Definition at line 96 of file qwindowsysteminterface.cpp.

◆ handleEvent() [6/8]

Definition at line 96 of file qwindowsysteminterface.cpp.

◆ handleEvent() [7/8]

Definition at line 127 of file qwindowsysteminterface.cpp.

◆ handleEvent() [8/8]

Definition at line 127 of file qwindowsysteminterface.cpp.


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