This module contains classes to enable use of the reorder module in a 
  GUI.
  Copyright Schrodinger, LLC. All rights reserved.
    |  | StructureListWidget A QListWidget that interacts with a structure picture to select 
        atoms.
 | 
    |  | ComparisonListWidget The list widget for the Comparison structure.
 | 
    |  | ReferenceListWidget The ListWidget for the reference structure.
 | 
    |  | StructureView View which holds a structure_item object
 | 
    |  | StructurePic The QGraphicsItem that holds a 2D image of a structure
 | 
    |  | StructureFrame A QFrame that contains a 2D image of a structure.
 | 
    |  | ComparisonFrame The StructureFrame for the Comparison structure
 | 
    |  | ReferenceFrame The StructureFrame for the Reference structure
 | 
    |  | ReorderAtomFrame A frame which allows the user to reorder the atoms of a comparison 
        structure based on the atom order of a reference structure.
 | 
    |  | ReorderAtomPanel A simple panel that takes two selected entries and allows one of 
        them to be reordered - this is mainly for testing and example 
        purposes.
 | 
    |  | ReorderAtomsDialog A Window-Modal dialog that allows the user to reorder atoms in a 
        comparison structure based on a reference structure.
 | 
    |  | maestro = schrodinger.get_maestro() | 
    |  | _version = '0.1' | 
    |  | ELEMENTS = 'Monatomic elements' | 
    |  | SMILES = 'Unique SMILES order - conformers only' | 
    |  | SMARTS = 'SMARTS patterns of whole molecule or unique atoms' | 
    |  | SUPERPOSITION = 'Based on superimposed 3D structures' | 
    |  | AUTO = 'Use all methods' | 
    |  | SELECTED_COLOR = QtGui.QColor('orange') | 
    |  | MAPPED_COLOR = 8 | 
    |  | GUESS_COLOR = 10 | 
    |  | GUESS_HIGHLIGHT_COLOR = 9 | 
    |  | WHITE = 3 | 
    |  | REFERENCE = 'Reference' | 
    |  | COMPARISON = 'Comparison' | 
    |  | HELP_DITTY = {'Comparison': 'click to map to Reference atom', ... | 
    |  | SHOW_H_PREF = 1 | 
    |  | mypanel = Nonehash(x)
 | 
    |  | description = 'Description of script' | 
    |  | __package__ = 'schrodinger.application.matsci' |