Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module input_tab_widgets
[hide private]
[frames] | no frames]

Module input_tab_widgets

Classes [hide private]
  UseFrom
  _Basis
Basis(basis, polarization, diffuse)
  Basis
Class for representing a basis set.
  ProjEntry
A class for accessing data about a project table row and the associated structure
  ProjEntryTuple
A simplified class for storing data about a project table row and the associated structure.
  InputEntriesColumns
Column constants for the selected entries table
  InputEntriesModel
The data model for the input entries table
  InputEntriesProxyModel
The proxy model for sorting the input entries table
  InputEntriesView
The view for the input entries table
  CommitMultipleDelegate
A delegate where Ctrl+Enter will cause the value to be committed to all selected rows.
  BlankableSpinBoxDelegate
A spin box delegate.
  BlankableSpinBox
A spin box that allows the empty string as an acceptable value
  BasisSetDelegate
A delegate for selecting a basis set using a BasisSelectorLineEdit.
  UseFromCombo
A combo box that allows the user to select the source for the project table: either included entries or selected entries.
Variables [hide private]
  maestro = schrodinger.get_maestro()
  SELECTOR_TO_USEFROM = {'included_entries': <UseFrom.included: ...
  DEFAULT_ROLE = 33
  PER_ATOM_BASIS_ROLE = 35
  SORT_ROLE = 34
  STRUCTURE_ROLE = 32
  __package__ = 'schrodinger.application.jaguar.gui'
Variables Details [hide private]

SELECTOR_TO_USEFROM

Value:
{'included_entries': <UseFrom.included: 1>,
 'selected_entries': <UseFrom.selected: 2>}