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