Package schrodinger :: Package application :: Package bioluminate :: Module pml_menus :: Class PrettyPubPreset
[hide private]
[frames] | no frames]

Class PrettyPubPreset

PyQt4.QtGui.QAction --+        
                      |        
                MAction --+    
                          |    
             object --+   |    
                      |   |    
      LigandActionMixin --+    
                          |    
               PresetAction --+
                              |
                             PrettyPubPreset

Show the object as nice-looking cartoon ribbons

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create a PrettyPubPreset object
 
command(self)
Show the object as nice-looking cartoon ribbons

Inherited from PresetAction: finish, reset

Inherited from LigandActionMixin: makeLigandASL

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, *args, **kwargs)
(Constructor)

 

Create a PrettyPubPreset object

Parameters:
  • solvent (bool) - True if solvent should be shown (Default), False if the solvent should not be shown
  • publish (bool) - True if set for publication (helicies will be dual-colors, grey in back), False (default) if Pretty mode (helicies will be same-colored on both sides).

    See parent class for additional keyword documentation

Overrides: object.__init__

command(self)

 

Show the object as nice-looking cartoon ribbons

Overrides: MAction.command