Module get_widget_image
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
  Copyright Schrodinger, LLC. All rights reserved.
    |  | 
        
          | 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.
 |  |  | 
    |  | __doc__ = ... | 
    |  | maestro = schrodinger.get_maestro() | 
    |  | __package__ = 'schrodinger.test' | 
| __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
... | 
 |