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

Class MakeProjectEntry

PyQt4.QtGui.QAction --+    
                      |    
                MAction --+
                          |
                         MakeProjectEntry

Copies the atoms into a new project entry and includes it in the workspace

Instance Methods [hide private]
 
__init__(self, *args, **kwargs)
Create a MakeProjectEntry object
 
command(self)
Copies the atoms into a new project entry and includes it in the workspace
Method Details [hide private]

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

 

Create a MakeProjectEntry object

Parameters:
  • extract (bool) - True if the atoms specified by the owner should be extracted (deleted) from the owner, False (default) if the atoms should be copied from the owner.
Overrides: MAction.__init__

command(self)

 

Copies the atoms into a new project entry and includes it in the workspace

Overrides: MAction.command