34 const QString &bgcolor,
48 QList <QObject*> plotterList;
The Manager of the plotters.
void playPressed(bool check)
Sets the play or pause state.
void setInterval(int interval)
Sets the refresh interval.
void clear()
Clear all plotters datas.
void setMainCustomPlot(QCustomPlot *)
QList< QObject * > * getPlotters()
Returns a list of all plotters.
static PlotManager * instance()
Returns an instance of the class (Singleton).
Plotter * addPlot(const QString &title, int gridx, int gridy, int hspan, int vspan, float minval, float maxval, int size, const QString &bgcolor, bool autorescale)
Adds a new Plotter.
void onTimeout()
Timeout of the refresh timer.
void rescale()
Rescale all plotters.
Class representing a Plotter.