Interactive 2-D sensor-layout picker for building and saving channel groups. More...
#include "../disp_global.h"#include "abstractview.h"#include <QWidget>#include <QListWidget>#include <QGraphicsItem>

Go to the source code of this file.
Classes | |
| class | DISPLIB::ChannelSelectionView |
| Interactive 2-D sensor-layout picker for building, loading and saving channel groups. More... | |
Namespaces | |
| namespace | FIFFLIB |
| FIFF file I/O, in-memory data structures and high-level readers/writers. | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Interactive 2-D sensor-layout picker for building and saving channel groups.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2018-2026 MNE-CPP Authors
ChannelSelectionView shows a SelectionScene of the active sensor layout together with a list of named selection groups (loaded from or saved to MNE .sel files). The user lassoes sensors on the scene to define a group; emitted showSelectedChannelsOnly / loadedLayoutMap signals tell the data and butterfly viewers which subset to display.
Definition in file channelselectionview.h.