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
qeventdispatcher_glib.cpp File Reference

(3eca06c7fa4e9850f97e42439f9346ad093176d5)

#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()

gboolean userEventSourceCheck ( GSource * source)
static

Definition at line 30 of file qeventdispatcher_glib.cpp.

◆ userEventSourceDispatch()

gboolean userEventSourceDispatch ( GSource * source,
GSourceFunc ,
gpointer  )
static

Definition at line 35 of file qeventdispatcher_glib.cpp.

◆ userEventSourcePrepare()

gboolean userEventSourcePrepare ( GSource * source,
gint * timeout )
static

Definition at line 23 of file qeventdispatcher_glib.cpp.

References GUserEventSource::d.

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 43 of file qeventdispatcher_glib.cpp.