Channel-selection group descriptor (SelectionItem) and the matching QGraphicsItem (SelectionSceneItem).
More...


Go to the source code of this file.
Classes | |
| class | DISPLIB::SelectionItem |
| Value type describing one named selection group (label + list of channel names). More... | |
| class | DISPLIB::SelectionSceneItem |
| Graphics item representing a selectable electrode or channel in a 2-D layout scene. More... | |
Namespaces | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Macros | |
| #define | metatype_DISPLIB_selectionitem |
Functions | |
| Q_DECLARE_METATYPE (DISPLIB::SelectionItem) | |
| Q_DECLARE_METATYPE (DISPLIB::SelectionItem *) | |
Channel-selection group descriptor (SelectionItem) and the matching QGraphicsItem (SelectionSceneItem).
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2018-2026 MNE-CPP Authors
SelectionItem is a value type holding a named list of channel names loaded from an MNE .sel file. SelectionSceneItem is the visual QGraphicsItem drawn for each sensor inside SelectionScene; it tracks selection / hover state and paints itself with the modality-specific colour and shape.
Definition in file selectionsceneitem.h.
| #define metatype_DISPLIB_selectionitem |
Definition at line 121 of file selectionsceneitem.h.
| Q_DECLARE_METATYPE | ( | DISPLIB::SelectionItem * | ) |
| Q_DECLARE_METATYPE | ( | DISPLIB::SelectionItem | ) |