#include "wrkrect.h"
#include "rectangl.h"
#include "rsmooth.h"
Go to the source code of this file.
Classes | |
class | BezToolInfoBarOp |
Class for handling the bezier tool's information bar. More... | |
class | BezierTool |
This class handles the Free Hand Tool that is used to draw lines that follow the path of the Mouse Pointer. More... | |
class | BezToolInfoBarOpCreate |
Class for creating BezToolInfoBarOps. Derived classes of BarCreate are used by DialogBarOp::ReadBarsFromFile(). More... | |
Defines | |
#define | OPTOKEN_BEZTOOL _T("BezierTool") |
Enumerations | |
enum | clickeffect { NewPath, OnPoint, AddSegment, ReshapeLine, ClosePath } |
|
|
|
Definition at line 143 of file beztool.h. 00144 { 00145 NewPath, 00146 OnPoint, 00147 AddSegment, 00148 ReshapeLine, 00149 ClosePath 00150 };
|