SelectionScene
Namespace: DISPLIB · Library: Display Library
#include <disp/selectionscene.h>
class DISPLIB::SelectionScene
QGraphicsScene of sensor-layout dots used by ChannelSelectionView for interactive channel picking.
Places one SelectionSceneItem per sensor, supports rubber-band selection and lasso grouping, and emits the resulting channel-name lists so the host view can store them as named ``.sel groups.
Inheritance
Public Methods
SelectionScene(view, parent)
Constructs a SelectionScene.
repaintItems(layoutMap, badChannels)
Updates layout data.
Parameters:
-
layoutMap : const QMap< QString, QPointF > & layout data map.
-
bad channel list.
hideItems(visibleItems)
Hides all items described in list.
Parameters:
- list string list with items name which are to be hidden.
Authors of this file
- Lorenz Esch <lorenz.esch@tu-ilmenau.de>
- Juan GPC <jgarciaprieto@mgh.harvard.edu>
- Gabriel Motta <gabrielbenmotta@gmail.com>
- Christoph Dinh <christoph.dinh@mne-cpp.org>