Package schrodinger :: Package application :: Package jaguar :: Package gui :: Package tabs :: Module reaction_properties_tab :: Class ReactionPropertiesTab
[hide private]
[frames] | no frames]

Class ReactionPropertiesTab

PyQt4.QtGui.QWidget --+    
                      |    
       base_tab.BaseTab --+
                          |
                         ReactionPropertiesTab

Instance Methods [hide private]
 
reset(self)
Reset the tab to its original state.
 
deltaGIsChecked(self)
Determine if the delta G checkbox is checked
 
preoptimizeIsChecked(self)
Determine if the pre-optimize is checked

Inherited from base_tab.BaseTab: __init__, activate, deactivate, error, getDefaultKeywords, getMmJagKeywords, loadPerAtomSettings, loadSettings, saveSettings, setup, validate, warning

Inherited from base_tab.BaseTab (private): _populateUi

Class Variables [hide private]
str NAME = "Properties"
The name of the tab
str HELP_TOPIC = "JAGUAR_REACTION_PROPERTIES_TAB"
The help topic for the tab
tuple UI_MODULES = ui.reaction_properties_tab_ui,
A tuple of ui modules defining the tab widgets.
Instance Variables [hide private]

Inherited from base_tab.BaseTab: input_selector, task_name, ui

Method Details [hide private]

reset(self)

 

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.

Overrides: base_tab.BaseTab.reset
(inherited documentation)

deltaGIsChecked(self)

 

Determine if the delta G checkbox is checked

Returns:
True if the delta G checkbox is checked. False otherwise.

preoptimizeIsChecked(self)

 

Determine if the pre-optimize is checked

Returns:
True if the pre-optimize checkbox is checked. False otherwise.