| Trees | Indices | Help |
|
|---|
|
|
object --+
|
sip.simplewrapper --+
|
sip.wrapper --+
|
PyQt4.QtCore.QObject --+
|
PyQt4.QtCore.QAbstractItemModel --+
|
PyQt4.QtCore.QAbstractTableModel --+
|
Qt.QtCore.QAbstractTableModel --+
|
ui.qt.table_helper.RowBasedTableModel --+
|
FeatureModel
Features model.
|
|||
TableColumns
|
Column A class describing the table's columns. |
||
| type |
ROW_CLASS A class that represents a single row of the table. |
||
|
|||
|
|||
|
|||
|
|||
| object |
|
||
| dict |
|
||
| list |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
| dict |
|
||
|
Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
Set data for the specified index and role. This method should be reimplemented in any subclasses that contain editable columns.
|
Returns dictionary of checked feature names. It is keyed on hypothesis entry ids and contains feature names for each hypothesis.
|
Returns list of hypothesis entry ids which have excluded volumes checked.
|
Flips use_feature flag for a given feature.
|
Finds all 'custom' features and returns last feature number. For example, if custom features are ['A1', 'D11', 'R5'] last custom feature number will be 11. |
This function updates feature names in the model so that they are consistent with markers feature names. This is needed when user changes feature type using edit feature dialog. In this case only a single feature row needs to be modified.
|
Returns dictionary of all feature names in the model, which is keyed on hypothesis entry ids.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:54 2016 | http://epydoc.sourceforge.net |