SVGPathToken Class Reference

A class for storing the tokens in the SVG path data. More...

#include <SVG.h>

List of all members.

Public Member Functions

SVGPathTokengetNext ()
 Returns a pointer to the next token.
const char * getBuffer ()
 Returns a pointer to the data of the token.

Protected Member Functions

 SVGPathToken (char *aBuffer)
 Protected constructor.
 ~SVGPathToken ()
 Protected destructor.

Protected Attributes

SVGPathTokenmNext
char * mBuffer

Friends

class SVGPathTokenizer


Detailed Description

A class for storing the tokens in the SVG path data.


Constructor & Destructor Documentation

SVGPathToken::SVGPathToken char *  aBuffer  )  [protected]
 

Protected constructor.

SVGPathToken::~SVGPathToken  )  [protected]
 

Protected destructor.


Member Function Documentation

const char * SVGPathToken::getBuffer  ) 
 

Returns a pointer to the data of the token.

SVGPathToken * SVGPathToken::getNext  ) 
 

Returns a pointer to the next token.


Friends And Related Function Documentation

friend class SVGPathTokenizer [friend]
 


Member Data Documentation

char* SVGPathToken::mBuffer [protected]
 

SVGPathToken* SVGPathToken::mNext [protected]
 


The documentation for this class was generated from the following files:
Generated on Fri Aug 3 00:44:43 2007 for Scanline edge-flag algorithm for antialiasing by  doxygen 1.4.6-NO