Package schrodinger :: Package application :: Package bioluminate :: Package patch_utils :: Module patch_finder :: Class PatchFinderRunner
[hide private]
[frames] | no frames]

Class PatchFinderRunner

       object --+            
                |            
sip.simplewrapper --+        
                    |        
          sip.wrapper --+    
                        |    
     PyQt4.QtCore.QObject --+
                            |
                           PatchFinderRunner

An object used to run the PatchFinder analysis in a separate thread.

Instance Methods [hide private]
 
patchesFound(...)
A signal emitted when the PatchFinder analysis completes.
 
__init__(self, finder, settings)
x.__init__(...) initializes x; see help(type(x)) for signature
 
run(self)
Run the PatchFinder analysis and emit patchesFound when complete.

Inherited from PyQt4.QtCore.QObject: __getattr__, blockSignals, childEvent, children, connect, connectNotify, customEvent, deleteLater, destroyed, disconnect, disconnectNotify, dumpObjectInfo, dumpObjectTree, dynamicPropertyNames, emit, 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]

patchesFound(...)

 
A signal emitted when the PatchFinder analysis completes. Emits all return values of PatchFinder.calculate.

__init__(self, finder, settings)
(Constructor)

 

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

Overrides: object.__init__
(inherited documentation)