TfSettingsView
Namespace: DISPLIB · Library: Display Library
#include <disp/tfsettingsview.h>
class DISPLIB::TfSettingsView
Time-frequency analysis configuration panel (trials, window length, overlap).
Spinboxes drive the on-line STFT / Wavelet estimator; values are emitted as Qt signals on every edit.
Inheritance
Public Methods
TfSettingsView(sSettingsPath, parent, f)
Constructs a TfSettingsView which is a child of parent.
Parameters:
- parent : *QWidget ** parent of widget.
~TfSettingsView()
Destroys the TfSettingsView.
saveSettings()
Saves all important settings of this view via QSettings.
loadSettings()
Loads and inits all important settings of this view via QSettings.
clearView()
Clears the view.
Authors of this file
- Lorenz Esch <lorenz.esch@tu-ilmenau.de>
- Gabriel Motta <gabrielbenmotta@gmail.com>
- Juan GPC <jgarciaprieto@mgh.harvard.edu>
- Christoph Dinh <christoph.dinh@mne-cpp.org>