Package schrodinger :: Package application :: Package jaguar :: Package gui :: Package tabs :: Module reaction_tab :: Class ReactionParticipant
[hide private]
[frames] | no frames]

Class ReactionParticipant

PyQt4.QtCore.QObject --+
                       |
                      ReactionParticipant

This class holds all the information for each participant in the reaction, be it reactant or product. It also contains the drawing objects.

Instance Methods [hide private]
 
__init__(self, parent, name, plus_item=None)
 
__str__(self)
 
regeneratePicture(self)
This regenerates the 2D picture if the underlying structure has been edited inside the workspace.
 
pt_entry_id(self)
 
addToWorkspace(self)
Convenience wrapper
schrodinger.structure.Structure
getStructure(self)
Get the structure for this participant
Class Variables [hide private]
  structureChanged = QtCore.pyqtSignal()
Method Details [hide private]

pt_entry_id(self)

 
Decorators:
  • @property

getStructure(self)

 

Get the structure for this participant

Returns: schrodinger.structure.Structure
The structure