![]() |
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_win_p.h>
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
using | ConnectionDataPointer = QExplicitlySharedDataPointer<ConnectionData> |
Static Public Member Functions inherited from QAbstractEventDispatcherPrivate | |
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 Public Member Functions inherited from QObjectPrivate | |
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 110 of file qeventdispatcher_win_p.h.
QEventDispatcherWin32Private::QEventDispatcherWin32Private | ( | ) |
Definition at line 67 of file qeventdispatcher_win.cpp.
QEventDispatcherWin32Private::~QEventDispatcherWin32Private | ( | ) |
Definition at line 74 of file qeventdispatcher_win.cpp.
Definition at line 426 of file qeventdispatcher_win.cpp.
void QEventDispatcherWin32Private::postActivateSocketNotifiers | ( | ) |
Definition at line 434 of file qeventdispatcher_win.cpp.
void QEventDispatcherWin32Private::registerTimer | ( | WinTimerInfo * | t | ) |
Definition at line 344 of file qeventdispatcher_win.cpp.
void QEventDispatcherWin32Private::sendTimerEvent | ( | int | timerId | ) |
Definition at line 397 of file qeventdispatcher_win.cpp.
void QEventDispatcherWin32Private::startPostedEventsTimer | ( | ) |
Definition at line 216 of file qeventdispatcher_win.cpp.
void QEventDispatcherWin32Private::unregisterTimer | ( | WinTimerInfo * | t | ) |
Definition at line 382 of file qeventdispatcher_win.cpp.
bool QEventDispatcherWin32Private::activateNotifiersPosted |
Definition at line 138 of file qeventdispatcher_win_p.h.
QSFDict QEventDispatcherWin32Private::active_fd |
Definition at line 137 of file qeventdispatcher_win_p.h.
bool QEventDispatcherWin32Private::closingDown = false |
Definition at line 142 of file qeventdispatcher_win_p.h.
HWND QEventDispatcherWin32Private::internalHwnd |
Definition at line 120 of file qeventdispatcher_win_p.h.
QAtomicInt QEventDispatcherWin32Private::interrupt |
Definition at line 117 of file qeventdispatcher_win_p.h.
Definition at line 145 of file qeventdispatcher_win_p.h.
Definition at line 144 of file qeventdispatcher_win_p.h.
UINT_PTR QEventDispatcherWin32Private::sendPostedEventsTimerId |
Definition at line 123 of file qeventdispatcher_win_p.h.
QSNDict QEventDispatcherWin32Private::sn_except |
Definition at line 136 of file qeventdispatcher_win_p.h.
QSNDict QEventDispatcherWin32Private::sn_read |
Definition at line 134 of file qeventdispatcher_win_p.h.
QSNDict QEventDispatcherWin32Private::sn_write |
Definition at line 135 of file qeventdispatcher_win_p.h.
WinTimerDict QEventDispatcherWin32Private::timerDict |
Definition at line 128 of file qeventdispatcher_win_p.h.
QAtomicInt QEventDispatcherWin32Private::wakeUps |
Definition at line 124 of file qeventdispatcher_win_p.h.