ReactOS 0.4.15-dev-5666-gc548b97
|
Public Member Functions | |
RectSelTool () | |
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 () |
void | OnCancelDraw () |
![]() | |
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 () |
Public Attributes | |
BOOL | m_bLeftButton |
![]() | |
TOOLTYPE | m_tool |
HDC | m_hdc |
COLORREF | m_fg |
COLORREF | m_bg |
Additional Inherited Members | |
![]() | |
static ToolBase * | createToolObject (TOOLTYPE type) |
![]() | |
static INT | pointSP = 0 |
static POINT | pointStack [256] = { { 0 } } |
|
inline |
|
inlinevirtual |
Reimplemented from ToolBase.
Reimplemented from ToolBase.
Definition at line 217 of file mouse.cpp.
|
inlinevirtual |
Reimplemented from ToolBase.
|
inlinevirtual |
Reimplemented from ToolBase.
Definition at line 234 of file mouse.cpp.
Reimplemented from ToolBase.
Definition at line 205 of file mouse.cpp.
BOOL RectSelTool::m_bLeftButton |
Definition at line 188 of file mouse.cpp.
Referenced by OnButtonDown(), OnCancelDraw(), and OnFinishDraw().