Package schrodinger :: Package application :: Package jaguar :: Package gui :: Package tabs :: Module scan_tab :: Class ScanCoordinatesProxyModel
[hide private]
[frames] | no frames]

Class ScanCoordinatesProxyModel

PyQt4.QtGui.QSortFilterProxyModel --+
                                    |
                                   ScanCoordinatesProxyModel

A proxy model that allows to hide columns.

Instance Methods [hide private]
 
__init__(self, parent)
 
filterAcceptsColumn(self, column, index)
Modified from the parent class to define columns that should be visible.
Class Variables [hide private]
  COLUMN = ScanCoordinateColumns()
Method Details [hide private]

filterAcceptsColumn(self, column, index)

 

Modified from the parent class to define columns that should be visible.

Parameters:
  • column (int) - the column index
  • index (QModelIndex) - Unused, but kept for PyQt compatibility