#include "camtypes.h"#include "opdrbrsh.h"#include "pen.h"#include "opfree.h"#include "freehand.h"#include "csrstack.h"#include "combshps.h"#include "ndbldpth.h"#include "progress.h"#include "objchge.h"#include "attrmap.h"#include "nodershp.h"#include "opbevel.h"#include "nodebev.h"#include "blndtool.h"#include "brshattr.h"#include "brshcomp.h"#include "pathproc.h"#include "lineattr.h"#include "rsmooth.h"#include "camelot.h"#include "nodeshad.h"#include "nodecntr.h"#include "samplist.h"#include "linwthop.h"#include "ophist.h"#include "ppbrush.h"#include "qualattr.h"Go to the source code of this file.
Defines | |
| #define | DELPTR(p) if (p != NULL) { delete p; p = NULL; } |
| #define | SWAP(type, a, b) { type x=a; a=b; b=x; } |
| #define | new CAM_DEBUG_NEW |
Functions | |
| CC_IMPLEMENT_DYNCREATE (OpDrawBrush, SelOperation) | |
| CC_IMPLEMENT_DYNCREATE (OpChangeBrush, SelOperation) | |
| CC_IMPLEMENT_DYNAMIC (ChangeBrushOpParam, OpParam) | |
| CC_IMPLEMENT_DYNCREATE (ChangeBrushAction, Action) | |
| CC_IMPLEMENT_DYNCREATE (RemoveTimeStampPointsAction, Action) | |
| CC_IMPLEMENT_DYNCREATE (AddTimeStampPointsAction, Action) | |
| CC_IMPLEMENT_DYNCREATE (UpdateBrushAction, Action) | |
| CC_IMPLEMENT_DYNCREATE (SetTimeStampUpdateTypeAction, Action) | |
| CC_IMPLEMENT_DYNCREATE (RemovePressurePointsAction, Action) | |
| CC_IMPLEMENT_DYNCREATE (AddPressurePointsAction, Action) | |
Variables | |
| const UINT32 | PressureValsThreshold = 3 |
|
|
Definition at line 162 of file opdrbrsh.cpp. |
|
|
Definition at line 166 of file opdrbrsh.cpp. |
|
|
Definition at line 163 of file opdrbrsh.cpp. |
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 168 of file opdrbrsh.cpp. |
1.4.4