SGSolve
|
A customized version of QCustomPlot. More...
#include <sgsimulationplot.hpp>
Public Member Functions | |
SGSimulationPlot (int _numStates) | |
Constructor. | |
Protected Member Functions | |
void | resizeEvent (QResizeEvent *event) |
Reimplement resizeEvent. More... | |
Private Member Functions | |
virtual QSize | minimumSizeHint () const |
Custom minimum size. | |
Private Attributes | |
int | numStates |
The number of states in the given plot. | |
A customized version of QCustomPlot.
This class inherits from QCustomPlot and mainly reimplements the minimumSizeHint to reflect the number of states.
|
inlineprotected |
Reimplement resizeEvent.
Calls adjust ranges before calling QCustomPlot::resizeEvent.