PlotModel#

class hdf5view.models.PlotModel(hdf)#

Bases: QAbstractItemModel

Model containing data from a dataset of the HDF5 file, in a form suitable for plotting as y(x), where x is usually an index.

Attributes

Methods

PlotModel.columnCount([parent])

Return the number of columns.

PlotModel.data(index[, role])

Return None.

PlotModel.headerData(section, orientation, role)

Return data concerning the header.

PlotModel.index(row, column[, parentIndex])

Create and return an index.

PlotModel.parent([childIndex])

Create and return an index.

PlotModel.rowCount([parent])

Return the number of rows.

PlotModel.set_dims(dims)

Set the dimensions of the model.

PlotModel.update_node(path)

Update the current node path.