Package schrodinger :: Package application :: Package jaguar :: Package gui :: Package tabs :: Module base_tab :: Class ProvidesBasisMixin
[hide private]
[frames] | no frames]

Class ProvidesBasisMixin

PyQt4.QtGui.QWidget --+
                      |
                     ProvidesBasisMixin

A mixin for tabs that allow the user to select a basis set. This mixin is used to find tabs (via basePanel.getTab()) that can provide basis information.

Instance Methods [hide private]
str
getBasis(self, mixed_name="Mixed")
Get the currently selected basis.
Class Variables [hide private]
  basis_changed = QtCore.pyqtSignal()
Method Details [hide private]

getBasis(self, mixed_name="Mixed")

 

Get the currently selected basis. If more than one basis set is specified, mixed_name will be returned. If the tab does not allow for specifying multiple basis sets, then this argument may be ignored.

Parameters:
  • mixed_name (str) - The name to return if more than one basis set is specified
Returns: str
The currently selected basis