silx icon indicating copy to clipboard operation
silx copied to clipboard

silx.gui.data.DataViewer: Added `selectionChanged` signal

Open t20100 opened this issue 3 years ago • 0 comments

This PR adds a selectionChanged signal to DataViewer and DataViewerFrame.

This signal is triggered after the selection has changed. The selection change can be the result of:

  • An update of the selection by the user.
  • A change to a view which support different dimensionality (e.g., moving from image to curve view).
  • A change of data with a different shape.

closes #3628

t20100 avatar Aug 29 '22 08:08 t20100