Import upstream version 0.99.2
[fmit.git] / src / modules / GLStatistics.h
index 6f7b8ea..b3bbe86 100644 (file)
@@ -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_