Package schrodinger :: Package application :: Package combiglide :: Module combenumdock :: Class ConnectionStorage
[hide private]
[frames] | no frames]

Class ConnectionStorage

          object --+                    
                   |                    
   sip.simplewrapper --+                
                       |                
             sip.wrapper --+            
                           |            
        PyQt4.QtCore.QObject --+        
                               |        
               Qt.QtCore.QObject --+    
                                   |    
connection_storage.ConnectionStorage --+
                                       |
                                      ConnectionStorage

This class is used to store the data of the current connection table.

Instance Methods [hide private]
 
containsMultipleCores(self)
This panel does not use multiple cores, so override the parent class function

Inherited from connection_storage.ConnectionStorage: __init__, __iter__, addPair, bondPair, bondToH, changePair, changesSaved, clearSelected, collectionChanged, deletePair, getAtomColorList, getAtomList, getBondColorList, getBondList, getBondListWithIgnored, getCompleteBondList, getConnectionColor, getConnectionFile, getConnectionMaxLink, getConnectionMinLink, getConnectionName, getConnectionSize, getPairFromRow, getRow, getSelected, hasChanged, removeIgnorePair, reset, setConnectionFile, setConnectionMaxLink, setConnectionMinLink, setConnectionName, setConnectionSize, setData, setIgnorePair, setRow, setSelected, size, switchPair

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__, __str__, __subclasshook__

Class Variables [hide private]

Inherited from PyQt4.QtCore.QObject: staticMetaObject

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

containsMultipleCores(self)

 

This panel does not use multiple cores, so override the parent class function

Overrides: connection_storage.ConnectionStorage.containsMultipleCores