TaurusTreeAttributeItem

Inheritance diagram of TaurusTreeAttributeItem
class TaurusTreeAttributeItem(model, data, parent=None)[source]

A node designed to represent an attribute

Import from taurus.qt.qtcore.model as:

from taurus.qt.qtcore.model import TaurusTreeAttributeItem
data(index)[source]

Returns the data of this node for the given index

Returns:

the data for the given index

Return type:

object

mimeData(index)[source]
role()[source]

Returns the prefered role for the item. This implementation returns taurus.core.taurusbasetypes.TaurusElementType.Unknown

This method should be able to return any kind of python object as long as the model that is used is compatible.

Returns:

the role in form of element type

Return type:

taurus.core.taurusbasetypes.TaurusElementType

toolTip(index)[source]