parmed.tools.gui.guiactions module

Dispatcher for GUI Action buttons. It calls all of the functions from the _guiactions, so that’s where all of the class-specific methods should be put

parmed.tools.gui.guiactions.gui_action_dispatcher(root, amber_prmtop, action_name, messages)[source]

Dispatches all of the GUI actions given the action name. This is the only externally accessible thing in this module. All of the action-specific methods are in _guiactions with the same name as those found in parmed.tools.actions