MNE-CPP
beta 1.0
|
The FilterWindow class provides the filter window. More...
#include <filterwindow.h>
Public Member Functions | |
FilterWindow (MainWindow *mainWindow, QWidget *parent=0) | |
~FilterWindow () | |
void | newFileLoaded () |
Protected Slots | |
void | changeStateSpinBoxes (int currentIndex) |
void | filterParametersChanged () |
void | applyFilter () |
void | undoFilter () |
void | exportFilterPlot () |
void | exportFilterCoefficients () |
The FilterWindow class provides the filter window.
DECLARE CLASS FilterWindow
Definition at line 82 of file filterwindow.h.
FilterWindow::FilterWindow | ( | MainWindow * | mainWindow, |
QWidget * | parent = 0 |
||
) |
Constructs a FilterWindow dialog which is a child of parent.
[in] | parent | pointer to parent widget; If parent is 0, the new FilterWindow becomes a window. If parent is another widget, FilterWindow becomes a child window inside parent. FilterWindow is deleted when its parent is deleted. |
Definition at line 58 of file filterwindow.cpp.
FilterWindow::~FilterWindow | ( | ) |
Destroys the FilterWindow. All FilterWindow's children are deleted first. The application exits if FilterWindow is the main widget.
Definition at line 79 of file filterwindow.cpp.
|
protectedslot |
This function applies the user defined filter to all channels.
Definition at line 401 of file filterwindow.cpp.
|
protectedslot |
This function gets called whenever the combo box is altered by the user via the gui.
currentIndex | holds the current index of the combo box |
Definition at line 268 of file filterwindow.cpp.
|
protectedslot |
This function exports the filter coefficients to a txt file.
Definition at line 472 of file filterwindow.cpp.
|
protectedslot |
Saves an svg graphic of the scene if wanted by the user.
Definition at line 431 of file filterwindow.cpp.
|
protectedslot |
This function gets called whenever the filter parameters are altered by the user via the gui.
Definition at line 326 of file filterwindow.cpp.
void FilterWindow::newFileLoaded | ( | ) |
On new file loaded.
Definition at line 87 of file filterwindow.cpp.
|
protectedslot |
This function undoes the user defined filter to all channels.
Definition at line 421 of file filterwindow.cpp.