summaryrefslogtreecommitdiffstats
path: root/include-gpl/gui/glspectrumgui.h
diff options
context:
space:
mode:
Diffstat (limited to 'include-gpl/gui/glspectrumgui.h')
-rw-r--r--include-gpl/gui/glspectrumgui.h14
1 files changed, 10 insertions, 4 deletions
diff --git a/include-gpl/gui/glspectrumgui.h b/include-gpl/gui/glspectrumgui.h
index 3fccab0..b515aed 100644
--- a/include-gpl/gui/glspectrumgui.h
+++ b/include-gpl/gui/glspectrumgui.h
@@ -38,22 +38,28 @@ private:
qint32 m_fftWindow;
Real m_refLevel;
Real m_powerRange;
+ int m_decay;
bool m_displayWaterfall;
bool m_invertedWaterfall;
bool m_displayMaxHold;
bool m_displayHistogram;
+ bool m_displayGrid;
+ bool m_invert;
void applySettings();
private slots:
- void on_fftSize_valueChanged(int value);
void on_fftWindow_currentIndexChanged(int index);
- void on_refLevel_valueChanged(int value);
- void on_levelRange_valueChanged(int value);
- void on_decay_valueChanged(int value);
+ void on_fftSize_currentIndexChanged(int index);
+ void on_refLevel_currentIndexChanged(int index);
+ void on_levelRange_currentIndexChanged(int index);
+ void on_decay_currentIndexChanged(int index);
+
void on_waterfall_toggled(bool checked);
void on_histogram_toggled(bool checked);
void on_maxHold_toggled(bool checked);
+ void on_invert_toggled(bool checked);
+ void on_grid_toggled(bool checked);
};
#endif // INCLUDE_GLSPECTRUMGUI_H