Trees | Indices | Help |
|
---|
|
PyQt4.QtGui.QSortFilterProxyModel --+ | ui.qt.table_helper.PythonSortProxyModel --+ | InputEntriesProxyModel
The proxy model for sorting the input entries table
|
|||
|
|||
|
|||
UseFrom |
|
||
Inherited from |
|
|||
COLUMN = None hash(x) |
|||
int |
SORT_ROLE = SORT_ROLE If specified in a subclass, this value will be used as the sort role. |
|
|||
PyQt4.QtCore.pyqtSignal
|
show_tool_tip = QtCore.pyqtSignal(QtCore.QModelIndex) A signal indicating that the tool tip for the specified cell should explicitly be shown. |
||
PyQt4.QtCore.pyqtSignal
|
redraw = QtCore.pyqtSignal() A signal to request the view to repaint. |
|
When a show_tool_tip signal is received from the model, translate the index and re-emit the signal.
|
Return the row source, i.e., included entries or selected entries
|
|
redrawA signal to request the view to repaint. This shouldn't be necessary, but the view doesn't repaint without it.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:35 2015 | http://epydoc.sourceforge.net |