32 #ifndef HPP_PLOT_GRAPHWIDGET_HH
33 #define HPP_PLOT_GRAPHWIDGET_HH
36 #include <QGraphicsScene>
37 #include <QGraphicsView>
60 GraphWidget (QString name = QString (), QWidget *parent = NULL);
86 bool layoutShouldBeFreed_;
Definition: graph-widget.hh:46
void wheelEvent(QWheelEvent *)
Definition: graph-widget.cc:62
GraphView(QWidget *parent=NULL)
Definition: graph-widget.cc:54
Definition: graph-widget.hh:43