![]() |
Qt 6.x
The Qt SDK
|
#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) |
#define STRICT_TYPED_ITEMIDS |
Definition at line 14 of file qwindowscontext.h.
LRESULT QT_WIN_CALLBACK qWindowsWndProc | ( | HWND | , |
UINT | , | ||
WPARAM | , | ||
LPARAM | |||
) |
Referenced by QWindowsContext::registerWindowClass(), showSystemMenu(), and startDoDragDrop().