SPH
|
Classes | |
class | TextPath |
Public Member Functions | |
TextContext (const Path &path) | |
virtual void | drawPoint (const PlotPoint &point) override |
Adds a single point to the plot. More... | |
virtual void | drawErrorPoint (const ErrorPlotPoint &point) override |
Adds a point with error bars to the plot. More... | |
virtual void | drawLine (const PlotPoint &UNUSED(from), const PlotPoint &UNUSED(to)) override |
virtual AutoPtr< IDrawPath > | drawPath () override |
Draws a path connecting points. More... | |
virtual void | setStyle (const Size UNUSED(index)) override |
virtual void | setTransformMatrix (const AffineMatrix2 &UNUSED(matrix)) override |
![]() | |
virtual void | drawLine (const PlotPoint &from, const PlotPoint &to)=0 |
Draws a line connecting two points. More... | |
virtual void | setStyle (const Size index)=0 |
Changes the current drawing style. More... | |
virtual void | setTransformMatrix (const AffineMatrix2 &matrix)=0 |
Applies the given tranformation matrix on all primitives. More... | |
![]() | |
virtual | ~Polymorphic () |
Definition at line 330 of file PlotView.cpp.
|
inlineexplicit |
Definition at line 335 of file PlotView.cpp.
|
inlineoverridevirtual |
Adds a point with error bars to the plot.
Implements IDrawingContext.
Definition at line 342 of file PlotView.cpp.
|
inlineoverridevirtual |
Definition at line 346 of file PlotView.cpp.
Draws a path connecting points.
The path copies the state from the parent drawing context, so if a drawing style of the context changes, the change does not affect already existing paths.
Implements IDrawingContext.
Definition at line 365 of file PlotView.cpp.
|
inlineoverridevirtual |
Adds a single point to the plot.
The plot is drawn by implementation-defined style.
Implements IDrawingContext.
Definition at line 338 of file PlotView.cpp.
|
inlineoverridevirtual |
Definition at line 369 of file PlotView.cpp.
|
inlineoverridevirtual |
Definition at line 374 of file PlotView.cpp.