Trees | Indices | Help |
|
---|
|
PyQt4.QtCore.QAbstractTableModel --+ | protein_report_widget.DataModel --+ | DataModelWithChart
A subclass of DataModel that calls a sort callback when sorting
|
|||
|
|||
|
|||
|
|||
str |
|
||
|
|||
Inherited from |
|
|||
data_column The column that the data to plot is in |
|
Create a DataModel instance
|
Restricts the data in the model to the specified chains
|
Sets the internal data list to the specified list. NOTE: Will use the actual list passed to it (without making a copy) Overrides the parent class method to store the a copy of the data in self.all_data, since the _data property can be mutated by the restrictByChains method.
|
Returns the string that should be displayed in the specified header cell. Used by the View.
|
Sort the table (see parent class for argument definition). In addition to sorting, the attribute self.sortCallback() will be called if it exists (with no arguments). This attribute must be set manually by the user.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:25 2015 | http://epydoc.sourceforge.net |