#include <SVG.h>
Public Member Functions | |
| SVGPathTokenizer () | |
| Constructor. | |
| ~SVGPathTokenizer () | |
| Destructor. | |
| bool | tokenize (const char *aInput) |
| Tokenizes the input string. | |
| SVGPathToken * | getFirstToken () |
| 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 | |
| SVGPathToken * | mFirstToken |
| SVGPathToken * | mLastToken |
|
|
Constructor.
|
|
|
Destructor.
|
|
|
Adds a token to the list of tokens.
|
|
|
Returns a pointer to the first token (call this after calling tokenize()).
|
|
|
Tokenizes the input string.
|
|
|
|
|
|
|
1.4.6-NO