#include <SVG.h>
Inheritance diagram for SVGColorCommand:
Public Member Functions | |
SVGColorCommand () | |
Constructor. (Paint set to none.). | |
SVGColorCommand (unsigned int aColor) | |
Constructor. (Paint set to given color.). | |
virtual bool | execute (SVGContext *aContext) |
Executes the command, i.e. applies it to the context. | |
Static Public Member Functions | |
static SVGCommand * | build (const char *aColor) |
Builds a color command from the given string. | |
Protected Attributes | |
unsigned int | mColor |
bool | mNone |
|
Constructor. (Paint set to none.).
|
|
Constructor. (Paint set to given color.).
|
|
Builds a color command from the given string.
|
|
Executes the command, i.e. applies it to the context.
Implements SVGCommand. |
|
|
|
|