SPH
Public Member Functions | List of all members
TextContext::TextPath Class Reference
Inheritance diagram for TextContext::TextPath:
IDrawPath Polymorphic

Public Member Functions

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

Detailed Description

Definition at line 350 of file PlotView.cpp.

Member Function Documentation

◆ addPoint()

virtual void TextContext::TextPath::addPoint ( const PlotPoint UNUSEDpoint)
inlineoverridevirtual

Definition at line 352 of file PlotView.cpp.

◆ closePath()

virtual void TextContext::TextPath::closePath ( )
inlineoverridevirtual

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

Implements IDrawPath.

Definition at line 356 of file PlotView.cpp.

◆ endPath()

virtual void TextContext::TextPath::endPath ( )
inlineoverridevirtual

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

Implements IDrawPath.

Definition at line 360 of file PlotView.cpp.


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