Describe the new feature or enhancement
Create new UIEvent subclasses and update functions to handle when figures on the event system change:
- time (discretely) -
TimeChange
- time (range/span) -
TimeBrowse
- channel -
ChannelBrowse
All three different events could be experienced in the databrowser (MNE or Qt)
Describe your proposed implementation
Create new classes: TimeBrowse and ChannelBrowse to enable figures and databrowsers to update depending on the type of change
Describe possible alternatives
NA
Additional context
PR for adding TimeBrowse and ChannelBrowse ui events #12819