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

Public Member Functions | |
| SVGCommand () | |
| Constructor. | |
| virtual | ~SVGCommand () |
| Virtual destructor. | |
| virtual bool | execute (SVGContext *aContext)=0 |
| Executes the command, i.e. applies it to the context. | |
| SVGCommand * | getNextSibling () |
| Returns the next command. | |
Protected Attributes | |
| SVGCommand * | mNextSibling |
Friends | |
| class | SVGCommandSet |
|
|
Constructor.
|
|
|
Virtual destructor.
|
|
|
Executes the command, i.e. applies it to the context.
Implemented in SVGCommandSet, SVGColorCommand, SVGOpacityCommand, SVGFillRuleCommand, SVGBeginPathCommand, SVGEndPathCommand, SVGPathCommand, SVGTransformationCommand, and SVGDocument. |
|
|
Returns the next command.
|
|
|
|
|
|
|
1.4.6-NO