SVGPathTokenizer Class Reference

A class for tokenizing the SVG path data. More...

#include <SVG.h>

List of all members.

Public Member Functions

 SVGPathTokenizer ()
 Constructor.
 ~SVGPathTokenizer ()
 Destructor.
bool tokenize (const char *aInput)
 Tokenizes the input string.
SVGPathTokengetFirstToken ()
 Returns a pointer to the first token (call this after calling tokenize()).

Protected Member Functions

bool addToken (const char *aBuffer)
 Adds a token to the list of tokens.

Protected Attributes

SVGPathTokenmFirstToken
SVGPathTokenmLastToken


Detailed Description

A class for tokenizing the SVG path data.


Constructor & Destructor Documentation

SVGPathTokenizer::SVGPathTokenizer  ) 
 

Constructor.

SVGPathTokenizer::~SVGPathTokenizer  ) 
 

Destructor.


Member Function Documentation

bool SVGPathTokenizer::addToken const char *  aBuffer  )  [protected]
 

Adds a token to the list of tokens.

SVGPathToken * SVGPathTokenizer::getFirstToken  ) 
 

Returns a pointer to the first token (call this after calling tokenize()).

bool SVGPathTokenizer::tokenize const char *  aInput  ) 
 

Tokenizes the input string.


Member Data Documentation

SVGPathToken* SVGPathTokenizer::mFirstToken [protected]
 

SVGPathToken* SVGPathTokenizer::mLastToken [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