1 #ifndef CHARTSCALECONTROLS_H 2 #define CHARTSCALECONTROLS_H 8 class ChartScaleControls;
19 Ui::ChartScaleControls *ui;
22 void MinSet(
double min_val);
23 void MaxSet(
double max_val);
24 void UnitSelected(QString units);
25 void SpanSet(
int span_val);
26 void CenterSet(
int cent_val);
33 void SetFreqSpan(
int span);
34 void SetMinMax(std::pair< int, int > vals);
37 void CenterSpanUpdate();
42 #endif // CHARTSCALECONTROLS_H Definition: chartscalecontrols.h:7
Definition: chartscalecontrols.h:11