#include "qeventdispatcher_glib_qws_p.h"
#include "qapplication.h"
#include "qplatformdefs.h"
#include "private/qwscommand_qws_p.h"
#include "qwsdisplay_qws.h"
#include "qwsevent_qws.h"
#include "qwindowsystem_qws.h"
#include <glib.h>
Go to the source code of this file.
◆ qt_get_server_queue()
◆ qwsEventSourceCheck()
static gboolean qwsEventSourceCheck |
( |
GSource * |
s | ) |
|
|
static |
Definition at line 90 of file qeventdispatcher_glib_qws.cpp.
QList< QWSEvent * > queuedUserInputEvents
bool eventPending() const
bool isEmpty() const
Returns true if the list contains no items; otherwise returns false.
QWSEventDispatcherGlibPrivate * d
QList< QWSCommand * > * qt_get_server_queue()
◆ qwsEventSourceDispatch()
static gboolean qwsEventSourceDispatch |
( |
GSource * |
s, |
|
|
GSourceFunc |
callback, |
|
|
gpointer |
user_data |
|
) |
| |
|
static |
Definition at line 97 of file qeventdispatcher_glib_qws.cpp.
130 bool ret =
qApp->qwsProcessEvent(event) == 1;
static void callback(AuServer *, AuEventHandlerRec *, AuEvent *e, AuPointer p)
bool filterEvent(void *message)
Sends message through the event filter that was set by setEventFilter().
QList< QWSEvent * > queuedUserInputEvents
QWSEventDispatcherGlib * q
bool eventPending() const
bool isEmpty() const
Returns true if the list contains no items; otherwise returns false.
The QWSEvent class encapsulates an event in Qt for Embedded Linux.
void append(const T &t)
Inserts value at the end of the list.
T takeFirst()
Removes the first item in the list and returns it.
QWSEventDispatcherGlibPrivate * d
QEventLoop::ProcessEventsFlags flags
◆ qwsEventSourcePrepare()
static gboolean qwsEventSourcePrepare |
( |
GSource * |
s, |
|
|
gint * |
timeout |
|
) |
| |
|
static |
Definition at line 81 of file qeventdispatcher_glib_qws.cpp.
QList< QWSEvent * > queuedUserInputEvents
bool eventPending() const
bool isEmpty() const
Returns true if the list contains no items; otherwise returns false.
QWSEventDispatcherGlibPrivate * d
QList< QWSCommand * > * qt_get_server_queue()
◆ qt_fbdpy
◆ qwsEventSourceFuncs
GSourceFuncs qwsEventSourceFuncs |
|
static |