#include "linecomp.h"#include "linedef.h"Go to the source code of this file.
Classes | |
| class | StrokeDefinition |
| Stores a vector stroke definition A static list of these items is held in the StrokeComponent. More... | |
| class | StrokeComponentClass |
| The class that gets a Stroke doc component going on start up We need to register our class as a document component and this is where we do it all. More... | |
| class | StrokeComponent |
| A document component for handling Stroke definitions. More... | |
Typedefs | |
| typedef UINT32 | StrokeHandle |
| A StrokeHandle is a unique reference to a vector stroke in the StrokeComponent. All references to strokes are done via StrokeHandles, which allows us to delete & relocate strokes without worrying about leaving lots of pointers to them lying about and causing havoc. | |
Variables | |
| const StrokeHandle | StrokeHandle_NoStroke = 0xffffffff |
|
|
A StrokeHandle is a unique reference to a vector stroke in the StrokeComponent. All references to strokes are done via StrokeHandles, which allows us to delete & relocate strokes without worrying about leaving lots of pointers to them lying about and causing havoc.
Definition at line 112 of file strkcomp.h. |
|
|
Definition at line 143 of file strkcomp.h. |
1.4.4