Package schrodinger :: Package application :: Package jaguar :: Package gui :: Module input_tab_widgets_pka :: Class InputEntriesViewPka
[hide private]
[frames] | no frames]

Class InputEntriesViewPka

    PyQt4.QtGui.QTableView --+        
                             |        
       utils.ProjTableLikeView --+    
                                 |    
input_tab_widgets.InputEntriesView --+
                                     |
                                    InputEntriesViewPka

The view for the pKa selected entries table

Nested Classes [hide private]
  COLUMN
Column constants for the pKa selected entries table
Instance Methods [hide private]
 
_setDelegates(self, parent)
Add delegates to the appropriate columns
 
_setPkaAtomDelegate(self, parent)
Add the delegates to the pKa column

Inherited from input_tab_widgets.InputEntriesView: __init__, contextMenuEvent, setModel, showToolTip

Inherited from utils.ProjTableLikeView: commitDataToSelected, selectionCommand, setItemDelegateForColumn

Instance Variables [hide private]
PyQt4.QtCore.pyqtSignal set_pka_marker = QtCore.pyqtSignal(str, object)
A signal emitted when a new pKa atom should be marked in the workspace.
Method Details [hide private]

_setDelegates(self, parent)

 

Add delegates to the appropriate columns

Parameters:
  • parent - The Qt parent of this table
Overrides: input_tab_widgets.InputEntriesView._setDelegates
(inherited documentation)

_setPkaAtomDelegate(self, parent)

 

Add the delegates to the pKa column

Parameters:
  • parent (PyQt4.QtGui.QWidget) - The Qt parent of this table

Instance Variable Details [hide private]

set_pka_marker

A signal emitted when a new pKa atom should be marked in the workspace. Emitted with two arguments:
Type:
PyQt4.QtCore.pyqtSignal
Value:
QtCore.pyqtSignal(str, object)