Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qeventdispatcher_win_p.h File Reference

(bb716c01118ea42d1d7ffe2ac78501b53f9ed6d1)

#include "QtCore/qabstracteventdispatcher.h"
#include "QtCore/qt_windows.h"
#include "QtCore/qhash.h"
#include "QtCore/qatomic.h"
#include "qabstracteventdispatcher_p.h"
Include dependency graph for qeventdispatcher_win_p.h:
This graph shows which files directly or indirectly include this file:

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, QSockFdQSFDict
typedef QHash< int, WinTimerInfo * > WinTimerDict

Functions

LRESULT QT_WIN_CALLBACK qt_internal_proc (HWND hwnd, UINT message, WPARAM wp, LPARAM lp)

Typedef Documentation

◆ QSFDict

Definition at line 85 of file qeventdispatcher_win_p.h.

◆ QSNDict

Definition at line 76 of file qeventdispatcher_win_p.h.

◆ WinTimerDict

Definition at line 108 of file qeventdispatcher_win_p.h.

Function Documentation

◆ qt_internal_proc()

LRESULT QT_WIN_CALLBACK qt_internal_proc ( HWND hwnd,
UINT message,
WPARAM wp,
LPARAM lp )

Definition at line 69 of file qeventdispatcher_win.cpp.