DatasetTableModel#

class hdf5view.models.DatasetTableModel(hdf)#

Bases: QAbstractTableModel

Model containing various descriptors of the dataset in the HDF5 file, currently these are: ‘name’, ‘dtype’, ‘ndim’, ‘shape’, ‘maxshape’, ‘chunks’, ‘compression’, ‘shuffle’, ‘fletcher32’ and ‘scaleoffset’.

Attributes

Methods

DatasetTableModel.columnCount([parent])

Return the number of columns.

DatasetTableModel.data(index[, role])

Return dataset properties for display.

DatasetTableModel.headerData(section, ...)

Return data concerning the header.

DatasetTableModel.rowCount([parent])

Return the number of rows.

DatasetTableModel.update_node(path)

Update the current node path.