schrodinger.application.jaguar.gui.tabs.output_tab module

class schrodinger.application.jaguar.gui.tabs.output_tab.OutputTab(parent, input_selector=None)

Bases: schrodinger.application.jaguar.gui.tabs.base_tab.BaseTab

Output tab for the Jaguar panels.

HELP_TOPIC = 'JAGUAR_TOPIC_OUTPUT_FOLDER'
NAME = 'Output'
UI_MODULES = (<module 'schrodinger.application.jaguar.gui.ui.output_tab_ui' from '/scr/buildbot/savedbuilds/2017-4/NB/build-152/internal/lib/python2.7/site-packages/schrodinger/application/jaguar/gui/ui/output_tab_ui.pyc'>,)
getMmJagKeywords()

Return a dictionary of mmjag keywords for the current state of the tab.

getValueFromItem(item, off_value, on_value)

If the selected item is selected then return the “on_value”, otherwise return the “off_value”.

loadSettings(keywords)

Restore the tab from the input file JaguarInput object.

orbitalsChanged(index)

Called when a new item is selected in the “Orbitals” pull-down-menu.

setup()