open_viewmin.filter_tree_plot_Qt.menus.main_menus#
Main menu bar menus and actions, extending those of PyVistaQt
Submodules#
- open_viewmin.filter_tree_plot_Qt.menus.main_menus.add_menu
- open_viewmin.filter_tree_plot_Qt.menus.main_menus.calculate_menu
- open_viewmin.filter_tree_plot_Qt.menus.main_menus.file_menu
- open_viewmin.filter_tree_plot_Qt.menus.main_menus.filter_menu
- open_viewmin.filter_tree_plot_Qt.menus.main_menus.non_ovm_actors_toggle_menu
- open_viewmin.filter_tree_plot_Qt.menus.main_menus.refresh_button
- open_viewmin.filter_tree_plot_Qt.menus.main_menus.theme
- open_viewmin.filter_tree_plot_Qt.menus.main_menus.tools_menu
- open_viewmin.filter_tree_plot_Qt.menus.main_menus.view_menu
Functions#
|
Define callbacks to connect to actions in "Add" main menu |
|
|
|
|
|
Experimental! For each mesh in the filters tree, create a submenu |
|
Set up main menus |
|
|
|
|
|
|
|
Set up the Tools menu |
|
Set up the View menu |
Package Contents#
- setup_add_menu(plotter)#
Define callbacks to connect to actions in “Add” main menu
- Parameters:
plotter (
FilterTreePlotQt
)
- setup_calculate_menu(plotter)#
- setup_file_menu(plotter)#
- setup_filter_menu(plotter)#
Experimental! For each mesh in the filters tree, create a submenu of all PyVista filters for that mesh type, which will launch a dialog for the filter’s arguments.
- Parameters:
plotter
- setup_main_menus(plotter)#
Set up main menus
- Parameters:
plotter (open_viewmin.FilterTreePlotQt)
- setup_non_ovm_actors_toggle(plotter)#
- setup_refresh_button(plotter)#
- setup_theme_menu(plotter)#
- setup_tools_menu(plotter)#
Set up the Tools menu
- Parameters:
plotter (pv.Plotter)
- setup_view_menu(plotter)#
Set up the View menu
- Parameters:
plotter (
FilterTreePlotQt
)