v2.0.0
Loading...
Searching...
No Matches
applytoview.h File Reference

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

#include "../disp_global.h"
#include "abstractview.h"
Include dependency graph for applytoview.h:
This graph shows which files directly or indirectly include this file:

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).

Detailed Description

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

SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2020-2026 MNE-CPP Authors

Author
Gabriel Motta gabri.nosp@m.elbe.nosp@m.nmott.nosp@m.a@gm.nosp@m.ail.c.nosp@m.om; Juan GPC jgarc.nosp@m.iapr.nosp@m.ieto@.nosp@m.mgh..nosp@m.harva.nosp@m.rd.e.nosp@m.du; Christoph Dinh chris.nosp@m.toph.nosp@m..dinh.nosp@m.@mne.nosp@m.-cpp..nosp@m.org
Since
0.1.6
Date
August 2020

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.