|
SPH
|
#include <GraphicsContext.h>
Public Member Functions | |
| GraphicsPath (const SharedPtr< wxGraphicsContext > &gc, const wxGraphicsMatrix &matrix) | |
| virtual void | addPoint (const PlotPoint &point) override |
| Adds a next point on the path. More... | |
| 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 Polymorphic | |
| virtual | ~Polymorphic () |
Definition at line 17 of file GraphicsContext.h.
|
inlineexplicit |
Definition at line 25 of file GraphicsContext.h.
|
inlineoverridevirtual |
Adds a next point on the path.
Implements IDrawPath.
Definition at line 32 of file GraphicsContext.h.
|
inlineoverridevirtual |
Closes the path, connecting to the first point on the path.
Implements IDrawPath.
Definition at line 43 of file GraphicsContext.h.
|
inlineoverridevirtual |
Finalizes the path. Does not connect the last point to anything.
Implements IDrawPath.
Definition at line 48 of file GraphicsContext.h.