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

Class MdGroup

object --+    
         |    
_BaseGroup --+
             |
            MdGroup

Molecular Dynamics group

Instance Methods [hide private]
 
__init__(self, master, key, win, is_annealing=False, is_replica_exchange=False, dialog_master=None)
x.__init__(...) initializes x; see help(type(x)) for signature
 
setEnabledExceptSimulationTime(self, enable)
Ev:111016 Enable/disable this group.
 
_change_ens(self, ens_class)
 
_change_temp(self, temp)

Inherited from _BaseGroup: adv_callback, checkValidity, model_changed_callback, updateFromKey, updateKey

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

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, master, key, win, is_annealing=False, is_replica_exchange=False, dialog_master=None)
(Constructor)

 

x.__init__(...) initializes x; see help(type(x)) for signature

Parameters:
  • dialog_master (QWidget) - The widget that will be the master widget of the Advanced Options dialog. If not provided, the master argument will be used.
Overrides: object.__init__

setEnabledExceptSimulationTime(self, enable)

 

Ev:111016 Enable/disable this group. Does NOT disable the simulation time entry field.