Qt 4.8
|
Public Functions | |
void | activateEventNotifier (QWinEventNotifier *wen) |
void | doWsaAsyncSelect (int socket) |
QEventDispatcherWin32Private () | |
void | registerTimer (WinTimerInfo *t) |
void | sendTimerEvent (int timerId) |
void | unregisterTimer (WinTimerInfo *t, bool closingDown=false) |
~QEventDispatcherWin32Private () | |
Public Functions inherited from QAbstractEventDispatcherPrivate | |
void | init () |
QAbstractEventDispatcherPrivate () | |
Public Functions inherited from QObjectPrivate | |
void | _q_reregisterTimers (void *pointer) |
void | addConnection (int signal, Connection *c) |
void | cleanConnectionLists () |
void | connectNotify (const char *signal) |
void | deleteChildren () |
void | disconnectNotify (const char *signal) |
bool | isSender (const QObject *receiver, const char *signal) const |
bool | isSignalConnected (uint signalIdx) const |
Returns true if the signal with index signal_index from object sender is connected. More... | |
void | moveToThread_helper () |
QObjectPrivate (int version=QObjectPrivateVersion) | |
QObjectList | receiverList (const char *signal) const |
QObjectList | senderList () const |
void | setParent_helper (QObject *) |
void | setThreadData_helper (QThreadData *currentData, QThreadData *targetData) |
int | signalIndex (const char *signalName) const |
Returns the signal index used in the internal connectionLists vector. More... | |
virtual | ~QObjectPrivate () |
Public Functions inherited from QObjectData | |
virtual | ~QObjectData ()=0 |
Additional Inherited Members | |
Public Types inherited from QObjectPrivate | |
typedef void(* | StaticMetaCallFunction) (QObject *, QMetaObject::Call, int, void **) |
Static Public Functions inherited from QAbstractEventDispatcherPrivate | |
static int | allocateTimerId () |
static void | releaseTimerId (int id) |
Static Public Functions inherited from QObjectPrivate | |
static void | clearGuards (QObject *) |
static QObjectPrivate * | get (QObject *o) |
static void | resetCurrentSender (QObject *receiver, Sender *currentSender, Sender *previousSender) |
static Sender * | setCurrentSender (QObject *receiver, Sender *sender) |
static void | signalSignature (const QMetaMethod &signal, QVarLengthArray< char > *result) |
Definition at line 339 of file qeventdispatcher_win.cpp.
QEventDispatcherWin32Private::QEventDispatcherWin32Private | ( | ) |
Definition at line 379 of file qeventdispatcher_win.cpp.
QEventDispatcherWin32Private::~QEventDispatcherWin32Private | ( | ) |
Definition at line 386 of file qeventdispatcher_win.cpp.
void QEventDispatcherWin32Private::activateEventNotifier | ( | QWinEventNotifier * | wen | ) |
Definition at line 394 of file qeventdispatcher_win.cpp.
void QEventDispatcherWin32Private::doWsaAsyncSelect | ( | int | socket | ) |
Definition at line 665 of file qeventdispatcher_win.cpp.
void QEventDispatcherWin32Private::registerTimer | ( | WinTimerInfo * | t | ) |
Definition at line 605 of file qeventdispatcher_win.cpp.
void QEventDispatcherWin32Private::sendTimerEvent | ( | int | timerId | ) |
Definition at line 647 of file qeventdispatcher_win.cpp.
Referenced by qt_internal_proc().
void QEventDispatcherWin32Private::unregisterTimer | ( | WinTimerInfo * | t, |
bool | closingDown = false |
||
) |
Definition at line 630 of file qeventdispatcher_win.cpp.
HHOOK QEventDispatcherWin32Private::getMessageHook |
Definition at line 352 of file qeventdispatcher_win.cpp.
HWND QEventDispatcherWin32Private::internalHwnd |
Definition at line 351 of file qeventdispatcher_win.cpp.
Referenced by doWsaAsyncSelect(), qt_GetMessageHook(), registerTimer(), unregisterTimer(), and ~QEventDispatcherWin32Private().
bool QEventDispatcherWin32Private::interrupt |
Definition at line 348 of file qeventdispatcher_win.cpp.
int QEventDispatcherWin32Private::lastSerialNumber |
Definition at line 356 of file qeventdispatcher_win.cpp.
Referenced by qt_internal_proc().
Definition at line 376 of file qeventdispatcher_win.cpp.
Definition at line 375 of file qeventdispatcher_win.cpp.
int QEventDispatcherWin32Private::sendPostedEventsWindowsTimerId |
Definition at line 356 of file qeventdispatcher_win.cpp.
Referenced by qt_GetMessageHook(), and qt_internal_proc().
QAtomicInt QEventDispatcherWin32Private::serialNumber |
Definition at line 355 of file qeventdispatcher_win.cpp.
Referenced by qt_GetMessageHook(), and qt_internal_proc().
QSNDict QEventDispatcherWin32Private::sn_except |
Definition at line 369 of file qeventdispatcher_win.cpp.
Referenced by doWsaAsyncSelect(), and qt_internal_proc().
QSNDict QEventDispatcherWin32Private::sn_read |
Definition at line 367 of file qeventdispatcher_win.cpp.
Referenced by doWsaAsyncSelect(), and qt_internal_proc().
QSNDict QEventDispatcherWin32Private::sn_write |
Definition at line 368 of file qeventdispatcher_win.cpp.
Referenced by doWsaAsyncSelect(), and qt_internal_proc().
DWORD QEventDispatcherWin32Private::threadId |
Definition at line 346 of file qeventdispatcher_win.cpp.
WinTimerDict QEventDispatcherWin32Private::timerDict |
Definition at line 361 of file qeventdispatcher_win.cpp.
Referenced by sendTimerEvent().
WinTimerVec QEventDispatcherWin32Private::timerVec |
Definition at line 360 of file qeventdispatcher_win.cpp.
QAtomicInt QEventDispatcherWin32Private::wakeUps |
Definition at line 357 of file qeventdispatcher_win.cpp.
QList<QWinEventNotifier *> QEventDispatcherWin32Private::winEventNotifierList |
Definition at line 372 of file qeventdispatcher_win.cpp.