#include <SVG.h>
Inheritance diagram for SVGCommandSet:
Public Member Functions | |
SVGCommandSet (bool aUseStack=false) | |
Constructor. | |
virtual | ~SVGCommandSet () |
Virtual destructor. | |
virtual bool | execute (SVGContext *aContext) |
Executes the commands. | |
void | addLastChild (SVGCommand *aCommand) |
Adds a new command to the set as the last child node. | |
SVGCommand * | getFirstChild () |
Returns the first command in the set. | |
Protected Attributes | |
bool | mUseStack |
SVGCommand * | mFirstChild |
SVGCommand * | mLastChild |
|
Constructor.
|
|
Virtual destructor.
|
|
Adds a new command to the set as the last child node.
|
|
Executes the commands.
Implements SVGCommand. Reimplemented in SVGDocument. |
|
Returns the first command in the set.
|
|
|
|
|
|
|