rock_widget_collection  0.1
Plot2d.cc
Go to the documentation of this file.
1 
2 #include "Plot2d.h"
3 #include <stdexcept>
4 #include <sstream>
5 #include <QtCore/QtPlugin>
6 #include <QMouseEvent>
7 
8 
9 Plot2d::Plot2d(QWidget *parent):
10  QCustomPlot(parent),auto_scroll(true)
11 {
12 }
13 
15 
16 // wrapper function for ruby bindings
17 void Plot2d::removeGraph(int index)
18 {
20 }
21 
22 
23 
The central class which is also the QWidget which displays the plot and interacts with the user...
Definition: qcustomplot.h:895
Plot2d(QWidget *parent=NULL)
Definition: Plot2d.cc:9
void removeGraph(int index)
Definition: Plot2d.cc:17
virtual ~Plot2d()
Definition: Plot2d.cc:14
bool removePlottable(QCPAbstractPlottable *plottable)