ReactOS
0.4.15-dev-5608-gafb953a
|
#include <selection.h>
Private Member Functions | |
int | IdentifyCorner (int iXPos, int iYPos, int iWidth, int iHeight) |
Private Attributes | |
BOOL | m_bMoved |
BOOL | m_bMoving |
int | m_iAction |
POINT | m_ptPos |
POINT | m_ptFrac |
POINT | m_ptDelta |
COLORREF | m_rgbBack |
Static Private Attributes | |
static const LPCTSTR | m_lpszCursorLUT [9] |
Definition at line 12 of file selection.h.
|
inline |
Definition at line 15 of file selection.h.
void CSelectionWindow::ForceRefreshSelectionContents | ( | ) |
Definition at line 24 of file selection.cpp.
Referenced by CMainWindow::InsertSelectionFromHBITMAP(), FreeSelTool::OnFinishDraw(), RectSelTool::OnFinishDraw(), OnSelectionModelRefreshNeeded(), SelectionModel::RotateNTimes90Degrees(), ToolsModel::SetBackgroundTransparent(), and SelectionModel::StretchSkew().
Definition at line 34 of file selection.cpp.
Referenced by OnMouseMove().
|
inline |
Definition at line 19 of file selection.h.
Referenced by FreeSelTool::OnButtonUp(), RectSelTool::OnButtonUp(), FreeSelTool::OnCancelDraw(), RectSelTool::OnCancelDraw(), FreeSelTool::OnFinishDraw(), RectSelTool::OnFinishDraw(), and TextTool::OnFinishDraw().
Definition at line 20 of file selection.h.
LRESULT CSelectionWindow::OnCaptureChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 191 of file selection.cpp.
Definition at line 78 of file selection.cpp.
Definition at line 72 of file selection.cpp.
Definition at line 212 of file selection.cpp.
LRESULT CSelectionWindow::OnLButtonDown | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 100 of file selection.cpp.
Definition at line 173 of file selection.cpp.
Definition at line 118 of file selection.cpp.
Definition at line 240 of file selection.cpp.
Definition at line 167 of file selection.cpp.
Definition at line 57 of file selection.cpp.
LRESULT CSelectionWindow::OnPaletteModelColorChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 224 of file selection.cpp.
LRESULT CSelectionWindow::OnSelectionModelRefreshNeeded | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 234 of file selection.cpp.
Definition at line 94 of file selection.cpp.
LRESULT CSelectionWindow::OnSysColorChange | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 87 of file selection.cpp.
LRESULT CSelectionWindow::OnToolsModelSettingsChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 229 of file selection.cpp.
LRESULT CSelectionWindow::OnToolsModelZoomChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 245 of file selection.cpp.
|
private |
Definition at line 64 of file selection.h.
|
private |
Definition at line 65 of file selection.h.
Referenced by OnCaptureChanged(), OnCreate(), OnLButtonDown(), OnLButtonUp(), OnMouseMove(), and OnPaint().
|
private |
Definition at line 66 of file selection.h.
Referenced by OnCaptureChanged(), OnCreate(), OnLButtonDown(), OnLButtonUp(), and OnMouseMove().
Definition at line 63 of file selection.h.
Referenced by OnLButtonDown(), and OnMouseMove().
|
private |
Definition at line 69 of file selection.h.
Referenced by OnLButtonDown(), and OnMouseMove().
|
private |
Definition at line 68 of file selection.h.
Referenced by OnMouseMove().
|
private |
Definition at line 67 of file selection.h.
Referenced by OnLButtonDown(), and OnMouseMove().
|
private |
Definition at line 70 of file selection.h.
Referenced by ForceRefreshSelectionContents(), OnLButtonDown(), OnLButtonUp(), and OnMouseMove().