#include "wrkrect.h"
#include "brshcomp.h"
#include "brshdata.h"
#include "dragtool.h"
Go to the source code of this file.
Classes | |
struct | FreeHandJoinInfo |
Holds assorted data used to help join new path with existing paths. More... | |
class | FreeHandTool |
This class handles the Free Hand Tool that is used to draw lines that follow the path of the Mouse Pointer. More... | |
Enumerations | |
enum | UPDATE_STATE { UPDATE_NOW, UPDATE_ONIDLE, UPDATE_NEVER } |
|
Definition at line 154 of file freehand.h. 00154 { 00155 UPDATE_NOW, 00156 UPDATE_ONIDLE, 00157 UPDATE_NEVER 00158 };
|