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
Definition graph-widget.hh:43