|
ReactOS 0.4.16-dev-1948-gd260c1d
|

Go to the source code of this file.
Classes | |
| struct | _CVR |
| struct | _SMWP |
Macros | |
| #define | GetSnapSetting(gspvmember) (IsSnapEnabled() ? (gspv.gspvmember) : 0) |
Typedefs | |
| typedef struct _CVR | CVR |
| typedef struct _CVR * | PCVR |
| typedef struct _SMWP | SMWP |
| typedef struct _SMWP * | PSMWP |
| #define GetSnapSetting | ( | gspvmember | ) | (IsSnapEnabled() ? (gspv.gspvmember) : 0) |
Definition at line 285 of file winpos.c.
Referenced by co_WinPosShowWindow(), and UserSetActiveWindow().
Definition at line 3942 of file winpos.c.
Referenced by co_IntSnapWindow(), co_WinPosMinMaximize(), DefWndDoSizeMove(), and IntDefWindowProc().
Definition at line 3972 of file winpos.c.
Referenced by co_IntUnsnapWindow(), DefWndDoSizeMove(), and IntDefWindowProc().
| FORCEINLINE VOID co_IntUnsnapWindow | ( | PWND | Wnd | ) |
Definition at line 397 of file winpos.c.
Referenced by co_WinPosShowWindow(), IntForceMinimizeWindow(), IntSendDestroyMsg(), and UserSetActiveWindow().
Definition at line 737 of file winpos.c.
Referenced by NtUserCallHwndLock().
| UINT FASTCALL co_WinPosGetMinMaxInfo | ( | PWND | Window, |
| POINT * | MaxSize, | ||
| POINT * | MaxPos, | ||
| POINT * | MinTrack, | ||
| POINT * | MaxTrack | ||
| ) |
Definition at line 940 of file winpos.c.
Referenced by co_IntCalculateSnapPosition(), co_UserCreateWindowEx(), co_WinPosMinMaximize(), DefWndDoSizeMove(), and DefWndHandleWindowPosChanging().
Definition at line 2402 of file winpos.c.
Referenced by co_UserCreateWindowEx(), and co_WinPosShowWindow().
| BOOLEAN FASTCALL co_WinPosSetWindowPos | ( | PWND | Wnd, |
| HWND | WndInsertAfter, | ||
| INT | x, | ||
| INT | y, | ||
| INT | cx, | ||
| INT | cy, | ||
| UINT | flags | ||
| ) |
Definition at line 1792 of file winpos.c.
Referenced by co_IntSendActivateMessages(), co_IntSetForegroundMessageQueue(), co_IntSetParent(), co_IntShowDesktop(), co_IntSnapWindow(), co_UserCreateWindowEx(), co_UserDestroyWindow(), co_UserShowScrollBar(), co_WinPosArrangeIconicWindows(), co_WinPosShowWindow(), DefWndDoSizeMove(), DefWndHandleSetCursor(), DesktopWindowProc(), handle_internal_message(), IntActivateWindow(), IntEndDeferWindowPosEx(), IntSetWindowPlacement(), IntUpdateLayeredWindowI(), MENU_ShowPopup(), NC_HandleNCLButtonDblClk(), NtUserCallHwndLock(), NtUserCallTwoParam(), NtUserSetMenu(), NtUserSetShellWindowEx(), NtUserSetWindowPos(), NtUserSetWindowRgn(), SpiNotifyNCMetricsChanged(), and WinPosDoOwnedPopups().
Definition at line 2621 of file winpos.c.
Referenced by co_IntSetParent(), co_UserCreateWindowEx(), co_UserDestroyWindow(), co_UserShowScrollBar(), DefWndHandleSysCommand(), handle_internal_message(), IntDefWindowProc(), IntSetWindowPlacement(), NtUserMinMaximize(), and NtUserShowWindow().
| PWND APIENTRY co_WinPosWindowFromPoint | ( | IN PWND | ScopeWin, |
| IN POINT * | WinPoint, | ||
| IN OUT USHORT * | HitTest, | ||
| IN BOOL | Ignore | ||
| ) |
Definition at line 2991 of file winpos.c.
Referenced by co_IntProcessMouseMessage(), and NtUserWindowFromPoint().
Definition at line 199 of file winpos.c.
Referenced by IntDefWindowProc(), NC_GetSysPopupPos(), and WinPosFixupFlags().
| FORCEINLINE BOOL IntEqualRect | ( | RECTL * | lprc1, |
| RECTL * | lprc2 | ||
| ) |
Definition at line 48 of file winpos.h.
Referenced by IntGetNCUpdateRgn(), and NC_DoNCPaint().
Definition at line 71 of file winpos.c.
Referenced by co_IntFixCaret(), and IntScrollWindowEx().
Definition at line 121 of file winpos.c.
Referenced by DefWndScreenshot(), IntGetNCUpdateRgn(), IntIsWindowFullscreen(), MENU_FindItemByCoords(), MENU_ShowSubPopup(), NC_DoNCPaint(), NC_GetSysPopupPos(), UserDrawCaptionBar(), and UserDrawCaptionButtonWnd().
Definition at line 3934 of file winpos.c.
Referenced by co_IntSnapWindow(), co_WinPosMinMaximize(), DefWndDoSizeMove(), and IntDefWindowProc().
| FORCEINLINE BOOLEAN IntIsSnapAllowedForWindow | ( | PWND | Wnd | ) |
Definition at line 101 of file winpos.h.
Referenced by DefWndDoSizeMove(), and IntDefWindowProc().
| FORCEINLINE BOOLEAN IntIsWindowSnapped | ( | PWND | Wnd | ) |
Definition at line 95 of file winpos.h.
Referenced by co_IntSnapWindow(), DefWndDoSizeMove(), and WinPosInitInternalPos().
| FORCEINLINE BOOL IntPtInWindow | ( | PWND | pwnd, |
| INT | x, | ||
| INT | y | ||
| ) |
Definition at line 30 of file winpos.h.
Referenced by co_WinPosSearchChildren(), co_WinPosSetWindowPos(), IntChildWindowFromPointEx(), IntRealChildWindowFromPoint(), and IntTopLevelWindowFromPoint().
Definition at line 3025 of file winpos.c.
Referenced by NtUserRealChildWindowFromPoint().
Definition at line 213 of file winpos.c.
Referenced by co_IntSetParent(), IntDefWindowProc(), and MENU_TrackMouseMenuBar().
Definition at line 4019 of file winpos.c.
Referenced by co_IntSnapWindow(), co_WinPosMinMaximize(), DefWndDoSizeMove(), IntDefWindowProc(), and IntSetSnapInfo().
Definition at line 4044 of file winpos.c.
Referenced by co_IntSnapWindow(), DefWndDoSizeMove(), and IntDefWindowProc().
| FORCEINLINE BOOL IsSnapEnabled | ( | VOID | ) |
Definition at line 894 of file winpos.c.