TreeItem

Incomplete documentation - sorry!

Note

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

methods and attributes

class lib_openmolar.client.qt4.widgets.treatment_tree_model.TreeItem(treatment_item, header, parentItem)[source]

Bases: object

a python object used to return row/column data, and keep note of it’s parents and/or children

__init__(treatment_item, header, parentItem)[source]
appendChild(item)[source]
child(row)[source]
childCount()[source]
columnCount()[source]
data(column)[source]
parent()[source]
row()[source]

Table Of Contents

Previous topic

TreatmentTreeModel

Next topic

UserObject