ReactOS 0.4.16-dev-1-gcf26321
|
#include <textedit.h>
Protected Member Functions | |
INT | DoHitTest (RECT &rc, POINT pt) |
void | DrawGrip (HDC hDC, RECT &rc) |
Protected Attributes | |
HWND | m_hwndParent |
HFONT | m_hFont |
HFONT | m_hFontZoomed |
RECT | m_rc |
Definition at line 13 of file textedit.h.
CTextEditWindow::CTextEditWindow | ( | ) |
Definition at line 16 of file textedit.cpp.
Definition at line 224 of file textedit.cpp.
Referenced by TextTool::OnButtonDown(), and TextTool::OnButtonUp().
Definition at line 245 of file textedit.cpp.
Definition at line 42 of file textedit.cpp.
Referenced by OnNCPaint(), and OnPaint().
Definition at line 47 of file textedit.cpp.
Referenced by OnChar(), OnKeyDown(), OnPaste(), and UpdateFont().
Definition at line 377 of file textedit.cpp.
Referenced by TextTool::draw().
|
inline |
void CTextEditWindow::InvalidateEditRect | ( | ) |
Definition at line 281 of file textedit.cpp.
Referenced by TextTool::draw(), and OnSetSel().
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 89 of file textedit.cpp.
Definition at line 513 of file textedit.cpp.
Definition at line 265 of file textedit.cpp.
Definition at line 259 of file textedit.cpp.
Definition at line 499 of file textedit.cpp.
Definition at line 127 of file textedit.cpp.
Definition at line 103 of file textedit.cpp.
Definition at line 119 of file textedit.cpp.
Definition at line 205 of file textedit.cpp.
Definition at line 394 of file textedit.cpp.
Definition at line 175 of file textedit.cpp.
Definition at line 180 of file textedit.cpp.
Definition at line 159 of file textedit.cpp.
Definition at line 142 of file textedit.cpp.
LRESULT CTextEditWindow::OnPaletteModelColorChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 294 of file textedit.cpp.
Definition at line 506 of file textedit.cpp.
Definition at line 188 of file textedit.cpp.
Definition at line 368 of file textedit.cpp.
Definition at line 211 of file textedit.cpp.
Definition at line 436 of file textedit.cpp.
LRESULT CTextEditWindow::OnToolsModelSettingsChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 300 of file textedit.cpp.
LRESULT CTextEditWindow::OnToolsModelToolChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 313 of file textedit.cpp.
LRESULT CTextEditWindow::OnToolsModelZoomChanged | ( | UINT | nMsg, |
WPARAM | wParam, | ||
LPARAM | lParam, | ||
BOOL & | bHandled | ||
) |
Definition at line 306 of file textedit.cpp.
void CTextEditWindow::UpdateFont | ( | ) |
Definition at line 326 of file textedit.cpp.
Referenced by Create(), OnCreate(), OnPaletteModelColorChanged(), OnToolsModelSettingsChanged(), OnToolsModelToolChanged(), and OnToolsModelZoomChanged().
Definition at line 383 of file textedit.cpp.
Referenced by TextTool::OnButtonUp(), and OnToolsModelZoomChanged().
|
protected |
Definition at line 81 of file textedit.h.
Referenced by GetFont(), OnClose(), and UpdateFont().
|
protected |
Definition at line 82 of file textedit.h.
Referenced by FixEditPos(), OnClose(), and UpdateFont().
|
protected |
Definition at line 80 of file textedit.h.
Referenced by Create(), FixEditPos(), and InvalidateEditRect().
|
protected |
Definition at line 83 of file textedit.h.
Referenced by CTextEditWindow(), GetEditRect(), InvalidateEditRect(), and ValidateEditRect().