![]() |
Qt 6.x
The Qt SDK
|
#include <qeventdispatcher_win_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 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 108 of file qeventdispatcher_win_p.h.
QEventDispatcherWin32Private::QEventDispatcherWin32Private | ( | ) |
Definition at line 66 of file qeventdispatcher_win.cpp.
QEventDispatcherWin32Private::~QEventDispatcherWin32Private | ( | ) |
Definition at line 73 of file qeventdispatcher_win.cpp.
References internalHwnd.
void QEventDispatcherWin32Private::doWsaAsyncSelect | ( | int | socket, |
long | event | ||
) |
Definition at line 412 of file qeventdispatcher_win.cpp.
References internalHwnd, Q_ASSERT, socket, and WM_QT_SOCKETNOTIFIER.
void QEventDispatcherWin32Private::postActivateSocketNotifiers | ( | ) |
Definition at line 420 of file qeventdispatcher_win.cpp.
References activateNotifiersPosted, internalHwnd, and WM_QT_ACTIVATENOTIFIERS.
void QEventDispatcherWin32Private::registerTimer | ( | WinTimerInfo * | t | ) |
Definition at line 343 of file qeventdispatcher_win.cpp.
References calculateNextTimeout(), DWORD_PTR, internalHwnd, ok, QCoreApplication::postEvent(), Q_ASSERT, qErrnoWarning(), qt_fast_timer_proc(), qt_msectime(), and TIME_KILL_SYNCHRONOUS.
void QEventDispatcherWin32Private::sendTimerEvent | ( | int | timerId | ) |
Definition at line 390 of file qeventdispatcher_win.cpp.
References calculateNextTimeout(), e, WinTimerInfo::inTimerEvent, qt_msectime(), QCoreApplication::sendEvent(), timerDict, and QHash< Key, T >::value().
void QEventDispatcherWin32Private::startPostedEventsTimer | ( | ) |
Definition at line 215 of file qeventdispatcher_win.cpp.
References internalHwnd, SendPostedEventsTimerId, sendPostedEventsTimerId, QBasicAtomicInteger< T >::storeRelaxed(), and wakeUps.
void QEventDispatcherWin32Private::unregisterTimer | ( | WinTimerInfo * | t | ) |
Definition at line 375 of file qeventdispatcher_win.cpp.
References internalHwnd.
bool QEventDispatcherWin32Private::activateNotifiersPosted |
Definition at line 136 of file qeventdispatcher_win_p.h.
Referenced by postActivateSocketNotifiers().
QSFDict QEventDispatcherWin32Private::active_fd |
Definition at line 135 of file qeventdispatcher_win_p.h.
bool QEventDispatcherWin32Private::closingDown = false |
Definition at line 140 of file qeventdispatcher_win_p.h.
HWND QEventDispatcherWin32Private::internalHwnd |
Definition at line 118 of file qeventdispatcher_win_p.h.
Referenced by ~QEventDispatcherWin32Private(), doWsaAsyncSelect(), postActivateSocketNotifiers(), registerTimer(), startPostedEventsTimer(), and unregisterTimer().
QAtomicInt QEventDispatcherWin32Private::interrupt |
Definition at line 115 of file qeventdispatcher_win_p.h.
Definition at line 143 of file qeventdispatcher_win_p.h.
Definition at line 142 of file qeventdispatcher_win_p.h.
UINT_PTR QEventDispatcherWin32Private::sendPostedEventsTimerId |
Definition at line 121 of file qeventdispatcher_win_p.h.
Referenced by startPostedEventsTimer().
QSNDict QEventDispatcherWin32Private::sn_except |
Definition at line 134 of file qeventdispatcher_win_p.h.
QSNDict QEventDispatcherWin32Private::sn_read |
Definition at line 132 of file qeventdispatcher_win_p.h.
QSNDict QEventDispatcherWin32Private::sn_write |
Definition at line 133 of file qeventdispatcher_win_p.h.
WinTimerDict QEventDispatcherWin32Private::timerDict |
Definition at line 126 of file qeventdispatcher_win_p.h.
Referenced by sendTimerEvent().
QAtomicInt QEventDispatcherWin32Private::wakeUps |
Definition at line 122 of file qeventdispatcher_win_p.h.
Referenced by startPostedEventsTimer().