mne.viz.ui_events.UIEvent#

class mne.viz.ui_events.UIEvent[source]#

Abstract base class for all events.

Attributes:
namestr

The name of the event, which is the class name in snake case.

sourcematplotlib.figure.Figure | Figure3D

The figure that published the event.

property name#

The name of the event, which is the class name in snake case.

Examples using mne.viz.ui_events.UIEvent#

Using the event system to link figures

Using the event system to link figures