strkcomp.h File Reference

(r1785/r1282)

#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


Typedef Documentation

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.

Author:
Jason_Williams (Xara Group Ltd) <camelotdev@xara.com>
Date:
28/2/97
The special handle StrokeHandle_NoStroke is used for illegal handles and returning error states.

See also:
StrokeComponent; StrokeDefinition

Definition at line 112 of file strkcomp.h.


Variable Documentation

const StrokeHandle StrokeHandle_NoStroke = 0xffffffff
 

Definition at line 143 of file strkcomp.h.


Generated on Sat Nov 10 03:49:21 2007 for Camelot by  doxygen 1.4.4