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

Class StandardStatusMixin

object --+
         |
        StandardStatusMixin
Known Subclasses:

A mixin that will add the standard Jaguar status bar text to a Jaguar panel. Classes that use this mixin must have both a "Theory" tab and a "Molecule" tab with a basis selector.

Instance Methods [hide private]
 
__init__(self)
Connect signals so the status bar is updated whenever the user changes the basis or theory level
str
generateJaguarStatus(self)
Create the standard Jaguar status bar message, such as "Jaguar: B3LYP / 6-31**, Single Point Energy"

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 signals so the status bar is updated whenever the user changes the basis or theory level

Overrides: object.__init__

generateJaguarStatus(self)

 

Create the standard Jaguar status bar message, such as "Jaguar: B3LYP / 6-31**, Single Point Energy"

Returns: str
The Jaguar status bar message