Package schrodinger :: Package application :: Package jaguar :: Package gui :: Package tabs :: Package sub_tab_widgets :: Module charge_selector :: Class _ChargeSelectorPopUp
[hide private]
[frames] | no frames]

Class _ChargeSelectorPopUp

    PyQt4.QtGui.QFrame --+    
                         |    
ui.qt.pop_up_widgets.PopUp --+
                             |
                            _ChargeSelectorPopUp


The pop up window that is displayed adjacent to L(ChargeSelectorLineEdit}

Instance Methods [hide private]
 
setup(self)
Subclass-specific initialization.
 
populateWeights(self, weights)
Populate atom weights table.
dict
getWeights(self)
This function returns dictionary of individual atom weights keyed on the atom names.

Inherited from ui.qt.pop_up_widgets.PopUp: __init__, estimateMaxHeight, estimateMaxWidth, installPopUpEventFilter, lineEditUpdated, subWidgetHasFocus

Instance Variables [hide private]

Inherited from ui.qt.pop_up_widgets.PopUp: dataChanged, popUpResized

Method Details [hide private]

setup(self)

 

Subclass-specific initialization. Subclasses must implement this function.

Overrides: ui.qt.pop_up_widgets.PopUp.setup
(inherited documentation)

populateWeights(self, weights)

 

Populate atom weights table.

Parameters:
  • weights (dict)

getWeights(self)

 

This function returns dictionary of individual atom weights keyed on the atom names.

Returns: dict
dictionary of atom weights