Package schrodinger :: Package application :: Package matsci :: Module reordergui :: Class ComparisonFrame
[hide private]
[frames] | no frames]

Class ComparisonFrame

PyQt4.QtGui.QFrame --+    
                     |    
        StructureFrame --+
                         |
                        ComparisonFrame

The StructureFrame for the Comparison structure

Instance Methods [hide private]
 
mapAtom(self, index, guess=False)
Mark an atom as mapped
 
selectAtom(self, index)
Select an atom in both the image and listwidget

Inherited from StructureFrame: __init__, highlightAtom, isValidAtomIndex, reset, setLabel, setStructure, unmapAtom

Method Details [hide private]

mapAtom(self, index, guess=False)

 

Mark an atom as mapped

Parameters:
  • index (int) - The atom index to mark
  • guess (bool) - True if this atom is marked by a guess, False if it was marked by the user. The background color used depends on this parameter.

selectAtom(self, index)

 

Select an atom in both the image and listwidget

Parameters:
  • index (int) - The atom index to select