ReactOS 0.4.15-dev-6068-g8061a6f
|
#include "precomp.h"
Go to the source code of this file.
Classes | |
struct | FreeSelTool |
struct | RectSelTool |
struct | GenericDrawTool |
struct | RubberTool |
struct | FillTool |
struct | ColorTool |
struct | ZoomTool |
struct | PenTool |
struct | BrushTool |
struct | AirBrushTool |
struct | TextTool |
struct | LineTool |
struct | BezierTool |
struct | RectTool |
struct | ShapeTool |
struct | EllipseTool |
struct | RRectTool |
Functions | |
void | regularize (LONG x0, LONG y0, LONG &x1, LONG &y1) |
void | roundTo8Directions (LONG x0, LONG y0, LONG &x1, LONG &y1) |
BOOL | nearlyEqualPoints (INT x0, INT y0, INT x1, INT y1) |
void | updateStartAndLast (LONG x, LONG y) |
void | updateLast (LONG x, LONG y) |
Definition at line 47 of file mouse.cpp.
Referenced by ShapeTool::OnButtonUp().
Definition at line 29 of file mouse.cpp.
Referenced by LineTool::draw(), ShapeTool::OnButtonUp(), and ShapeTool::OnMouseMove().
Definition at line 60 of file mouse.cpp.
Referenced by ToolsModel::OnButtonUp(), and ToolsModel::OnMouseMove().