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

Class InteractionEnumerationPanel

       object --+                    
                |                    
sip.simplewrapper --+                
                    |                
          sip.wrapper --+            
                        |            
     PyQt4.QtCore.QObject --+        
                            |        
            Qt.QtCore.QObject --+    
                                |    
       BaseInteractiveEnumeration --+
                                    |
                                   InteractionEnumerationPanel

For opening the stand-alone panel.

Instance Methods [hide private]
 
__init__(self, untangle=True, matsci=False)
x.__init__(...) initializes x; see help(type(x)) for signature
 
postLaunch(self, job)
Called when the job is launched.

Inherited from BaseInteractiveEnumeration: appendNewCollection, applyCurrentCollection, applyCurrentSelection, browseForNewCollection, browse_for_collection_dir, checkForCollectionChanges, checkForCombLibChanges, checkForPaletteChanges, clearCollection, clearCombdef, clearDefaultCollection, clearPalette, close, closePalette, collectionChanged, collectionRefreshed, contextMenuRequested, coreSketch, countTotalStructures, createCombLibSelectFile, createRowInCollectionTable, deleteCollectionRow, doubleClickTable, enableRevert, ensureValidCollectionTitles, enumerate, enumeration_files_written, exportCollection, exportCombLibSelectFile, exportCoreSelectFile, exportPalette, flashRow, fragImportFromSketcher, getCollectionFilename, getCore, getCoreCBChanged, getPTGroupnameCollection, getPTGroupnamePalette, gridBrowse, growFluoro, growFragmentForward, growMethyl, help, helpNC, hideCoreImportWidgets, importCombLibSelectFile, importFragmentCollection, importPalette, initializeGrowers, job_submitted, loadStructIntoStructView, loadZoomStruct, makeAllTitlesUnique, openCollectionPanel, paletteChanged, paletteRefreshed, renameCollection, revertCollection, revertCombLib, saveCurrentCollection, saveCurrentCombLibDef, savePalette, scan_collection_dir, setComblibDir, setDefaultCollection, setFragmentCollection, showMainWindow, showNC, swapPics, tabChange, updateLibraryCounts, updateSelection, validateLinkerChange

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]

__init__(self, untangle=True, matsci=False)
(Constructor)

 

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

Parameters:
  • untangle (bool) - True if the combgen untangle option should be used when enumerating structures, False if not.
  • matsci - Whether to show the Materials Science help topic instead of the CombiGlide one.
Overrides: object.__init__

postLaunch(self, job)

 

Called when the job is launched. Opens a dialog stating that the job has started.

Overrides: BaseInteractiveEnumeration.postLaunch