Package schrodinger :: Package test :: Module get_widget_image
[hide private]
[frames] | no frames]

Module get_widget_image

Functions [hide private]
 
get_qglwidget_image(widget_name="")
Returns a QImage of a QGLWidget with optional name widget_name.
 
save_maestro_workspace(filename)
Retrieves a rendering of the current Maestro workspace and saves it to the specified filename.
Variables [hide private]
  __doc__ = ...
  maestro = schrodinger.get_maestro()
Variables Details [hide private]

__doc__

Value:
"""
Saves an image of the current workspace taken directly fro the Qt
Widget framebuffer rendering.

This can be called from Maestro as:

pythonrun get_widget_image.save_maestro_workspace filename

...