Plots data according to one or more attached Plottables. More...
#include <glv_plots.h>
Public Member Functions | |
Plot & | add (Plottable &v) |
Add new plotting routine. | |
virtual const char * | className () const |
Get class name. | |
virtual void | onDraw (GLV &g) |
Drawing callback. | |
virtual bool | onEvent (Event::t e, GLV &g) |
Event callback to be called after those in callback list. |
Plots data according to one or more attached Plottables.