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

Class SimplePreset

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

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create a SimplePreset object
 
command(self)
Simple preset Show everything as ribbons, colored by chain Disulphides: Show CA, CB & S as lines Ligands + 2 bonds as tubes Color by default atom color if lines or sticks are shown Display Ligands, solvent & ions as lines

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 SimplePreset object

See parent class for argument documentation

Parameters:
  • show_solvent (bool) - True if this action should show solvent molecules, False if not
Overrides: object.__init__

command(self)

 

Simple preset Show everything as ribbons, colored by chain Disulphides: Show CA, CB & S as lines Ligands + 2 bonds as tubes Color by default atom color if lines or sticks are shown Display Ligands, solvent & ions as lines

Overrides: MAction.command