Package schrodinger :: Package application :: Package jaguar :: Package gui :: Package tabs :: Module properties_tab :: Class RamanSubTab
[hide private]
[frames] | no frames]

Class RamanSubTab

PyQt4.QtCore.QObject --+    
                       |    
              BaseSubTab --+
                           |
                          RamanSubTab

Instance Methods [hide private]
dict
getMmJagKeywords(self, checked)
This function returns dictionary of mmjag keywords for Raman Spectroscopy
 
loadSettings(self, keywords)
This function restores this sub tab from the keywords dictionary.

Inherited from BaseSubTab: __init__, setup, theoryUpdated

Instance Variables [hide private]

Inherited from BaseSubTab: row_id, spin, theory_level, ui

Method Details [hide private]

getMmJagKeywords(self, checked)

 

This function returns dictionary of mmjag keywords for Raman Spectroscopy

Parameters:
  • checked (bool) - True if property row is 'checked'
Returns: dict
mmjag keywords dictionary
Overrides: BaseSubTab.getMmJagKeywords

loadSettings(self, keywords)

 

This function restores this sub tab from the keywords dictionary.

Parameters:
  • keywords (dict) - mmjag keywrods dictionary
Overrides: BaseSubTab.loadSettings