![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include <qeventdispatcher_unix_p.h>
Additional Inherited Members | |
![]() | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
![]() | |
static int | allocateTimerId () |
static void | releaseTimerId (int id) |
static void | releaseTimerId (Qt::TimerId id) |
static QAbstractEventDispatcherPrivate * | get (QAbstractEventDispatcher *o) |
static const QAbstractEventDispatcherPrivate * | get (const QAbstractEventDispatcher *o) |
![]() | |
static bool | removeConnection (Connection *c) |
static QObjectPrivate * | get (QObject *o) |
static const QObjectPrivate * | get (const QObject *o) |
template<typename Func1, typename Func2> | |
static QMetaObject::Connection | connect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot, Qt::ConnectionType type=Qt::AutoConnection) |
template<typename Func1, typename Func2> | |
static bool | disconnect (const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiverPrivate, Func2 slot) |
static QMetaObject::Connection | connectImpl (const QObject *sender, int signal_index, const QObject *receiver, void **slot, QtPrivate::QSlotObjectBase *slotObj, int type, const int *types, const QMetaObject *senderMetaObject) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static QMetaObject::Connection | connect (const QObject *sender, int signal_index, const QObject *receiver, QtPrivate::QSlotObjectBase *slotObj, Qt::ConnectionType type) |
static bool | disconnect (const QObject *sender, int signal_index, void **slot) |
static bool | disconnect (const QObject *sender, int signal_index, const QObject *receiver, void **slot) |
Definition at line 92 of file qeventdispatcher_unix_p.h.
QEventDispatcherUNIXPrivate::QEventDispatcherUNIXPrivate | ( | ) |
Definition at line 175 of file qeventdispatcher_unix.cpp.
QEventDispatcherUNIXPrivate::~QEventDispatcherUNIXPrivate | ( | ) |
Definition at line 181 of file qeventdispatcher_unix.cpp.
int QEventDispatcherUNIXPrivate::activateSocketNotifiers | ( | ) |
Definition at line 242 of file qeventdispatcher_unix.cpp.
int QEventDispatcherUNIXPrivate::activateTimers | ( | ) |
Definition at line 197 of file qeventdispatcher_unix.cpp.
void QEventDispatcherUNIXPrivate::markPendingSocketNotifiers | ( | ) |
Definition at line 202 of file qeventdispatcher_unix.cpp.
void QEventDispatcherUNIXPrivate::setSocketNotifierPending | ( | QSocketNotifier * | notifier | ) |
Definition at line 187 of file qeventdispatcher_unix.cpp.
QAtomicInt QEventDispatcherUNIXPrivate::interrupt |
Definition at line 113 of file qeventdispatcher_unix_p.h.
QList<QSocketNotifier *> QEventDispatcherUNIXPrivate::pendingNotifiers |
Definition at line 110 of file qeventdispatcher_unix_p.h.
QList<pollfd> QEventDispatcherUNIXPrivate::pollfds |
Definition at line 107 of file qeventdispatcher_unix_p.h.
QHash<int, QSocketNotifierSetUNIX> QEventDispatcherUNIXPrivate::socketNotifiers |
Definition at line 109 of file qeventdispatcher_unix_p.h.
QThreadPipe QEventDispatcherUNIXPrivate::threadPipe |
Definition at line 106 of file qeventdispatcher_unix_p.h.
QTimerInfoList QEventDispatcherUNIXPrivate::timerList |
Definition at line 112 of file qeventdispatcher_unix_p.h.