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

Class ReactionParticipant

       object --+                
                |                
sip.simplewrapper --+            
                    |            
          sip.wrapper --+        
                        |        
     PyQt4.QtCore.QObject --+    
                            |    
            Qt.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]
 
structureChanged(...)
 
__init__(self, parent, name, plus_item=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
__str__(self)
str(x)
 
regeneratePicture(self)
This regenerates the 2D picture if the underlying structure has been edited inside the workspace.
 
addToWorkspace(self)
Convenience wrapper
schrodinger.structure.Structure
getStructure(self)
Get the structure for this participant

Inherited from Qt.QtCore.QObject: connect, emit

Inherited from PyQt4.QtCore.QObject: __getattr__, blockSignals, childEvent, children, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, event, eventFilter, findChild, findChildren, inherits, installEventFilter, isWidgetType, killTimer, metaObject, moveToThread, objectName, parent, property, pyqtConfigure, receivers, removeEventFilter, sender, senderSignalIndex, setObjectName, setParent, setProperty, signalsBlocked, startTimer, thread, timerEvent, tr, trUtf8

Inherited from sip.simplewrapper: __new__

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

Class Variables [hide private]

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties [hide private]
  pt_entry_id

Inherited from object: __class__

Method Details [hide private]

__init__(self, parent, name, plus_item=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

__str__(self)
(Informal representation operator)

 

str(x)

Overrides: object.__str__
(inherited documentation)

getStructure(self)

 

Get the structure for this participant

Returns: schrodinger.structure.Structure
The structure

Property Details [hide private]

pt_entry_id

Get Method:
unreachable.pt_entry_id(self)