![]() |
Qt 6.x
The Qt SDK
|
#include <QtCore/qt_windows.h>
#include <QtCore/qpointer.h>
#include "qwindowsapplication.h"
#include "qwindowscursor.h"
#include <qpa/qplatformwindow.h>
#include <qpa/qplatformwindow_p.h>
#include <optional>
Go to the source code of this file.
Classes | |
class | QWindowsGeometryHint |
Stores geometry constraints and provides utility functions. More... | |
class | QWindowCreationContext |
Active Context for creating windows. More... | |
struct | QWindowsWindowData |
class | QWindowsBaseWindow |
Base class for QWindowsForeignWindow, QWindowsWindow. More... | |
class | QWindowsDesktopWindow |
Window wrapping GetDesktopWindow not allowing any manipulation. More... | |
class | QWindowsForeignWindow |
Window wrapping a foreign native window. More... | |
class | QWindowsWindow |
Raster or OpenGL Window. More... | |
Functions | |
QDebug | operator<< (QDebug d, const RECT &r) |
QDebug | operator<< (QDebug d, const POINT &) |
QDebug | operator<< (QDebug d, const MINMAXINFO &i) |
QDebug | operator<< (QDebug d, const NCCALCSIZE_PARAMS &p) |
QDebug | operator<< (QDebug d, const WINDOWPLACEMENT &) |
QDebug | operator<< (QDebug d, const WINDOWPOS &) |
QDebug | operator<< (QDebug d, const GUID &guid) |
static void | clientToScreen (HWND hwnd, POINT *wP) |
static void | screenToClient (HWND hwnd, POINT *wP) |
|
inlinestatic |
Definition at line 411 of file qwindowswindow.h.
References QWindowsBaseWindow::isRtlLayout().
Referenced by compressMouseMove(), QWindowsGeometryHint::mapToGlobal(), and QWindowsContext::windowsProc().
Definition at line 335 of file qwindowswindow.cpp.
References d, Qt::hex(), i, qSetFieldWidth(), qSetPadChar(), and Qt::uppercasedigits().
Definition at line 312 of file qwindowswindow.cpp.
Definition at line 303 of file qwindowswindow.cpp.
References d.
Definition at line 284 of file qwindowswindow.cpp.
References d.
Definition at line 274 of file qwindowswindow.cpp.
References d.
Definition at line 323 of file qwindowswindow.cpp.
References d, debugShowWindowCmd(), and debugWindowPlacementFlags().
Definition at line 292 of file qwindowswindow.cpp.
References d, and debugWinSwpPos().
|
inlinestatic |
Definition at line 421 of file qwindowswindow.h.
References QWindowsBaseWindow::isRtlLayout().
Referenced by findPlatformWindowHelper(), frameGeometry(), and QWindowsGeometryHint::mapFromGlobal().