summaryrefslogtreecommitdiff
path: root/gr-qtgui/lib/freqdisplayform.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-qtgui/lib/freqdisplayform.h')
-rw-r--r--gr-qtgui/lib/freqdisplayform.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gr-qtgui/lib/freqdisplayform.h b/gr-qtgui/lib/freqdisplayform.h
index ffce317c4f..4a7fc7d2e5 100644
--- a/gr-qtgui/lib/freqdisplayform.h
+++ b/gr-qtgui/lib/freqdisplayform.h
@@ -41,21 +41,21 @@ class FreqDisplayForm : public DisplayForm
FrequencyDisplayPlot* getPlot();
- int GetFFTSize() const;
- float GetFFTAverage() const;
- gr::filter::firdes::win_type GetFFTWindowType() const;
+ int getFFTSize() const;
+ float getFFTAverage() const;
+ gr::filter::firdes::win_type getFFTWindowType() const;
public slots:
void customEvent(QEvent *e);
- void SetFFTSize(const int);
- void SetFFTAverage(const float);
- void SetFFTWindowType(const gr::filter::firdes::win_type);
+ void setFFTSize(const int);
+ void setFFTAverage(const float);
+ void setFFTWindowType(const gr::filter::firdes::win_type);
- void SetFrequencyRange(const double newCenterFrequency,
+ void setFrequencyRange(const double newCenterFrequency,
const double newStartFrequency,
const double newStopFrequency);
- void SetFrequencyAxis(double min, double max);
+ void setYaxis(double min, double max);
private slots:
void newData(const QEvent *updateEvent);