Trees | Indices | Help |
|
---|
|
PyQt4.QtGui.QFrame --+ | qt.pop_up_widgets.PopUp --+ | PyQt4.QtGui.QFrame --+ | | | MutationSelectorFrame --+ | MutationSelectorPopUp
A popup editor for selecting residue mutation targets. The editor has a checkbox for each residue, along with convenience checkboxes that allow the user to toggle multiple residues that match a description (e.g., polar).
This frame is intended to be added to a GUI layout. For using as a pop-up, see MutationSelectorPopUp.
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
PyQt4.QtCore.pyqtSignal
|
dataChanged = QtCore.pyqtSignal(set) A signal emitted when a change in the pop up should trigger a change in the contents of the line edit. |
|
|||
Inherited from |
|
Subclass-specific initialization. Subclasses must implement this function.
|
Update this pop up in response to the user changing the line edit text. Note that, by default, this widget will not be able to send signals during execution of this method. This prevents an infinite loop of PopUp.lineEditUpdated and LineEditWithPopUp.popUpUpdated. To modify this behavior, subclass LineEditWithPopUp and reimplement LineEditWithPopUp.popUpUpdated.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:51 2015 | http://epydoc.sourceforge.net |