74 #include "../Utils/info.h"
75 #include "../Utils/types.h"
76 #include "../Utils/rawsettings.h"
81 #include "aboutwindow.h"
83 #include "selectionmanagerwindow.h"
95 #include "ui_mainwindow.h"
97 #include <QFileDialog>
101 #include <QTextBrowser>
102 #include <QMessageBox>
104 #include <QSignalMapper>
105 #include <QFutureWatcher>
106 #include <QProgressDialog>
107 #include <QMessageBox>
125 #include <Eigen/Core>
126 #include <Eigen/SparseCore>
134 using namespace Eigen;
179 void writeToLog(
const QString& logMsg, LogKind lgknd, LogLevel lglvl);
216 void showWindow(QWidget *window);
223 void setupWindowWidgets();
229 void createToolBar();
243 void setLogLevel(LogLevel lvl);
249 void setupMainWindow();
255 void setWindowStatus();
260 QSignalMapper* m_qSignalMapper;
275 QSettings m_qSettings;
278 Ui::MainWindowWidget* ui;
280 QAction* m_pRemoveDCAction;
281 QAction* m_pHideBadAction;
286 #endif // MAINWINDOW_H
Contains the declaration of the AverageWindow class.
The EventWindow class provides the event dock window.
The ChInfoWindow class provides a dock window for informations about every loaded channel...
The AboutWindow class provides the about window.
The SelectionManagerWindow class provides a channel selection window.
Contains the implementation of the DataWindow class.
Contains the implementation of the EventWindow class.
The ProjectionWindow class provides a dock window for managing SSP operator projcetions.
Contains the declaration of the ChInfoWindow class.
Contains the declaration of the ProjectionWindow class.
The DataWindow class provides the data dock window.
The FilterWindow class provides the filter window.
The AverageWindow class provides a dock window for plotting averages.
The ScaleWindow class provides the scale window.
Contains the declaration of the ScaleWindow class.
FIFF class declaration, which provides static wrapper functions to stay consistent with mne matlab to...
Contains the declaration of the FilterWindow class.