Record and play back multi-select in item views
Some views in ParaView, notably the SpreadSheet view, support multi-selection. Currently, the only event recorded is setCurrent
, which sets a single selected item.
abstractItemView->selectionModel()
allows manipulating a multi-selection.
Implementation of a setSelection
event is in progress.