27 #ifndef PLOTRANGEWIDGET_QO_H
28 #define PLOTRANGEWIDGET_QO_H
30 #include <plotms/Gui/PlotRangeWidget.ui.h>
71 void setRange(
bool isDate,
bool isCustom,
double from,
double to);
73 setRange(isDate, isCustom, range.first, range.second); }
double from_
Last set range.
bool isCustom_
Whether last set range was custom or not.
void rangeChanged()
Slot for when the set range changes.
std::pair< double, double > prange_t
Typedef for range, which is two doubles (min and max).