BlendToolRef Class Reference

A class that represents a start or end of a blend. The start ref is used when a click occurs. The end ref is used at the end of a drag. More...

#include <blndtool.h>

List of all members.

Public Member Functions

 BlendToolRef ()
void Reset ()

Public Attributes

NodeRenderableInkpNode
NodeBlendpNodeBlend
BlendPathpBlendPath
SpreadpSpread
UINT32 RemapRef
INT32 Index
BOOL AStartNode
DocCoord PointerPos


Detailed Description

A class that represents a start or end of a blend. The start ref is used when a click occurs. The end ref is used at the end of a drag.

Author:
Mark_Neves (Xara Group Ltd) <camelotdev@xara.com>
Date:
11/10/94

Definition at line 226 of file blndtool.h.


Constructor & Destructor Documentation

BlendToolRef::BlendToolRef  )  [inline]
 

Definition at line 231 of file blndtool.h.

00231 { Reset(); }


Member Function Documentation

void BlendToolRef::Reset void   )  [inline]
 

Definition at line 232 of file blndtool.h.

00232                  {  pNode       = NULL;
00233                     pNodeBlend  = NULL;
00234                     pBlendPath  = NULL;
00235                     pSpread     = NULL;
00236                     RemapRef    = 0;
00237                     Index       = -1;
00238                  }


Member Data Documentation

BOOL BlendToolRef::AStartNode
 

Definition at line 247 of file blndtool.h.

INT32 BlendToolRef::Index
 

Definition at line 246 of file blndtool.h.

BlendPath* BlendToolRef::pBlendPath
 

Definition at line 243 of file blndtool.h.

NodeRenderableInk* BlendToolRef::pNode
 

Definition at line 241 of file blndtool.h.

NodeBlend* BlendToolRef::pNodeBlend
 

Definition at line 242 of file blndtool.h.

DocCoord BlendToolRef::PointerPos
 

Definition at line 248 of file blndtool.h.

Spread* BlendToolRef::pSpread
 

Definition at line 244 of file blndtool.h.

UINT32 BlendToolRef::RemapRef
 

Definition at line 245 of file blndtool.h.


The documentation for this class was generated from the following file:
Generated on Sat Nov 10 03:51:29 2007 for Camelot by  doxygen 1.4.4