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=49947d1cd4506f5574b3be62ee90e9f00227d9fd;hpb=82c9faab9421b3d87a0faa84a73f55aaccbbb689 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_