#include "basequerymodel.h"
#include <qwt_data.h>
#include <QObject>
#include <QPointer>
Go to the source code of this file.
Classes | |
struct | DataPoint |
Representation of a data point used for data graphing. More... | |
class | CachedPlotCurveDataModel |
A cached version of a PlotCurveDataModel which operates on top of BaseQueryModel. More... |