38 #ifndef AVERAGEMODEL_H
39 #define AVERAGEMODEL_H
46 #include "../Utils/rawsettings.h"
47 #include "../Utils/types.h"
55 #include <QAbstractTableModel>
79 using namespace Eigen;
107 virtual int rowCount(
const QModelIndex & parent = QModelIndex())
const;
108 virtual int columnCount(
const QModelIndex &parent = QModelIndex())
const;
109 virtual QVariant headerData(
int section, Qt::Orientation orientation,
int role = Qt::DisplayRole)
const;
110 virtual QVariant data(
const QModelIndex & index,
int role = Qt::DisplayRole)
const;
111 virtual bool setData(
const QModelIndex & index,
const QVariant & value,
int role = Qt::EditRole);
112 virtual Qt::ItemFlags flags(
const QModelIndex & index)
const;
113 virtual bool insertRows(
int position,
int span,
const QModelIndex & parent = QModelIndex());
114 virtual bool removeRows(
int position,
int span,
const QModelIndex & parent = QModelIndex());
122 bool loadEvokedData(QFile& qFile);
130 bool saveEvokedData(QFile& qFile);
149 void fileLoaded(
bool);
156 #endif // AVERAGEMODEL_H
FiffEvokedSet m_pEvokedDataSet
FIFF class declaration, which provides static wrapper functions to stay consistent with mne matlab to...
QSharedPointer< FiffIO > m_pfiffIO