Package schrodinger :: Package application :: Package desmond :: Module icon
[hide private]
[frames] | no frames]

Module icon

Various panels for FEP calculations for Desmond applications.

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  _Global
A class to hold global objects so the use of module-level objects can be avoided.
Functions [hide private]
 
get(master, which)
Returns the particular icon as specified by 'which'.
Variables [hide private]
  _GLOBAL = _Global()
  __package__ = 'schrodinger.application.desmond'
Function Details [hide private]

get(master, which)

 

Returns the particular icon as specified by 'which'. If there is no such an icon, a KeyError will be thrown.

Parameters:
  • master - The frame on which the icon will be drawn.