SPH
Public Member Functions | List of all members
IDrawPath Class Referenceabstract

#include <Plot.h>

Inheritance diagram for IDrawPath:
Polymorphic GraphicsPath SvgPath TextContext::TextPath

Public Member Functions

virtual void addPoint (const PlotPoint &point)=0
 Adds a next point on the path. More...
 
virtual void closePath ()=0
 Closes the path, connecting to the first point on the path. More...
 
virtual void endPath ()=0
 Finalizes the path. Does not connect the last point to anything. More...
 
- Public Member Functions inherited from Polymorphic
virtual ~Polymorphic ()
 

Detailed Description

Definition at line 19 of file Plot.h.

Member Function Documentation

◆ addPoint()

virtual void IDrawPath::addPoint ( const PlotPoint point)
pure virtual

Adds a next point on the path.

Implemented in SvgPath, and GraphicsPath.

◆ closePath()

virtual void IDrawPath::closePath ( )
pure virtual

Closes the path, connecting to the first point on the path.

Implemented in TextContext::TextPath, SvgPath, and GraphicsPath.

◆ endPath()

virtual void IDrawPath::endPath ( )
pure virtual

Finalizes the path. Does not connect the last point to anything.

Implemented in TextContext::TextPath, SvgPath, and GraphicsPath.


The documentation for this class was generated from the following file: