Trees | Indices | Help |
|
---|
|
PyQt4.QtGui.QWidget --+ | base_sub_tab.BaseSubTab --+ | ChargeConstraintsSubTab
An Input tab sub-tab for charge constraints.
See parent class for documentation on the class variables
|
|||
type |
TABLE_MODEL_CLASS The class of the table model. |
||
Inherited from |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
str |
NAME = "Charge Constraints" The name of the tab. |
||
module |
UI_MODULE = sub_tabs_ui.charge_constraints_ui A module containing a Ui_Form for the sub tab |
|
|||
Inherited from |
|
Sub-tab-specific initialization. This function may be redefined in subclasses.
|
Save sub-tab settings for the specified entry into the given Jaguar handle. This function should be redefined in subclasses.
|
Restore sub-tab settings from the Jaguar handle. This function should be redefined in subclasses. Note that existing settings for the given entry id should be cleared before the new settings are loaded.
|
Pass along addMarker signals received from the table model or Since this sub-tab allows overlapping charge constraint groups, it's possible to have more than one marker for an atom. Since the panel code can't handle multiple markers per atom, we use "marker counting" to ensure that markers are created and deleted appropriately. See parent class for argument documentation.
|
Pass along removeMarker signals received from the table model or Since this sub-tab allows overlapping charge constraint groups, it's possible to have more than one marker for an atom. Since the panel code can't handle multiple markers per atom, we use "marker counting" to ensure that markers are created and deleted appropriately. See parent class for argument documentation.
|
Convert the given atom into something hashable that depends on the atom entry id and index @param atom: The atom to convert @type atom: L{schrodinger.structure._StructureAtom @return: A hashable object. (Specifically, a tuple of entry id and atom index.) @rtype: tuple |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:36 2015 | http://epydoc.sourceforge.net |