35 #ifndef FILTERSETTINGSVIEW_H
36 #define FILTERSETTINGSVIEW_H
42 #include "../disp_global.h"
62 class FilterSettingsViewWidget;
76 class FilterDesignView;
89 typedef QSharedPointer<FilterSettingsView>
SPtr;
90 typedef QSharedPointer<const FilterSettingsView>
ConstSPtr;
100 Qt::WindowFlags f = Qt::Widget);
112 QSharedPointer<FilterDesignView> getFilterView();
118 bool getFilterActive();
126 void setSamplingRate(
double dSFreq);
151 void filterActivationChanged(
bool activated);
160 void updateGuiMode(GuiMode mode);
168 void updateProcessingMode(ProcessingMode mode);
174 void onShowFilterView();
180 void onFilterActivationChanged();
186 void onFilterFromChanged();
192 void onFilterToChanged();
200 void onFilterChannelTypeChanged(
const QString& sType);
206 Ui::FilterSettingsViewWidget*
m_pUi;
210 #endif // FILTERSETTINGSVIEW_H