![]() |
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 1257 of file qwindowswindow.cpp.
|
static |
Definition at line 1231 of file qwindowswindow.cpp.
|
static |
Definition at line 1148 of file qwindowswindow.cpp.
References QWindowsContext::instance(), QWindowsScreenManager::isSingleScreen(), QWindowsScreenManager::screenAtDp(), and QWindowsContext::screenManager().
|
static |
Definition at line 1109 of file qwindowswindow.cpp.
Definition at line 1141 of file qwindowswindow.cpp.
|
static |
Definition at line 1127 of file qwindowswindow.cpp.
References QWindowsContext::instance(), and QWindowsContext::screenManager().
|
static |
Definition at line 1087 of file qwindowswindow.cpp.
Definition at line 1103 of file qwindowswindow.cpp.
|
static |
Definition at line 1209 of file qwindowswindow.cpp.
|
static |
Definition at line 1167 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 1264 of file qwindowswindow.cpp.