(class from pyomo.contrib.viewer.model_browser)
pyomo.contrib.viewer.model_browser
Bases: QAbstractItemModel
QAbstractItemModel
This is a data model to provide the tree structure and information to the tree viewer
Methods
__init__(parent, ui_data[, columns, ...])
__init__
columnCount([parent])
columnCount
Return the number of columns
data([index, role])
data
flags([index])
flags
headerData(i, orientation[, role])
headerData
Return the column headings for the horizontal header and index numbers for the vertical header.
index(row, column[, parent])
index
parent(index)
parent
rowCount([parent])
rowCount
update_model()
update_model
Member Documentation