37 #ifndef FILTERWINDOW_H
38 #define FILTERWINDOW_H
45 #include "ui_filterwindowdock.h"
46 #include "mainwindow.h"
47 #include "../Utils/filterplotscene.h"
57 #include <QGraphicsScene>
58 #include <QSvgGenerator>
113 void initSpinBoxes();
125 void initComboBoxes();
131 void initFilterPlot();
137 void initTableViews();
143 void resizeEvent(QResizeEvent * event);
149 virtual void keyPressEvent(QKeyEvent * event);
155 bool eventFilter(QObject *obj, QEvent *event);
161 void updateFilterPlot();
163 Ui::FilterWindowDockWidget *ui;
170 QSettings m_qSettings;
216 #endif // FILTERWINDOW_H
void filterParametersChanged()
The FilterWindow class provides the filter window.
FilterWindow(MainWindow *mainWindow, QWidget *parent=0)
void changeStateSpinBoxes(int currentIndex)
void exportFilterCoefficients()
The FilterPlotScene class provides the scene where a filter respone can be plotted.