Compounds | |
class | CSketch |
A class to contain one sketch. More... | |
class | CSketchApp |
Sketch application for drawing sketches. More... | |
class | CSketchView |
A class to display and edit a sketch. More... | |
class | CSLine |
A class to contain one line (to be used in a CSketch). More... | |
Defines | |
#define | _SKETCHKAPP_H |
#define | SKT_NUM_MODES 2 |
#define | SKM_LISTMODE 0 |
#define | SKM_DRAWMODE 1 |
#define | NUM_SKETCHES 20 |
#define | SM_LINE 0 |
Line drawing mode. More... | |
#define | SM_DOT 1 |
Dot drawing mode. More... | |
#define | SM_CDOT 2 |
Continuous dot (brush) drawing mode. More... | |
#define | SM_LAST SM_CDOT |
|
FILE SketchApp.h
DESCRIPTION Sketch application |
|
|
|
|
|
|
|
|
|
Continuous dot (brush) drawing mode.
|
|
Dot drawing mode.
|
|
|
|
Line drawing mode.
|