Package schrodinger :: Package ui :: Module residueselector
[hide private]
[frames] | no frames]

Module residueselector

Classes [hide private]
  ResidueGroups
Class representing the residue "groups" that appear as mixed-state checkboxes in the residue selector pop-up.
  MutationSelectorFrame
This frame contains widgets for selecting one or more residue type (e.g.
  MutationSelectorPopUp
A popup editor for selecting residue mutation targets.
  MutationSelectorLineEdit
This line edit will show a residue type selection pop-up box when clicked.
  MutationSelectorComboBox
This combo box will show a residue type selection pop-up box when clicked.
Functions [hide private]
 
muts_str_to_list(muts_str)
Convert the string of comma-separated residue names to a list.
 
clear_layout(layout)
Remove all widgets from the layout and delete them.
Variables [hide private]
  maestro = get_maestro()
  __package__ = 'schrodinger.ui'
Function Details [hide private]

muts_str_to_list(muts_str)

 

Convert the string of comma-separated residue names to a list. Strips spaces as needed, and properly handles an empty string.