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

Class _MutationSelectorMixin

object --+
         |
        _MutationSelectorMixin
Known Subclasses:

Container class for methods shared between MutationSelectorComboBox and MutationSelectorLineEdit.

Instance Methods [hide private]
 
disableResidues(self, disable_residues)
set of str
getSelectedMutations(self)
Get the mutations that have been selected by the user in the popup
 
getAllowedResidues(self)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

disableResidues(self, disable_residues)

 
Parameters:
  • disable_residues (List of (str, str) tuples.) - List of residues to disable. Each item is a tuple of (res_name, tooltip).

getSelectedMutations(self)

 

Get the mutations that have been selected by the user in the popup

Returns: set of str
Set of strings representing the user's residue mutation selections