Class for storing the residues table information.
|
|
|
|
|
removeRowNumbers(self,
selected_rownums) |
|
|
|
|
|
|
|
|
|
rowCount(self,
parent=QtCore.QModelIndex())
Returns number of rows |
|
|
|
columnCount(self,
parent=QtCore.QModelIndex())
Returns number of columns |
|
|
|
headerData(self,
section,
orientation,
role)
Returns the string that should be displayed in the specified header
cell. |
|
|
|
flags(self,
index)
Returns flags for the specified cell. |
|
|
|
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). |
|
|
|
setData(self,
index,
value,
role=Qt.EditRole)
Called by the view to modify the model when the user changes the data
in the table. |
|
|