ReactOS 0.4.15-dev-5666-gc548b97
|
#include <textedit.h>
Protected Member Functions | |
INT | DoHitTest (RECT &rc, POINT pt) |
void | DrawGrip (HDC hDC, RECT &rc) |
void | Reposition () |
Protected Attributes | |
HWND | m_hwndParent |
HFONT | m_hFont |
HFONT | m_hFontZoomed |
LONG | m_nAppIsMovingOrSizing |
RECT | m_rc |
Definition at line 14 of file textedit.h.
CTextEditWindow::CTextEditWindow | ( | ) |
Definition at line 17 of file textedit.cpp.
Definition at line 297 of file textedit.cpp.
Referenced by TextTool::OnButtonDown(), and TextTool::OnButtonUp().
Definition at line 318 of file textedit.cpp.
Definition at line 37 of file textedit.cpp.
Referenced by OnNCHitTest().
Definition at line 77 of file textedit.cpp.
Referenced by OnNCPaint(), and OnPaint().
Definition at line 112 of file textedit.cpp.
Referenced by OnChar(), OnKeyDown(), and UpdateFont().
Definition at line 453 of file textedit.cpp.
Referenced by TextTool::OnButtonUp().
|
inline |
void CTextEditWindow::InvalidateEditRect | ( | ) |
Definition at line 354 of file textedit.cpp.
Referenced by TextTool::OnButtonUp(), OnMove(), OnSetSel(), and OnSize().
CTextEditWindow::MESSAGE_HANDLER | ( | WM_LBUTTONDOWN | , |
OnLButtonDown | |||
) |
CTextEditWindow::MESSAGE_HANDLER | ( | WM_MOUSEWHEEL | , |
OnMouseWheel | |||
) |
CTextEditWindow::MESSAGE_HANDLER | ( | WM_NCCALCSIZE | , |
OnNCCalcSize | |||
) |
CTextEditWindow::MESSAGE_HANDLER | ( | WM_NCHITTEST | , |
OnNCHitTest | |||
) |
CTextEditWindow::MESSAGE_HANDLER | ( | WM_SETCURSOR | , |
OnSetCursor | |||
) |
Definition at line 156 of file textedit.cpp.
Definition at line 338 of file textedit.cpp.
Definition at line 332 of file textedit.cpp.
Definition at line 194 of file textedit.cpp.
Definition at line 170 of file textedit.cpp.
Definition at line 186 of file textedit.cpp.
Definition at line 266 of file textedit.cpp.
Definition at line 242 of file textedit.cpp.
Definition at line 247 of file textedit.cpp.
Definition at line 226 of file textedit.cpp.
Definition at line 209 of file textedit.cpp.
LRESULT CTextEditWindow::OnPaletteModelColorChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 370 of file textedit.cpp.
Definition at line 255 of file textedit.cpp.
Definition at line 444 of file textedit.cpp.
Definition at line 278 of file textedit.cpp.
LRESULT CTextEditWindow::OnToolsModelSettingsChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 376 of file textedit.cpp.
LRESULT CTextEditWindow::OnToolsModelToolChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 389 of file textedit.cpp.
LRESULT CTextEditWindow::OnToolsModelZoomChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 382 of file textedit.cpp.
|
protected |
Definition at line 471 of file textedit.cpp.
void CTextEditWindow::UpdateFont | ( | ) |
Definition at line 402 of file textedit.cpp.
Referenced by Create(), OnCreate(), OnPaletteModelColorChanged(), OnToolsModelSettingsChanged(), OnToolsModelToolChanged(), and OnToolsModelZoomChanged().
Definition at line 459 of file textedit.cpp.
Referenced by TextTool::OnButtonUp(), and OnToolsModelZoomChanged().
|
protected |
Definition at line 72 of file textedit.h.
Referenced by GetFont(), OnClose(), and UpdateFont().
|
protected |
Definition at line 73 of file textedit.h.
Referenced by FixEditPos(), OnClose(), and UpdateFont().
|
protected |
Definition at line 71 of file textedit.h.
Referenced by Create(), FixEditPos(), and InvalidateEditRect().
|
protected |
Definition at line 74 of file textedit.h.
Referenced by FixEditPos(), OnMove(), OnSize(), Reposition(), and ValidateEditRect().
|
protected |
Definition at line 75 of file textedit.h.
Referenced by CTextEditWindow(), GetEditRect(), InvalidateEditRect(), and ValidateEditRect().