Three-way radio selector widget choosing scope = Selected / Visible / All channels. More...


Go to the source code of this file.
Classes | |
| class | DISPLIB::ApplyToView |
| Three-way radio selector for scope = Selected / Visible / All channels. More... | |
Namespaces | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Three-way radio selector widget choosing scope = Selected / Visible / All channels.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors
ApplyToView is a tiny AbstractView subclass holding a QButtonGroup of three radios that lets the user decide whether a subsequent action (filter, scaling, projection, …) should apply to the currently selected channels, the visible-on-screen channels or every channel in the dataset. It emits selectionChanged(int) when the active radio flips.
Definition in file applytoview.h.