X-Git-Url: http://git.johnwright.org/?p=fmit.git;a=blobdiff_plain;f=src%2Fmodules%2FGLStatistics.h;fp=src%2Fmodules%2FGLStatistics.h;h=b3bbe868dbbf33296026e23339565901c2a54834;hp=6f7b8ea0dced9a5a10272e5410c35b009c3fa84b;hb=a8fb82288feb6b258f2c04312f0c36ba8d79b494;hpb=adfba0402927438a1869f1e716bcf0e25574ce1e diff --git a/src/modules/GLStatistics.h b/src/modules/GLStatistics.h index 6f7b8ea..b3bbe86 100644 --- a/src/modules/GLStatistics.h +++ b/src/modules/GLStatistics.h @@ -64,10 +64,12 @@ class GLStatistics : public QGLWidget, public View void addNote(int ht, float err); void addNote(int ht, int num, int den, float err); void addNote(int ht, float cents, float err); + int m_current_ht; // settings QAction* setting_reset; QAction* setting_keep_hidden; + QSpinBox* setting_keep_n_values; QAction* setting_show_std; QAction* setting_scale_auto; QSpinBox* setting_scale_min; @@ -85,6 +87,7 @@ class GLStatistics : public QGLWidget, public View void resizeGL( int w, int h ); void reset(); + void resizeScale(); }; #endif // _GLErrorHistory_h_