(4ba106b38fe94ae3a7a8520b276a4873d11bb755)
#include "qeventdispatcher_glib_p.h"
#include "qeventdispatcher_unix_p.h"
#include <private/qthread_p.h>
#include "qcoreapplication.h"
#include "qsocketnotifier.h"
#include <QtCore/qlist.h>
#include <QtCore/q26numeric.h>
#include <glib.h>
#include "moc_qeventdispatcher_glib_p.cpp"
Go to the source code of this file.
|
static gboolean | socketNotifierSourcePrepare (GSource *, gint *timeout) |
static gboolean | socketNotifierSourceCheck (GSource *source) |
static gboolean | socketNotifierSourceDispatch (GSource *source, GSourceFunc, gpointer) |
static gboolean | timerSourcePrepareHelper (GTimerSource *src, gint *timeout) |
static gboolean | timerSourceCheckHelper (GTimerSource *src) |
static gboolean | timerSourcePrepare (GSource *source, gint *timeout) |
static gboolean | timerSourceCheck (GSource *source) |
static gboolean | timerSourceDispatch (GSource *source, GSourceFunc, gpointer) |
static gboolean | idleTimerSourcePrepare (GSource *source, gint *timeout) |
static gboolean | idleTimerSourceCheck (GSource *source) |
static gboolean | idleTimerSourceDispatch (GSource *source, GSourceFunc, gpointer) |
static gboolean | postEventSourcePrepare (GSource *s, gint *timeout) |
static gboolean | postEventSourceCheck (GSource *source) |
static gboolean | postEventSourceDispatch (GSource *s, GSourceFunc, gpointer) |
◆ idleTimerSourceCheck()
gboolean idleTimerSourceCheck |
( |
GSource * | source | ) |
|
|
static |
◆ idleTimerSourceDispatch()
gboolean idleTimerSourceDispatch |
( |
GSource * | source, |
|
|
GSourceFunc | , |
|
|
gpointer | ) |
|
static |
◆ idleTimerSourcePrepare()
gboolean idleTimerSourcePrepare |
( |
GSource * | source, |
|
|
gint * | timeout ) |
|
static |
◆ postEventSourceCheck()
gboolean postEventSourceCheck |
( |
GSource * | source | ) |
|
|
static |
◆ postEventSourceDispatch()
gboolean postEventSourceDispatch |
( |
GSource * | s, |
|
|
GSourceFunc | , |
|
|
gpointer | ) |
|
static |
◆ postEventSourcePrepare()
gboolean postEventSourcePrepare |
( |
GSource * | s, |
|
|
gint * | timeout ) |
|
static |
◆ socketNotifierSourceCheck()
gboolean socketNotifierSourceCheck |
( |
GSource * | source | ) |
|
|
static |
◆ socketNotifierSourceDispatch()
gboolean socketNotifierSourceDispatch |
( |
GSource * | source, |
|
|
GSourceFunc | , |
|
|
gpointer | ) |
|
static |
◆ socketNotifierSourcePrepare()
gboolean socketNotifierSourcePrepare |
( |
GSource * | , |
|
|
gint * | timeout ) |
|
static |
◆ timerSourceCheck()
gboolean timerSourceCheck |
( |
GSource * | source | ) |
|
|
static |
◆ timerSourceCheckHelper()
◆ timerSourceDispatch()
gboolean timerSourceDispatch |
( |
GSource * | source, |
|
|
GSourceFunc | , |
|
|
gpointer | ) |
|
static |
◆ timerSourcePrepare()
gboolean timerSourcePrepare |
( |
GSource * | source, |
|
|
gint * | timeout ) |
|
static |
◆ timerSourcePrepareHelper()
gboolean timerSourcePrepareHelper |
( |
GTimerSource * | src, |
|
|
gint * | timeout ) |
|
static |
◆ idleTimerSourceFuncs
Q_CONSTINIT GSourceFuncs idleTimerSourceFuncs |
|
static |
Initial value:= {
nullptr,
nullptr,
nullptr
}
static gboolean idleTimerSourcePrepare(GSource *source, gint *timeout)
static gboolean idleTimerSourceDispatch(GSource *source, GSourceFunc, gpointer)
static gboolean idleTimerSourceCheck(GSource *source)
Definition at line 203 of file qeventdispatcher_glib.cpp.
◆ postEventSourceFuncs
Q_CONSTINIT GSourceFuncs postEventSourceFuncs |
|
static |
Initial value:= {
nullptr,
nullptr,
nullptr
}
static gboolean postEventSourceDispatch(GSource *s, GSourceFunc, gpointer)
static gboolean postEventSourcePrepare(GSource *s, gint *timeout)
static gboolean postEventSourceCheck(GSource *source)
Definition at line 251 of file qeventdispatcher_glib.cpp.
◆ socketNotifierSourceFuncs
Q_CONSTINIT GSourceFuncs socketNotifierSourceFuncs |
|
static |
Initial value:= {
nullptr,
nullptr,
nullptr
}
static gboolean socketNotifierSourcePrepare(GSource *, gint *timeout)
static gboolean socketNotifierSourceCheck(GSource *source)
static gboolean socketNotifierSourceDispatch(GSource *source, GSourceFunc, gpointer)
Definition at line 83 of file qeventdispatcher_glib.cpp.
◆ timerSourceFuncs
Q_CONSTINIT GSourceFuncs timerSourceFuncs |
|
static |
Initial value:= {
nullptr,
nullptr,
nullptr
}
static gboolean timerSourceCheck(GSource *source)
static gboolean timerSourcePrepare(GSource *source, gint *timeout)
static gboolean timerSourceDispatch(GSource *source, GSourceFunc, gpointer)
Definition at line 156 of file qeventdispatcher_glib.cpp.