#include "camtypes.h"
#include "freehand.h"
#include "freeinfo.h"
#include "dlgmgr.h"
#include "pen.h"
#include "opbevel.h"
#include "opdrbrsh.h"
#include "brshcomp.h"
#include "brushmsg.h"
#include "brushdlg.h"
#include "brshdata.h"
#include "sgstroke.h"
#include "strkattr.h"
#include "valfunc.h"
#include "ndoptmz.h"
#include "ppstroke.h"
#include "brpress.h"
#include "colmsg.h"
#include "brshattr.h"
Go to the source code of this file.
Defines | |
#define | new CAM_DEBUG_NEW |
Enumerations | |
enum | { CONSTANT, SS_Fallout, SS_Iron, ELLIPSE, SS_SlimBlip, BLIP, SS_Cigar, SS_Cigar2, SS_Cigar3, SS_Convex, RAMPS2, RAMPS, SS_Concave, RAMPL2, RAMPL, TEARDROPCURVEDEND, TEARDROP, SS_Comet, SS_Petal, SS_Reed, SS_Meteor, SS_Torpedo, SS_Missile, SS_Goldfish, SS_Yacht, SS_Barb, SS_OceanLiner, PROPELLER, DOUBLERAMPS, BEVELENDS, SAWTOOTH, INTESTINE, DECAY } |
Functions | |
DECLARE_SOURCE ("$Revision: 1771 $") | |
Variables | |
const BrushHandle | BrushHandle_Many = BrushHandle_NoBrush - 1 |
|
Definition at line 140 of file freeinfo.cpp. |
|
Definition at line 151 of file freeinfo.cpp. 00151 { 00152 CONSTANT, 00153 SS_Fallout, 00154 SS_Iron, 00155 ELLIPSE, 00156 SS_SlimBlip, 00157 BLIP, 00158 SS_Cigar, 00159 SS_Cigar2, 00160 SS_Cigar3, 00161 SS_Convex, 00162 RAMPS2, 00163 RAMPS, 00164 SS_Concave, 00165 RAMPL2, 00166 RAMPL, 00167 TEARDROPCURVEDEND, 00168 TEARDROP, 00169 SS_Comet, 00170 SS_Petal, 00171 SS_Reed, 00172 SS_Meteor, 00173 SS_Torpedo, 00174 SS_Missile, 00175 SS_Goldfish, 00176 SS_Yacht, 00177 SS_Barb, 00178 SS_OceanLiner, 00179 PROPELLER, 00180 DOUBLERAMPS, 00181 BEVELENDS, 00182 SAWTOOTH, 00183 INTESTINE, 00184 DECAY 00185 };
|
|
|
|
Definition at line 188 of file freeinfo.cpp. |