Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
qeventdispatcher_win_p.h File Reference

(394602a80a205565f72de09a62c2ddb190f4fe89)

#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 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: