22 #ifndef SGSIMULATIONPLOT_HPP
23 #define SGSIMULATIONPLOT_HPP
25 #include "qcustomplot.h"
26 #include "sgpoint.hpp"
50 QCustomPlot::resizeEvent(event);
SGSimulationPlot(int _numStates)
Constructor.
Definition: sgsimulationplot.hpp:43
virtual QSize minimumSizeHint() const
Custom minimum size.
Definition: sgsimulationplot.hpp:58
int numStates
The number of states in the given plot.
Definition: sgsimulationplot.hpp:36
void resizeEvent(QResizeEvent *event)
Reimplement resizeEvent.
Definition: sgsimulationplot.hpp:48
A customized version of QCustomPlot.
Definition: sgsimulationplot.hpp:35