![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#include "QtCore/qabstracteventdispatcher.h"#include "QtCore/qt_windows.h"#include "QtCore/qhash.h"#include "QtCore/qatomic.h"#include "qabstracteventdispatcher_p.h"Go to the source code of this file.
Classes | |
| class | QEventDispatcherWin32 |
| struct | QSockNot |
| struct | QSockFd |
| struct | WinTimerInfo |
| class | QZeroTimerEvent |
| class | QEventDispatcherWin32Private |
Typedefs | |
| typedef QHash< qintptr, QSockNot * > | QSNDict |
| typedef QHash< qintptr, QSockFd > | QSFDict |
| typedef QHash< int, WinTimerInfo * > | WinTimerDict |
Functions | |
| LRESULT QT_WIN_CALLBACK | qt_internal_proc (HWND hwnd, UINT message, WPARAM wp, LPARAM lp) |
| typedef QHash<int, WinTimerInfo*> WinTimerDict |
Definition at line 108 of file qeventdispatcher_win_p.h.
| LRESULT QT_WIN_CALLBACK qt_internal_proc | ( | HWND | hwnd, |
| UINT | message, | ||
| WPARAM | wp, | ||
| LPARAM | lp ) |
Definition at line 69 of file qeventdispatcher_win.cpp.