Package schrodinger :: Package application :: Package msv :: Package gui :: Module delegates
[hide private]
[frames] | no frames]

Module delegates

Classes [hide private]
  OptionCache
Instances of option cache are used by the delegate to help set cached information on options
  BaseRowDelegate
  SpaceRowDelegate
A simple delegate to manage rows of empty space
  ResidueDelegate
  ResnumDelegate
  RescodeDelegate
  DisulfideBondDelegate
  ColorBlockRowDelegate
  HelixPropensityDelegate
  BetaStrandDelegate
  BarHeightDelegate
A BarHeightDelegate is responsible for displaying array-like model data as a series of scaled bars
  BidirectionalBarDelegate
Delegate used for bar charts that represent positive and negative values.
  HydrophobicityDelegate
  MeanHydrophobicityDelegate
  MeanIsoelectricPointDelegate
  RulerDelegate
  IsoelectricPointDelegate
  TurnPropensityDelegate
  SidechainChemistryDelegate
  HelixTerminatorsDelegate
Functions [hide private]
 
_generateTypeMap()
Return a mapping of {annotation type: delegate class} for all delegates in this module
Variables [hide private]
  DEFAULT_ELEMENT_HEIGHT = 20.0
  DEFAULT_COLUMN_WIDTH = 20.0
  TYPE_MAP = {<ANNOTATION_TYPES.resnum: 1>: <class 'schrodinger....
  __package__ = 'schrodinger.application.msv.gui'
Variables Details [hide private]

TYPE_MAP

Value:
{<ANNOTATION_TYPES.resnum: 1>: <class 'schrodinger.application.msv.gui\
.delegates.ResnumDelegate'>,
 <ANNOTATION_TYPES.beta_strand_propensity: 5>: <class 'schrodinger.app\
lication.msv.gui.delegates.BetaStrandDelegate'>,
 <ANNOTATION_TYPES.rescode: 2>: <class 'schrodinger.application.msv.gu\
i.delegates.RescodeDelegate'>,
 <RowType.Sequence: 1>: <class 'schrodinger.application.msv.gui.delega\
tes.ResidueDelegate'>,
...