Package schrodinger :: Package application :: Package matsci :: Module mswidgets
[hide private]
[frames] | no frames]

Module mswidgets

Contains widgets that are useful in MatSci panels.

Classes [hide private]
  CompactSolventSelector
A single line of widgets that displays the currently chosen solvent and a button that will open a dialog allowing a new solvent model/solvent choice.
  SolventDialog
A Dialog that allows the user to pick a solvent model, solvent and parameters.
  EmbeddedSolventWidget
A master widget that contains the widgets from the Jaguar Solvation tab and is convenient to use outside the Jaguar gui environment.
  StageFrame
The base frame for a stage in a MultiStageArea
  MultiStageArea
A scrollable frame meant to hold multiple stages.
  StageControlButton
The QToolButtons on the right of each StageFrame
  StageControlIcon
The icons used in the StageControlButtons
  Divider
A raised divider line
  SaveDesmondFilesWidget
Standardized checkbox with combo to provide options for saving intermediate Desmond job files.
Functions [hide private]
 
add_desmond_ms_logo(layout)
Add a Desmond D.
Variables [hide private]
  __doc__ = ...
  NO_SOLVENT = 'None'
  SOLVENT_KEY = 'solvent'
  MODEL_KEY = 'isolv'
  DOWN = 'down'
  UP = 'up'
  CLOSE = 'close'
  OPEN = 'open'
  DELETE = 'delete'
  COPY = 'copy'
  SAVE_COMBO_OPTIONS = OrderedDict([('CMS files', 'cms'), ('CMS ...
  __package__ = 'schrodinger.application.matsci'
Function Details [hide private]

add_desmond_ms_logo(layout)

 

Add a Desmond D. E. Shaw logo on the left and a MatSci logo on the right

Parameters:
  • layout (QBoxLayout) - The layout to add the logos to

Variables Details [hide private]

__doc__

Value:
"""
Contains widgets that are useful in MatSci panels.
"""

SAVE_COMBO_OPTIONS

Value:
OrderedDict([('CMS files', 'cms'), ('CMS and trajectory archive', 'trj\
')])