Package Camelot :: Package camelot :: Package view :: Package controls :: Module modeltree :: Class ModelItem
[frames] | no frames]

Class ModelItem

source code


Custom tree item widget
Nested Classes

Inherited from PyQt4.QtGui.QTreeWidgetItem: ChildIndicatorPolicy, ItemType

Instance Methods
 
__init__(self, parent, columns_names)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
set_icon(self, qicon=None) source code

Inherited from PyQt4.QtGui.QTreeWidgetItem: __eq__, __ge__, __gt__, __le__, __lt__, __ne__, addChild, addChildren, background, backgroundColor, checkState, child, childCount, childIndicatorPolicy, clone, columnCount, data, emitDataChanged, flags, font, foreground, icon, indexOfChild, insertChild, insertChildren, isDisabled, isExpanded, isFirstColumnSpanned, isHidden, isSelected, parent, read, removeChild, setBackground, setBackgroundColor, setCheckState, setChildIndicatorPolicy, setData, setDisabled, setExpanded, setFirstColumnSpanned, setFlags, setFont, setForeground, setHidden, setIcon, setSelected, setSizeHint, setStatusTip, setText, setTextAlignment, setTextColor, setToolTip, setWhatsThis, sizeHint, sortChildren, statusTip, takeChild, takeChildren, text, textAlignment, textColor, toolTip, treeWidget, type, whatsThis, write

Inherited from sip.simplewrapper: __delattr__, __getattribute__, __new__, __setattr__

Inherited from object: __format__, __hash__, __reduce__, __reduce_ex__, __repr__, __sizeof__, __str__, __subclasshook__

Class Variables

Inherited from PyQt4.QtGui.QTreeWidgetItem: DontShowIndicator, DontShowIndicatorWhenChildless, ShowIndicator, Type, UserType

Properties

Inherited from object: __class__

Method Details

__init__(self, parent, columns_names)
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)