![]() |
Qt 6.x
The Qt SDK
|
#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< int, QSockNot * > | QSNDict |
typedef QHash< int, QSockFd > | QSFDict |
typedef QHash< int, WinTimerInfo * > | WinTimerDict |
Functions | |
LRESULT QT_WIN_CALLBACK | qt_internal_proc (HWND hwnd, UINT message, WPARAM wp, LPARAM lp) |
Definition at line 85 of file qeventdispatcher_win_p.h.
Definition at line 76 of file qeventdispatcher_win_p.h.
typedef QHash<int, WinTimerInfo*> WinTimerDict |
Definition at line 106 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.
Referenced by QWindowsMessageWindowClassContext::QWindowsMessageWindowClassContext().