![]() |
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 27 of file qwindowswindow.h.
|
static |
Definition at line 1251 of file qwindowswindow.cpp.
|
static |
Definition at line 1225 of file qwindowswindow.cpp.
|
static |
Definition at line 1142 of file qwindowswindow.cpp.
References QWindowsContext::instance(), QWindowsScreenManager::isSingleScreen(), QWindowsScreenManager::screenAtDp(), and QWindowsContext::screenManager().
|
static |
Definition at line 1103 of file qwindowswindow.cpp.
Definition at line 1135 of file qwindowswindow.cpp.
|
static |
Definition at line 1121 of file qwindowswindow.cpp.
References QWindowsContext::instance(), and QWindowsContext::screenManager().
|
static |
Definition at line 1081 of file qwindowswindow.cpp.
Definition at line 1097 of file qwindowswindow.cpp.
|
static |
Definition at line 1203 of file qwindowswindow.cpp.
|
static |
Definition at line 1161 of file qwindowswindow.cpp.
Definition at line 453 of file qwindowswindow.h.
Definition at line 463 of file qwindowswindow.h.
Definition at line 460 of file qwindowswindow.h.
Definition at line 446 of file qwindowswindow.h.
|
static |
Definition at line 1258 of file qwindowswindow.cpp.