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

Class LabelAtomByNumType

PyQt4.QtGui.QAction --+        
                      |        
                MAction --+    
                          |    
            LabelAtomByProp --+
                              |
                             LabelAtomByNumType

Instance Methods [hide private]
str
getProperty(self, atomobj)
Get the atom property for this action

Inherited from LabelAtomByProp: command

Inherited from MAction: __init__

Method Details [hide private]

getProperty(self, atomobj)

 

Get the atom property for this action

Parameters:
  • atomobj (schrodinger.structure._StructureAtom object) - The atom object to retrieve the property from
Returns: str
The atom property converted to a string appropriate for display
Overrides: LabelAtomByProp.getProperty