#include <SVG.h>
Inheritance diagram for SVGPathCommand:

Public Member Functions | |
| SVGPathCommand () | |
| Constructor. | |
| virtual | ~SVGPathCommand () |
| Virtual destructor. | |
| virtual bool | execute (SVGContext *aContext) |
| Executes the command, i.e. applies it to the context. | |
Static Public Member Functions | |
| static SVGCommand * | build (const char *aPathData) |
| Returns a list of path commands, NULL if fails. | |
Protected Attributes | |
| char | mCommand |
| RATIONAL * | mData |
|
|
Constructor.
|
|
|
Virtual destructor.
|
|
|
Returns a list of path commands, NULL if fails.
|
|
|
Executes the command, i.e. applies it to the context.
Implements SVGCommand. |
|
|
|
|
|
|
1.4.6-NO