cinemascience / pycinema

cinema engine toolkit
Other
1 stars 4 forks source link

Views: coordinated selection #84

Open dhrogers opened 10 months ago

dhrogers commented 10 months ago

Different representations of the same data should be linked by selection in multiple views. For example, in the Cinema Explorer workspace when multiple images are show, clicking on a single image should:

  1. select that image, highlighting it in the ImageView
  2. highlight the associated line in the TableView, and move the view so that that line is at the top
  3. highlight the single line in the ParallelCoordinatesView

This architecture should be generalized so that adding more views allows objects to be selected in multiple views.