SVGPathCommand Class Reference

A command representing the path data in SVG command tree. More...

#include <SVG.h>

Inheritance diagram for SVGPathCommand:

SVGCommand List of all members.

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 SVGCommandbuild (const char *aPathData)
 Returns a list of path commands, NULL if fails.

Protected Attributes

char mCommand
RATIONAL * mData

Detailed Description

A command representing the path data in SVG command tree.


Constructor & Destructor Documentation

SVGPathCommand::SVGPathCommand  ) 
 

Constructor.

SVGPathCommand::~SVGPathCommand  )  [virtual]
 

Virtual destructor.


Member Function Documentation

SVGCommand * SVGPathCommand::build const char *  aPathData  )  [static]
 

Returns a list of path commands, NULL if fails.

bool SVGPathCommand::execute SVGContext aContext  )  [virtual]
 

Executes the command, i.e. applies it to the context.

Implements SVGCommand.


Member Data Documentation

char SVGPathCommand::mCommand [protected]
 

RATIONAL* SVGPathCommand::mData [protected]
 


The documentation for this class was generated from the following files:
Generated on Fri Aug 3 00:44:43 2007 for Scanline edge-flag algorithm for antialiasing by  doxygen 1.4.6-NO