![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
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 ...) |
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 55 of file qwindowsysteminterface.cpp.
|
static |
|
static |
| bool QWindowSystemHelper< QWindowSystemInterface::AsynchronousDelivery >::handleEvent | ( | Args ... | args | ) |
Definition at line 128 of file qwindowsysteminterface.cpp.
| bool QWindowSystemHelper< QWindowSystemInterface::AsynchronousDelivery >::handleEvent | ( | Args ... | args | ) |
Definition at line 128 of file qwindowsysteminterface.cpp.
| bool QWindowSystemHelper< QWindowSystemInterface::SynchronousDelivery >::handleEvent | ( | Args ... | args | ) |
Definition at line 97 of file qwindowsysteminterface.cpp.
| bool QWindowSystemHelper< QWindowSystemInterface::SynchronousDelivery >::handleEvent | ( | Args ... | args | ) |
Definition at line 97 of file qwindowsysteminterface.cpp.
| bool QWindowSystemHelper< QWindowSystemInterface::DefaultDelivery >::handleEvent | ( | Args ... | args | ) |
Definition at line 78 of file qwindowsysteminterface.cpp.
| bool QWindowSystemHelper< QWindowSystemInterface::DefaultDelivery >::handleEvent | ( | Args ... | args | ) |
Definition at line 78 of file qwindowsysteminterface.cpp.