MNE-CPP  beta 1.0
Models Directory Reference

Files

file  averagemodel.cpp [code]
 This class represents the average model of the model/view framework of mne_browse_raw_qt application.
 
file  averagemodel.h [code]
 This class represents the average model of the model/view framework of mne_browse_raw_qt application.
 
file  chinfomodel.cpp [code]
 
file  chinfomodel.h [code]
 
file  eventmodel.cpp [code]
 This class represents the event model of the model/view framework of mne_browse_raw_qt application.
 
file  eventmodel.h [code]
 This class represents the event model of the model/view framework of mne_browse_raw_qt application.
 
file  projectionmodel.cpp [code]
 This class represents the projection model of the model/view framework of mne_browse_raw_qt application.
 
file  projectionmodel.h [code]
 This class represents the projection model of the model/view framework of mne_browse_raw_qt application.
 
file  rawmodel.cpp [code]
 This class represents the model of the model/view framework of mne_browse_raw_qt application.
 
file  rawmodel.h [code]
 This class represents the model of the model/view framework of mne_browse_raw_qt application. It is derived from QAbstractTableModel so the virtual functions rowCount(),columnCount() and data() needed to be reimplemented. The delegate requests the data for any individual table cell by invoking data(QModelIndex index, int role) and a certain role. DisplayRole is the standard role for requesting the plain data. Other roles such as BackgroundRole are requested to fill a cell with a certain background color with respect to the individual index. For further information see [1].