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
qwindowscontext.h File Reference

(6793a519667eaef07d6bc04d2799b1746d258c41)

#include "qtwindowsglobal.h"
#include <QtCore/qt_windows.h>
#include <QtCore/qscopedpointer.h>
#include <QtCore/qsharedpointer.h>
#include <QtCore/qloggingcategory.h>
#include <shlobj.h>
#include <shlwapi.h>
Include dependency graph for qwindowscontext.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QWindowsContext
 Singleton container for all relevant information. More...

Macros

#define STRICT_TYPED_ITEMIDS

Functions

LRESULT QT_WIN_CALLBACK qWindowsWndProc (HWND, UINT, WPARAM, LPARAM)
 Windows functions for actual windows.

Macro Definition Documentation

◆ STRICT_TYPED_ITEMIDS

#define STRICT_TYPED_ITEMIDS

Definition at line 14 of file qwindowscontext.h.

Function Documentation

◆ qWindowsWndProc()

LRESULT QT_WIN_CALLBACK qWindowsWndProc ( HWND hwnd,
UINT message,
WPARAM wParam,
LPARAM lParam )

Windows functions for actual windows.

There is another one for timers, sockets, etc in QEventDispatcherWin32.

Definition at line 1504 of file qwindowscontext.cpp.