![]() |
Qt 6.x
The Qt SDK
|
#include "qeventdispatcher_glib_p.h"#include "qguiapplication.h"#include "qplatformdefs.h"#include <glib.h>#include "private/qguiapplication_p.h"#include "moc_qeventdispatcher_glib_p.cpp"
Include dependency graph for qeventdispatcher_glib.cpp:Go to the source code of this file.
Classes | |
| struct | GUserEventSource |
Functions | |
| static gboolean | userEventSourcePrepare (GSource *source, gint *timeout) |
| static gboolean | userEventSourceCheck (GSource *source) |
| static gboolean | userEventSourceDispatch (GSource *source, GSourceFunc, gpointer) |
Variables | |
| static GSourceFuncs | userEventSourceFuncs |
|
static |
Definition at line 29 of file qeventdispatcher_glib.cpp.
References userEventSourcePrepare().
Here is the call graph for this function:
|
static |
Definition at line 34 of file qeventdispatcher_glib.cpp.
References QPAEventDispatcherGlib::m_flags, GUserEventSource::q, and QWindowSystemInterface::sendWindowSystemEvents().
Here is the call graph for this function:
|
static |
Definition at line 22 of file qeventdispatcher_glib.cpp.
References GUserEventSource::d, Q_UNUSED, and QEventDispatcherGlibPrivate::wakeUpCalled.
Referenced by userEventSourceCheck().
Here is the caller graph for this function:
|
static |
Definition at line 42 of file qeventdispatcher_glib.cpp.
Referenced by QPAEventDispatcherGlibPrivate::QPAEventDispatcherGlibPrivate().