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.
|
|
Super
|
|
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 = QtCore.Qt.green
|
|
GUESS_COLOR = QtCore.Qt.cyan
|
|
GUESS_HIGHLIGHT_COLOR = QtCore.Qt.blue
|
|
WHITE = QtCore.Qt.white
|
|
REFERENCE = 'Reference'
|
|
COMPARISON = 'Comparison'
|
|
HELP_DITTY = {REFERENCE: 'click to select atom', COMPARISON: '...
|
|
SHOW_H_PREF = 1
|
|
mypanel = None
hash(x)
|
|
description = 'Description of script'
|