5 #include <QtCore/QString> 6 #include <QtCore/QList> 7 #include <QtDesigner/QDesignerExportWidget> 8 #include <QtGui/QWidget> 17 Q_CLASSINFO(
"Author",
"Alexander Duda")
20 Plot2d(QWidget *parent = NULL);
26 QObject *
addGraph(QObject *key_axis,QObject* value_axis)
QCPGraph * addGraph(QCPAxis *keyAxis=0, QCPAxis *valueAxis=0)
void setZoomAble(bool enabled, int yAxisIndex=0)
void setRangeAble(bool enabled, int yAxisIndex=0)
void setRangeZoomAxes(QCPAxis *horizontal, QCPAxis *vertical)
void setRangeDrag(Qt::Orientations orientations)
bool removeGraph(QCPGraph *graph)
void setRangeZoom(Qt::Orientations orientations)
The central class which is also the QWidget which displays the plot and interacts with the user...
QObject * getYAxis2() const
QObject * addGraph(QObject *key_axis, QObject *value_axis)
QObject * getLegend() const
QObject * getXAxis() const
QObject * getGraph(int index) const
QObject * getXAxis2() const
void setRangeDragAxes(QCPAxis *horizontal, QCPAxis *vertical)
QObject * getYAxis() const