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

Class MaterialEnumerationDialog

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

Class for opening the Interactive Enumeratio panel as a dialog from Materials Science panels.

Instance Methods [hide private]
 
__init__(self, jobname=None, write_files_only=False, untangle=True)
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, jobname=None, write_files_only=False, untangle=True)
(Constructor)

 

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

Parameters:
  • untangle - True if the combgen untangle option should be used when enumerating structures, False if not
  • jobname - The jobname for the panel. By default, the jobname is "cgenumerate". jobname must be supplied if write_files_only is True and will be the name of the directory the files are written to and will also be the base name of the files in that directory.
  • write_files_only - If True, the files required to run the job will be written and the enumeration_files_written signal will be emitted. If False, the enumeration job will be launched and the job_submitted signal will be emitted. The default is False.
Overrides: object.__init__
(inherited documentation)

postLaunch(self, job)

 

Called when the job is launched. Closes the panel.

Overrides: BaseInteractiveEnumeration.postLaunch