Skip to content

Adding button to modify selection in render view

  1. Adding a toggle selection mode in render view
  2. Redesigning pq*SelectionReaction class to generalize part of it in pqGenericSelectionReaction.cxx
  3. Adding Generic selection modifier button
  4. Adding use of Ctrl+Shift in render view to use toggle modifier
  5. Adding separator in title bar to clarify ui
  6. Modyfying tooltip so it informs user of the key shortcut

Note: The code checking modifier key is NOT shared between Chart and RenderView, because the Char itself is handling it on it's side. trough vtkChartSelectionHelper::GetMouseSelectionMode, may be something smarter can be done here.

Merge request reports