Package schrodinger :: Package application :: Package bioluminate :: Module propfilter :: Class CriteriaListModel
[hide private]
[frames] | no frames]

Class CriteriaListModel

PyQt4.QtCore.QAbstractListModel --+
                                  |
                                 CriteriaListModel

Class for storing the criteria list information.

Instance Methods [hide private]
 
__init__(self)
 
rowCount(self, parent=QtCore.QModelIndex())
Returns number of rows
 
clear(self)
 
addLine(self, line, linetype=None)
 
data(self, index, role=Qt.DisplayRole)
Given a cell index, returns the data that should be displayed in that cell (text or check button state).
 
flags(self, index)
Returns flags for the specified cell.
Method Details [hide private]

data(self, index, role=Qt.DisplayRole)

 

Given a cell index, returns the data that should be displayed in that cell (text or check button state). Used by the view.

flags(self, index)

 

Returns flags for the specified cell. Whether selectable or not.