Trees | Indices | Help |
|
---|
|
PyQt4.QtGui.QWidget --+ | base_tab.BaseTab --+ | coordinates.CoordinateTab --+ | ScanTab --+ | ScanTabNextGeom
A scan tab that allows the user to configure how the determine the next initial geometry
|
|||
|
|||
|
|||
NextGeomFrom |
|
||
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|
|||
tuple |
UI_MODULES = ui.scan_tab_ui, ui.scan_tab_nextgeom_ui A tuple of ui modules defining the tab widgets. |
||
NextGeomFrom = enum.Enum("NextGeomFrom", ["Init", "Prev"])
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
Perform tab specific initialization. This function should be defined in subclasses if initialization is needed.
|
Reset the tab to its original state. Note that this function is only necessary for settings that are not stored in the mmjag handle. For mmjag settings, reset will be carried out using loadSettings with a default schrodinger.application.jaguar.input.JaguarInput object. This function should only be defined in subclasses if there are any settings that cannot be reset via loadSettings.
|
Return the setting for the next initial geometry
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:37 2015 | http://epydoc.sourceforge.net |