pydistsim.gui.dictionarytreemodel.TreeItem

class TreeItem(dicItem, parentItem)[source]

Bases: object

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

Methods

__init__

appendChild

child

childCount

columnCount

data

parent

row

toString

Return string that represents all data in this item and all children.

toString(indentation='')[source]

Return string that represents all data in this item and all children.