Skip to content

Allow plugins to provide custom context menus.

David Thompson requested to merge dcthomp/paraview:custom-context-menu into master

This adds a new CMake macro for plugins and a new interface class to inherit that will be queried whenever a context menu is requested.

Merge request reports