Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module base_panel :: Class PropertiesMixin
[hide private]
[frames] | no frames]

Class PropertiesMixin

object --+
         |
        PropertiesMixin
Known Subclasses:

A mixin that will send updates the Properties tab whenever the relevant settings in the "Theory" or "Molecule" tab change. Classes that use this mixin must have must have a "Theory" and a "Properties" tab, and must have a "Molecule" tab with a basis selector.

Instance Methods [hide private]
 
__init__(self)
Connect a signal from the Theory tab to the Properties tab whenever the theory level is changed
 
updatePropertiesTab(self)
Notify the properties tab that the level of theory or basis set has been updated.

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)
(Constructor)

 

Connect a signal from the Theory tab to the Properties tab whenever the theory level is changed

Overrides: object.__init__