Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • ParaView ParaView
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 1,858
    • Issues 1,858
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 97
    • Merge requests 97
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • ParaView
  • ParaViewParaView
  • Merge requests
  • !5493

Add interactive 2D widgets in context views

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Timothee Chabat requested to merge timothee.chabat/paraview:interactive2dwidgets into master Feb 07, 2022
  • Overview 138
  • Commits 7
  • Pipelines 27
  • Changes 36

Superseeds: !3546 (closed).

It primarely does the same, that is :

  • add representation for a 2D equalizer widget in a chart view
  • add the Equalizer filter

With some improvements :

  • add vtkSMNewWidgetRepresentationProxyAbstract and pqInteractivePropertyWidgetAbstract to prevent code duplication between 2D and 3D widgets.
  • add ShowInteractiveWidgets and HideInteractiveWidgets python functions in paraview.simple and it's corresponding tracing, as well as deprecating Show3DWidgets and Hide3DWidgets
  • add XML hint WidgetVisibilityLink to allow interactive widget linked to a source with multiple output to only be shown when a specific output port is selected in the Pipeline Browser. The behavior is shown in the following GIF :

equalizer

Fix: #19293 (closed)
Fix: #20708 (closed)

Needs: vtk/vtk!8965 (merged)

Edited Mar 04, 2022 by Timothee Chabat
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: interactive2dwidgets