![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
#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>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. | |
| #define STRICT_TYPED_ITEMIDS |
Definition at line 14 of file qwindowscontext.h.
| 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 1501 of file qwindowscontext.cpp.