Skip to content
  • Tristan Coulange's avatar
    Add a tooltip under hovered point showing information · 88b28235
    Tristan Coulange authored and Mathieu Westphal (Kitware)'s avatar Mathieu Westphal (Kitware) committed
    This commit fixes bug 15671, which requested a tooltip feature
    
    1. Generalize vtkSMInteractiveSelectionPipeline into vtkSMPreselectionPipeline
    2. Create a vtkSMTooltipSelectionPipeline, inheriting from vtkSMPreselectionPipeline
       vtkSMTooltipSelectionPipeline uses vtkSMPreselectionPipeline to catch hoovering events on points
       and display under certain circumstances information about the hoovered points.
    3. Adding a timer in pqRenderViewSelectionReaction in order to handle hoover events
    4. Adding SELECT_SURFACE_POINTS_TOOLTIP case in pqRenderViewSelectionReaction
    5. Adding Tooltip action in pqStandardViewFrameActionsImplementation
    88b28235