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

Module popup_dialogs

Classes [hide private]
  ClickableLabel
A label that emits a 'clicked' signal when clicked
  DarkBackgroundLabel
A label that has dark background and text in white
  GrayLabel
A label with smaller font and gray text, white background
  PlusMinusWidget
  IconLabelToggle
Customized checkbox with an image icon on the left, which changes upon clicking.
  ToggleOption
An instance handles one side of a SideBySideToggle
  SideBySideToggle
A customized widget for switching between text options representing different values
  ColorCircleToggle
A label composed of a sphere filled with a solid color.
  ColorCircleToggleGroupWidget
A widget that contains a text label and a number of colored circle toggles.
  MsvComboBox
Subclass of swidgets.SComboBox that defines functionality to synchronize options with tabbed MSV widgets.
  ColorSchemeComboBox
Class specifically for setting color.RowColorScheme info via a combo box.
  BaseMsvPopup
Base class for MSV popup dialogs.
  ViewStylePopUp
A popup dialog to provide options for viewing style
  ViewButtonWithPopUp
A checkable button with text "View" that has a pop up
  QuickAnnotationPopup
Popup dialog for performing annotations.
  QuickAnnotateButtonWithPopUp
A checkable button with text "Quick Annotate" that has a pop up
  ColorPopUp
A popup dialog to provide options for color settings.
  ColorButtonWithPopUp
A checkable button with text "Color" that has a pop up
Variables [hide private]
  SELECTED_ICON_PATH = ':/msv/icons/selected.png'
  UNSELECTED_ICON_PATH = ':/msv/icons/unselected.png'
  LAYOUT_ROW_PADDING = 6
  MARGIN_SIZE = 10
  WS_COLORS = 'Workspace Colors'
  CUSTOM = 'Custom'
  COLOR_SEQ_OPTS = [color.get_side_chain_chemistry_color_scheme(...
  MATCH_ONLY = 'Matching Residues Only'
  DIFF_ONLY = 'Different Residues Only'
  COLOR_SEQ_ALN_ITEMS = {'Different Residues Only': <ColorByAln....
  __package__ = 'schrodinger.application.msv.gui'
Variables Details [hide private]

COLOR_SEQ_OPTS

Value:
[color.get_side_chain_chemistry_color_scheme(), color.get_res_type_col\
or_scheme(), color.get_hydrophobicity_kd_color_scheme(), color.get_hyd\
rophobicity_hw_color_scheme(), color.get_taylor_color_scheme(), color.\
get_helix_propensity_color_scheme(), color.get_beta_strand_color_schem\
e(), color.get_turn_propensity_color_scheme(), color.get_exposure_tend\
ency_color_scheme(), color.get_steric_group_color_scheme(), color.get_\
secondary_structure_color_scheme(), color.get_b_factor_color_scheme(),\
]

COLOR_SEQ_ALN_ITEMS

Value:
{'Different Residues Only': <ColorByAln.Different: 2>,
 'Matching Residues Only': <ColorByAln.Matching: 1>}