Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qeventdispatcher_glib.cpp File Reference
#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
 

Function Documentation

◆ userEventSourceCheck()

static gboolean userEventSourceCheck ( GSource *  source)
static

Definition at line 29 of file qeventdispatcher_glib.cpp.

References userEventSourcePrepare().

+ Here is the call graph for this function:

◆ userEventSourceDispatch()

static gboolean userEventSourceDispatch ( GSource *  source,
GSourceFunc  ,
gpointer   
)
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:

◆ userEventSourcePrepare()

static gboolean userEventSourcePrepare ( GSource *  source,
gint *  timeout 
)
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:

Variable Documentation

◆ userEventSourceFuncs

GSourceFuncs userEventSourceFuncs
static
Initial value:
= {
NULL,
NULL,
NULL
}
static gboolean userEventSourcePrepare(GSource *source, gint *timeout)
static gboolean userEventSourceDispatch(GSource *source, GSourceFunc, gpointer)
static gboolean userEventSourceCheck(GSource *source)

Definition at line 42 of file qeventdispatcher_glib.cpp.

Referenced by QPAEventDispatcherGlibPrivate::QPAEventDispatcherGlibPrivate().