ReactOS 0.4.15-dev-5672-gf73ac17
|
Public Member Functions | |
TextTool () | |
void | UpdatePoint (LONG x, LONG y) |
void | OnButtonDown (BOOL bLeftButton, LONG x, LONG y, BOOL bDoubleClick) |
void | OnMouseMove (BOOL bLeftButton, LONG x, LONG y) |
void | OnButtonUp (BOOL bLeftButton, LONG x, LONG y) |
void | OnFinishDraw () |
![]() | |
ToolBase (TOOLTYPE tool) | |
virtual | ~ToolBase () |
virtual void | OnButtonDown (BOOL bLeftButton, LONG x, LONG y, BOOL bDoubleClick) |
virtual void | OnMouseMove (BOOL bLeftButton, LONG x, LONG y) |
virtual void | OnButtonUp (BOOL bLeftButton, LONG x, LONG y) |
virtual void | OnCancelDraw () |
virtual void | OnFinishDraw () |
void | beginEvent () |
void | endEvent () |
void | reset () |
Additional Inherited Members | |
![]() | |
static ToolBase * | createToolObject (TOOLTYPE type) |
![]() | |
TOOLTYPE | m_tool |
HDC | m_hdc |
COLORREF | m_fg |
COLORREF | m_bg |
![]() | |
static INT | pointSP = 0 |
static POINT | pointStack [256] = { { 0 } } |
|
inline |
Reimplemented from ToolBase.
Definition at line 447 of file mouse.cpp.
|
inlinevirtual |
Reimplemented from ToolBase.
Definition at line 509 of file mouse.cpp.
Definition at line 424 of file mouse.cpp.
Referenced by OnButtonDown(), and OnMouseMove().