Package schrodinger :: Package application :: Package desmond :: Module gui :: Class EnsembleClassFrame
[hide private]
[frames] | no frames]

Class EnsembleClassFrame

object --+
         |
        EnsembleClassFrame

Frame that includes the Ensemble class pull-down menu and the entry fields correspondint to it.

Instance Methods [hide private]
 
__init__(self, master, key, ens_callback, temp_callback, is_annealing, is_replica_exchange, app)
See class docstring.
 
ensClassChanged(self, ens_class, should_callback=True)
 
changeTemp(self)
 
updateEnsClassFromKey(self, key)
 
updateTempFromKey(self, key)
 
checkValidity(self)
Checks if all widgets have valid values.
 
updateKey(self, key)
 
updateFromKey(self, key)

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

Class Variables [hide private]
  TOOLTIP_TEXT = {u'NPAT': 'Constant number of atoms, constant a...
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, master, key, ens_callback, temp_callback, is_annealing, is_replica_exchange, app)
(Constructor)

 

See class docstring.

Overrides: object.__init__

checkValidity(self)

 

Checks if all widgets have valid values. If a widget with invalid value was encountered, then returns string that describes the problem. Returns None if there are no issues.


Class Variable Details [hide private]

TOOLTIP_TEXT

Value:
{u'NPAT': 'Constant number of atoms, constant area, constant temperatu\
re',
 u'NPT': 'Constant number of atoms, constant pressure, constant temper\
ature',
 u'NPγT': 'Constant number of atoms, constant surface tension, constan\
t temperature',
 u'NVE': 'Constant number of atoms, constant volume, constant energy',
 u'NVT': 'Constant number of atoms, constant volume, constant temperat\
...