![]() |
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"
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().
|
static |
Definition at line 34 of file qeventdispatcher_glib.cpp.
References QPAEventDispatcherGlib::m_flags, GUserEventSource::q, and QWindowSystemInterface::sendWindowSystemEvents().
|
static |
Definition at line 22 of file qeventdispatcher_glib.cpp.
References GUserEventSource::d, Q_UNUSED, and QEventDispatcherGlibPrivate::wakeUpCalled.
Referenced by userEventSourceCheck().
|
static |
Definition at line 42 of file qeventdispatcher_glib.cpp.
Referenced by QPAEventDispatcherGlibPrivate::QPAEventDispatcherGlibPrivate().