Package schrodinger :: Package application :: Package lid :: Module ligand_interaction_diagram_gui
[hide private]
[frames] | no frames]

Module ligand_interaction_diagram_gui

Classes [hide private]
  ChooseLigandModel
  LegendDialog
  ChooseLigandDialog
  TwoDWidget
  SaveFileDialog
  App
Functions [hide private]
 
setsAreSame(set1, set2)
 
changeGUIforWaterMap(selfobj)
 
choose_ligand_cb(parent, allLigands)
 
get_ligand_from_complex(complex_st, parent=None, chooseLigand=True)
 
structures_have_hydrogens(st_list)
 
compare_list_first_entry(l1, l2)
 
compare_list_first_two_entries(l1, l2)
 
draw_image_into_rect(painter, image, image_size, rect, draw_background=False, background_color=None)
 
sortRows(all_rows, row_list)
 
resetApp(a)
 
panel()
 
quit()
To force quit the GUI in Maestro, call 'app.quit'
 
reload()
Variables [hide private]
  __doc__ = ...
  _version = "$Revision: 1.0 $"
  usage = ...
  maestro = None
hash(x)
  DEBUG = log.get_environ_log_level() <= log.DEBUG
  app = None
hash(x)
  transparent_c = QtGui.QColor(0, 0, 0, 0)
  white_c = QtGui.QColor(255, 255, 255, 255)
  black_c = QtGui.QColor(0, 0, 0, 255)
  checkerboard = QtGui.QPixmap(16, 16)
  p = QtGui.QPainter()
  wb = QtGui.QBrush(white_c)
  grey_c = QtGui.QColor(204, 204, 204, 255)
  gb = QtGui.QBrush(grey_c)
  checkerboardBRUSH = QtGui.QBrush(checkerboard)
  _fromUtf8 = lambda s:
  choose_ligand_headers = ["Ligand#", "PDB Residue", "Residue#",...
  legend = None
hash(x)
  identityMat = [[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0....
Variables Details [hide private]

__doc__

Value:
"""

Copyright Schrodinger, LLC. All rights reserved.
"""

usage

Value:
"""
ligand_interaction_diagram_gui.py
%s

Interactive Ligand Interactive Diagram

Usage: $SCHRODINGER/run ligand_interaction_diagram_gui.py [<maefile>]

...

choose_ligand_headers

Value:
["Ligand#", "PDB Residue", "Residue#", "Chain", "#atoms"]

identityMat

Value:
[[1.0, 0.0, 0.0, 0.0], [0.0, 1.0, 0.0, 0.0], [0.0, 0.0, 1.0, 0.0], [0.\
0, 0.0, 0.0, 1.0]]