ReactOS 0.4.15-dev-6047-gb29e82d
|
#include <canvas.h>
Public Member Functions | |
CCanvasWindow () | |
VOID | cancelDrawing () |
VOID | finishDrawing () |
VOID | Update (HWND hwndFrom) |
VOID | ImageToCanvas (POINT &pt) |
VOID | ImageToCanvas (RECT &rc) |
VOID | CanvasToImage (POINT &pt, BOOL bZoomed=FALSE) |
VOID | CanvasToImage (RECT &rc, BOOL bZoomed=FALSE) |
VOID | GetImageRect (RECT &rc) |
Public Attributes | |
BOOL | m_drawing |
Protected Attributes | |
CANVAS_HITTEST | m_hitSelection |
CANVAS_HITTEST | m_whereHit |
POINT | m_ptOrig |
CRect | m_rcNew |
CCanvasWindow::CCanvasWindow | ( | ) |
Definition at line 15 of file canvas.cpp.
VOID CCanvasWindow::cancelDrawing | ( | ) |
Definition at line 717 of file canvas.cpp.
Referenced by CMainWindow::OnCommand().
|
protected |
Definition at line 88 of file canvas.cpp.
Referenced by OnLRButtonDown(), and OnSetCursor().
Definition at line 62 of file canvas.cpp.
Referenced by CTextEditWindow::InvalidateEditRect(), OnLRButtonDblClk(), OnLRButtonDown(), OnLRButtonUp(), OnMouseMove(), and CTextEditWindow::Reposition().
Definition at line 72 of file canvas.cpp.
Definition at line 94 of file canvas.cpp.
Referenced by OnPaint().
Definition at line 24 of file canvas.cpp.
Referenced by OnMouseMove().
Definition at line 763 of file canvas.cpp.
Referenced by OnLRButtonUp().
VOID CCanvasWindow::finishDrawing | ( | ) |
Definition at line 727 of file canvas.cpp.
Referenced by CMainWindow::ConfirmSave(), CMainWindow::OnCommand(), and CMainWindow::saveImage().
|
protected |
Definition at line 36 of file canvas.cpp.
Referenced by CanvasHitTest(), and DoDraw().
Definition at line 83 of file canvas.cpp.
Referenced by DoDraw(), drawZoomFrame(), GetBaseRect(), OnSetCursor(), and CTextEditWindow::Reposition().
Definition at line 45 of file canvas.cpp.
Referenced by DoDraw(), drawZoomFrame(), GetBaseRect(), OnMouseMove(), OnSetCursor(), CTextEditWindow::Reposition(), and CTextEditWindow::ValidateEditRect().
|
protected |
Definition at line 680 of file canvas.cpp.
|
protected |
Definition at line 694 of file canvas.cpp.
|
protected |
Definition at line 700 of file canvas.cpp.
|
protected |
Definition at line 240 of file canvas.cpp.
Definition at line 210 of file canvas.cpp.
Referenced by OnHScroll(), and OnVScroll().
|
protected |
Definition at line 666 of file canvas.cpp.
|
protected |
Definition at line 338 of file canvas.cpp.
|
protected |
Definition at line 314 of file canvas.cpp.
|
protected |
Definition at line 608 of file canvas.cpp.
|
protected |
Definition at line 324 of file canvas.cpp.
Referenced by OnLButtonDblClk(), and OnRButtonDblClk().
|
protected |
Definition at line 252 of file canvas.cpp.
Referenced by OnLButtonDown(), and OnRButtonDown().
|
protected |
Definition at line 540 of file canvas.cpp.
Referenced by OnLButtonUp(), and OnRButtonUp().
|
protected |
Definition at line 348 of file canvas.cpp.
|
protected |
Definition at line 705 of file canvas.cpp.
|
protected |
Definition at line 343 of file canvas.cpp.
|
protected |
Definition at line 319 of file canvas.cpp.
|
protected |
Definition at line 613 of file canvas.cpp.
|
protected |
Definition at line 618 of file canvas.cpp.
|
protected |
Definition at line 202 of file canvas.cpp.
|
protected |
Definition at line 246 of file canvas.cpp.
Definition at line 757 of file canvas.cpp.
Referenced by OnMouseMove().
|
protected |
Definition at line 734 of file canvas.cpp.
Referenced by OnLRButtonDown(), and OnSetCursor().
|
protected |
Definition at line 747 of file canvas.cpp.
Referenced by OnLRButtonDown().
Definition at line 171 of file canvas.cpp.
BOOL CCanvasWindow::m_drawing |
Definition at line 38 of file canvas.h.
Referenced by cancelDrawing(), finishDrawing(), CMainWindow::OnCommand(), OnLRButtonDblClk(), OnLRButtonDown(), OnLRButtonUp(), and OnMouseMove().
|
protected |
Definition at line 51 of file canvas.h.
Referenced by cancelDrawing(), EndSelectionDrag(), OnLRButtonUp(), OnMouseMove(), SelectionDragging(), and StartSelectionDrag().
|
protected |
Definition at line 53 of file canvas.h.
Referenced by OnLRButtonDown(), OnLRButtonUp(), and OnMouseMove().
|
protected |
Definition at line 54 of file canvas.h.
Referenced by CCanvasWindow(), DoDraw(), OnCancelMode(), OnKeyDown(), OnLRButtonUp(), and OnMouseMove().
|
protected |
Definition at line 52 of file canvas.h.
Referenced by DoDraw(), OnCancelMode(), OnKeyDown(), OnLRButtonDown(), OnLRButtonUp(), and OnMouseMove().