#include "qeventdispatcher_glib_qpa_p.h"
#include "qapplication.h"
#include "qplatformdefs.h"
#include <glib.h>
#include "qapplication_p.h"
#include <qdebug.h>
Go to the source code of this file.
◆ userEventSourceCheck()
static gboolean userEventSourceCheck |
( |
GSource * |
source | ) |
|
|
static |
◆ userEventSourceDispatch()
static gboolean userEventSourceDispatch |
( |
GSource * |
s, |
|
|
GSourceFunc |
, |
|
|
gpointer |
|
|
) |
| |
|
static |
Definition at line 75 of file qeventdispatcher_glib_qpa.cpp.
90 QApplicationPrivate::processWindowSystemEvent(event);
bool filterEvent(void *message)
Sends message through the event filter that was set by setEventFilter().
static int windowSystemEventsQueued()
QPAEventDispatcherGlib * q
static WindowSystemEvent * getWindowSystemEvent()
◆ userEventSourcePrepare()
static gboolean userEventSourcePrepare |
( |
GSource * |
s, |
|
|
gint * |
timeout |
|
) |
| |
|
static |
◆ userEventSourceFuncs
GSourceFuncs userEventSourceFuncs |
|
static |