Base QGraphicsScene providing pan, pinch-zoom and swipe gesture handling for the sensor-layout scenes. More...


Go to the source code of this file.
Classes | |
| class | DISPLIB::LayoutScene |
| Base QGraphicsScene providing pan, pinch-zoom and swipe gesture handling for sensor-layout scenes. More... | |
Namespaces | |
| namespace | DISPLIB |
| 2-D display widgets and visualisation helpers (charts, topography, colour maps). | |
Base QGraphicsScene providing pan, pinch-zoom and swipe gesture handling for the sensor-layout scenes.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2018-2026 MNE-CPP Authors
LayoutScene installs gesture recognisers on the active view and translates pan / pinch / swipe events into the same view-zoom / view-pan operations regardless of input device. SelectionScene, AverageScene and FilterPlotScene derive from it to inherit the gesture-driven navigation behaviour.
Definition in file layoutscene.h.