DimsTableModel#
- class hdf5view.models.DimsTableModel(hdf)#
Bases:
QAbstractTableModelModel containing the current dimensions of the dataset. This model is editable, allowing the user to change the indexing of the dataset and therefore view different slices.
Attributes
Methods
DimsTableModel.columnCount([parent])Return the number of columns.
DimsTableModel.data(index[, role])Return dimensions properties for display.
DimsTableModel.flags(index)Return the flags for a particular index.
DimsTableModel.headerData(section, ...)Return data concerning the header.
DimsTableModel.rowCount([parent])Return the number of rows.
DimsTableModel.setData(index, value, role)Update the dimensions data.
DimsTableModel.update_node(path[, ...])Update the current node path.