![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Stores geometry constraints and provides utility functions. More...
#include <qwindowswindow.h>
Static Public Member Functions | |
| static QMargins | frameOnPrimaryScreen (const QWindow *w, DWORD style, DWORD exStyle) |
| static QMargins | frameOnPrimaryScreen (const QWindow *w, HWND hwnd) |
| static QMargins | frame (const QWindow *w, DWORD style, DWORD exStyle, qreal dpi) |
| static QMargins | frame (const QWindow *w, HWND hwnd, DWORD style, DWORD exStyle) |
| static QMargins | frame (const QWindow *w, HWND hwnd) |
| static QMargins | frame (const QWindow *w, const QRect &geometry, DWORD style, DWORD exStyle) |
| static bool | handleCalculateSize (const QWindow *window, const QMargins &customMargins, const MSG &msg, LRESULT *result) |
| static void | applyToMinMaxInfo (const QWindow *w, const QScreen *screen, const QMargins &margins, MINMAXINFO *mmi) |
| static void | applyToMinMaxInfo (const QWindow *w, const QMargins &margins, MINMAXINFO *mmi) |
| static void | frameSizeConstraints (const QWindow *w, const QScreen *screen, const QMargins &margins, QSize *minimumSize, QSize *maximumSize) |
| static QPoint | mapToGlobal (HWND hwnd, const QPoint &) |
| static QPoint | mapToGlobal (const QWindow *w, const QPoint &) |
| static QPoint | mapFromGlobal (const HWND hwnd, const QPoint &) |
| static QPoint | mapFromGlobal (const QWindow *w, const QPoint &) |
| static bool | positionIncludesFrame (const QWindow *w) |
Stores geometry constraints and provides utility functions.
Geometry constraints ready to apply to a MINMAXINFO taking frame into account.
Definition at line 28 of file qwindowswindow.h.
|
static |
Definition at line 1264 of file qwindowswindow.cpp.
|
static |
Definition at line 1238 of file qwindowswindow.cpp.
|
static |
Definition at line 1155 of file qwindowswindow.cpp.
References QWindowsContext::instance(), QWindowsScreenManager::isSingleScreen(), QWindowsScreenManager::screenAtDp(), and QWindowsContext::screenManager().
|
static |
Definition at line 1116 of file qwindowswindow.cpp.
Definition at line 1148 of file qwindowswindow.cpp.
|
static |
Definition at line 1134 of file qwindowswindow.cpp.
References QWindowsContext::instance(), and QWindowsContext::screenManager().
|
static |
Definition at line 1094 of file qwindowswindow.cpp.
Definition at line 1110 of file qwindowswindow.cpp.
|
static |
Definition at line 1216 of file qwindowswindow.cpp.
|
static |
Definition at line 1174 of file qwindowswindow.cpp.
Definition at line 454 of file qwindowswindow.h.
Definition at line 464 of file qwindowswindow.h.
Definition at line 461 of file qwindowswindow.h.
Definition at line 447 of file qwindowswindow.h.
|
static |
Definition at line 1271 of file qwindowswindow.cpp.