Package schrodinger :: Package application :: Package prime :: Package gui :: Module analyze_energy :: Class AnalyzeEnergyOptions
[hide private]
[frames] | no frames]

Class AnalyzeEnergyOptions

                                object --+        
                                         |        
ui.qt.appframework2.settings.SettingsMixin --+    
                                             |    
ui.qt.appframework2.baseapp.ValidatedPanel --+    
                                             |    
 ui.qt.appframework2.settings.BaseOptionsPanel --+
                                                 |
                                                AnalyzeEnergyOptions

Instance Methods [hide private]
 
setPanelOptions(self)
 
setup(self)
Along with the usual af2 setup actions (instantiating widgets and other objects, connecting signals, etc), this is the recommended place for setting aliases.
 
checkDielectric(self)
Make sure that the dielectric line edit has a valid value
 
setUpMembrane(self)
Launch the Membrane GUI panel in response to the user clicking the "Set Up Membrane" button

Inherited from ui.qt.appframework2.settings.BaseOptionsPanel: __init__, accept, help, layOut, loadPersistentOptions, open, reject, reset, run, savePersistentOptions, setDefaults, setPersistent, title

Inherited from ui.qt.appframework2.settings.SettingsMixin: __getitem__, __setitem__, applySettings, getAliasedSettings, getAliasedValue, getObjValue, getSettings, setAlias, setAliasedValue, setAliases, setObjValue

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

Class Variables [hide private]
  DEFAULT_ENVIRON = "default_environ"
  MEMBRANE_ENVIRON = "membrane_environ"
  CRYSTAL_ENVIRON = "crystal_environ"
  DIELECTRIC = "dielectric"
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

setPanelOptions(self)

 
Overrides: ui.qt.appframework2.settings.BaseOptionsPanel.setPanelOptions

setup(self)

 

Along with the usual af2 setup actions (instantiating widgets and other objects, connecting signals, etc), this is the recommended place for setting aliases.

Overrides: ui.qt.appframework2.settings.BaseOptionsPanel.setup
(inherited documentation)

checkDielectric(self)

 

Make sure that the dielectric line edit has a valid value

Decorators:
  • @af2.validator()