Go to the source code of this file.
Classes | |
class | OpFreeHand |
This is the FreeHand Operation that builds a smoothed curve. More... | |
Defines | |
#define | OPTOKEN_FREEHAND _T("FreeHandTool") |
Enumerations | |
enum | CursorType { NORMAL_CURSOR, JOIN_CURSOR, STRAIGHTLINE_CURSOR, RUBOUT_CURSOR, MODIFY_CURSOR } |
enum | SimpleJoinType { JOINTYPE_NONE, JOINTYPE_NEWSTART_TO_OLDSTART, JOINTYPE_NEWSTART_TO_OLDEND, JOINTYPE_NEWEND_TO_OLDSTART, JOINTYPE_NEWEND_TO_OLDEND } |
|
|
|
Definition at line 129 of file opfree.h. 00130 { 00131 NORMAL_CURSOR, 00132 JOIN_CURSOR, 00133 STRAIGHTLINE_CURSOR, 00134 RUBOUT_CURSOR, 00135 MODIFY_CURSOR 00136 } CursorType;
|
|
Definition at line 149 of file opfree.h. 00150 { 00151 JOINTYPE_NONE, 00152 JOINTYPE_NEWSTART_TO_OLDSTART, 00153 JOINTYPE_NEWSTART_TO_OLDEND, 00154 JOINTYPE_NEWEND_TO_OLDSTART, 00155 JOINTYPE_NEWEND_TO_OLDEND 00156 } SimpleJoinType;
|