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

Module scan_tab

Classes [hide private]
  ScanCoordinateColumns
Constants for the full (i.e.
  ScanTab
  ScanTabNextGeom
A scan tab that allows the user to configure how the determine the next initial geometry
  ScanCoordinateData
This class stores all data for a single scan coordinate.
  ScanCoordinatesDelegate
This delegate is used to define how float coordinate values are displayed in a line edit widget.
  ScanCoordinatesProxyModel
A proxy model that allows to hide columns.
  ScanCoordinatesModel
A model to store scan tab coordinates data.
Variables [hide private]
  maestro = schrodinger.get_maestro()
  markers = None
hash(x)
  COORDINATE_TYPES = OrderedDict([('Cartesian - X', 0), ('Cartes...
  __package__ = 'schrodinger.application.jaguar.gui.tabs'
Variables Details [hide private]

COORDINATE_TYPES

Value:
OrderedDict([('Cartesian - X', 0), ('Cartesian - Y', 1), ('Cartesian -\
 Z', 2), ('Distance', 4), ('Angle', 5), ('Dihedral', 6)])