|
SPH
|
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 () |
Definition at line 350 of file PlotView.cpp.
|
inlineoverridevirtual |
Definition at line 352 of file PlotView.cpp.
|
inlineoverridevirtual |
Closes the path, connecting to the first point on the path.
Implements IDrawPath.
Definition at line 356 of file PlotView.cpp.
|
inlineoverridevirtual |
Finalizes the path. Does not connect the last point to anything.
Implements IDrawPath.
Definition at line 360 of file PlotView.cpp.