37 #ifndef SELECTIONSCENE_H
38 #define SELECTIONSCENE_H
45 #include "layoutscene.h"
46 #include "selectionsceneitem.h"
55 #include <QGraphicsScene>
57 #include <QMutableListIterator>
92 void repaintItems(
const QMap<QString, QPointF> &layoutMap);
100 void hideItems(QStringList visibleItems);
102 int m_iChannelTypeMode;
107 #endif // SelectionScene_H
The SelectionScene class provides a reimplemented QGraphicsScene for 2D layout plotting.
void hideItems(QStringList visibleItems)
void repaintItems(const QMap< QString, QPointF > &layoutMap)
The LayoutScene class provides a reimplemented QGraphicsScene for 2D layout plotting. This class handles all the user interaction features (subclass in order to use).
FIFF class declaration, which provides static wrapper functions to stay consistent with mne matlab to...
SelectionScene(QGraphicsView *view, QObject *parent=0)