Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
qeventdispatcher_win_p.h File Reference
#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< int, QSockNot * > QSNDict
 
typedef QHash< int, 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

typedef QHash<int, QSockFd> QSFDict

Definition at line 85 of file qeventdispatcher_win_p.h.

◆ QSNDict

typedef QHash<int, QSockNot *> QSNDict

Definition at line 76 of file qeventdispatcher_win_p.h.

◆ WinTimerDict

Definition at line 106 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.

Referenced by QWindowsMessageWindowClassContext::QWindowsMessageWindowClassContext().

+ Here is the caller graph for this function: