ProcCodeTreeModel

Incomplete documentation - sorry!

Note

Neil - please put some data in technical/class_headings/ProcCodeTreeModel.rst

methods and attributes

class lib_openmolar.client.qt4.widgets.procedures.codes_tree_model.ProcCodeTreeModel(parent=None)[source]

Bases: PyQt4.QtCore.QAbstractItemModel

a model to display procedure codes

__init__(parent=None)[source]
columnCount(parent=None)[source]
data(index, role)[source]
find_code(code)[source]
find_description(descr)[source]
headerData(column, orientation, role)[source]
index(row, column, parent)[source]
parent(index)[source]
rowCount(parent=<PyQt4.QtCore.QModelIndex object at 0x4de9d70>)[source]
searchModel(code)[source]

get the modelIndex for a given code

setupModelData()[source]

Table Of Contents

Previous topic

ProcCodeDockWidget

Next topic

ProcCodeWidget