Trees | Indices | Help |
|
---|
|
PyQt4.QtGui.QWidget --+ | base_tab.ProvidesStructuresMixin --+ | PyQt4.QtGui.QWidget --+ | | | base_tab.BaseTab --+ | InputTabBase --+ | InputTabPka
An input tab that allows the user to specify pKa atoms.
|
|||
schrodinger.application.jaguar.gui.input_tab_widgets.
SelectedEntriesModel
|
MODEL_CLASS The class to use for the table model |
||
schrodinger.application.jaguar.gui.input_tab_widgets.
SelectedEntriesView
|
VIEW_CLASS The class to use for the table view |
||
Inherited from |
|
|||
|
|||
dict |
|
||
dict |
|
||
|
|||
|
|||
str or NoneType |
|
||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from |
|
|||
str |
HELP_TOPIC = "JAGUAR_INPUT_TAB" The help topic for the tab |
||
tuple |
UI_MODULES = ui.input_top_ui, ui.input_pka_bottom_ui A tuple of ui modules defining the tab widgets. |
||
Inherited from Inherited from |
|
|||
PyQt4.QtCore.pyqtSignal
|
set_pka_marker = QtCore.pyqtSignal(str, object) A signal emitted when a new pKa atom should be marked in the workspace. |
||
Inherited from |
|
Perform tab specific initialization. This function should be defined in subclasses if initialization is needed.
|
Get the symmetry-related mmjag keywords. All other keywords are per- structure
|
Get mmjag keywords for the specified structure
|
Make sure that the tab settings will allow a job to be run
successfully. Note that this validation should not be redundant with that
performed in getMmJagKeywords. Any tab setting that prevents valid
mmjag keywords from being generated should cause getMmJagKeywords to raise a JaguarSettingError. Any tab
setting that allows mmjag keywords to be successfully generated but will
result in a job failure should cause a
|
Restore tab settings from mmjag keywords. This function should be defined in subclasses.
|
Load the pKa atom from the mmjag keywords. Note that the setting will be ignored if it is set to the default (i.e. no pKa atom name). If the setting is non-default, then a warning will be issued unless there is exactly one structure loaded into the table.
|
|
set_pka_markerA signal emitted when a new pKa atom should be marked in the workspace. Emitted with two arguments:
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:36 2015 | http://epydoc.sourceforge.net |