Package schrodinger :: Package application :: Package desmond :: Module gui :: Class TempItemDelegate
[hide private]
[frames] | no frames]

Class TempItemDelegate

PyQt4.QtGui.QItemDelegate --+
                            |
                           TempItemDelegate

Class for allowing the data in the TableModel to be modified. Only allows float-values to be entered into the table.

Instance Methods [hide private]
 
__init__(self)
 
createEditor(self, parent, option, index)
 
setEditorData(self, editor, index)
 
setModelData(self, editor, model, index)
 
updateEditorGeometry(self, editor, option, index)