Trees | Indices | Help |
|
---|
|
PyQt4.QtGui.QSortFilterProxyModel --+ | SubTabProxyModel
A proxy model that filters out rows related to entry ids that are no longer selected in the project table.
|
|||
|
|||
|
|||
|
|||
bool |
|
||
|
|||
|
|
|||
type |
COLUMN = None A class containing column constants for the table. |
|
When setting the source model, adopt its COLUMN constants if we don't have one defined. See Qt documentation for explanation of arguments. |
Set the entry ids to display in the table. This should correspond to the entry ids currently selected in the project table.
|
Is the specified entry ID currently included in the Input tab table? i.e., Would this entry ID be acceptable to display in the sub-tab table?
|
Accept a row only if the entry id is in
See Qt documentation for an explanation of the arguments and return value |
Compare two indices for sorting. Assume that the ATOM column contains atom names. Assume that the ATOMS column contains either
Atom names are then sorted numerically. All other columns are sorted using Python's less than operator (which allows tuples to be sorted as expected). See Qt documentation for an explanation of arguments and return value |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:37 2015 | http://epydoc.sourceforge.net |