- addChild
void addChild(QTreeWidgetItem child)
 Undocumented in source.
- addChildren
void addChildren(const(QList!(QTreeWidgetItem)) children)
 Undocumented in source.
- background
QBrush background(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- backgroundColor
QColor backgroundColor(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- checkState
qt.core.namespace.CheckState checkState(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- child
QTreeWidgetItem child(int index)
 Undocumented in source. Be warned that the author may not have intended to support it.
- childCount
int childCount()
 Undocumented in source. Be warned that the author may not have intended to support it.
- childIndicatorPolicy
QTreeWidgetItem.ChildIndicatorPolicy childIndicatorPolicy()
 Undocumented in source.
- clone
QTreeWidgetItem clone()
 Undocumented in source.
- columnCount
int columnCount()
 Undocumented in source. Be warned that the author may not have intended to support it.
- data
QVariant data(int column, int role)
 Undocumented in source.
- emitDataChanged
void emitDataChanged()
 Undocumented in source.
- flags
qt.core.namespace.ItemFlags flags()
 Undocumented in source.
- font
QFont font(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- foreground
QBrush foreground(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- icon
QIcon icon(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- indexOfChild
int indexOfChild(QTreeWidgetItem achild)
 Undocumented in source. Be warned that the author may not have intended to support it.
- insertChild
void insertChild(int index, QTreeWidgetItem child)
 Undocumented in source.
- insertChildren
void insertChildren(int index, const(QList!(QTreeWidgetItem)) children)
 Undocumented in source.
- isDisabled
bool isDisabled()
 Undocumented in source. Be warned that the author may not have intended to support it.
- isExpanded
bool isExpanded()
 Undocumented in source.
- isFirstColumnSpanned
bool isFirstColumnSpanned()
 Undocumented in source.
- isHidden
bool isHidden()
 Undocumented in source.
- isSelected
bool isSelected()
 Undocumented in source.
- opLess
bool opLess(const(QTreeWidgetItem) other)
 Undocumented in source.
- parent
QTreeWidgetItem parent()
 Undocumented in source. Be warned that the author may not have intended to support it.
- read
void read(QDataStream in_)
 Undocumented in source.
- removeChild
void removeChild(QTreeWidgetItem child)
 Undocumented in source.
- setBackground
void setBackground(int column, const(QBrush) brush)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setBackground
void setBackground(int column, const(QBrush) brush)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setBackground
void setBackground(int column, const(QColor) color)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setBackgroundColor
void setBackgroundColor(int column, const(QColor) color)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setCheckState
void setCheckState(int column, qt.core.namespace.CheckState state)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setChildIndicatorPolicy
void setChildIndicatorPolicy(QTreeWidgetItem.ChildIndicatorPolicy policy)
 Undocumented in source.
- setData
void setData(int column, int role, const(QVariant) value)
 Undocumented in source.
- setData
void setData(int column, int role, T value)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setDisabled
void setDisabled(bool disabled)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setExpanded
void setExpanded(bool expand)
 Undocumented in source.
- setFirstColumnSpanned
void setFirstColumnSpanned(bool span)
 Undocumented in source.
- setFlags
void setFlags(qt.core.namespace.ItemFlags flags)
 Undocumented in source.
- setFont
void setFont(int column, const(QFont) afont)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setForeground
void setForeground(int column, const(QBrush) brush)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setHidden
void setHidden(bool hide)
 Undocumented in source.
- setIcon
void setIcon(int column, const(QIcon) aicon)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setSelected
void setSelected(bool select)
 Undocumented in source.
- setSizeHint
void setSizeHint(int column, const(QSize) size)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setStatusTip
void setStatusTip(int column, const(QString) astatusTip)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setStatusTip
void setStatusTip(int column, const(QString) astatusTip)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setText
void setText(int column, const(QString) atext)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setText
void setText(int column, const(QString) atext)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setTextAlignment
void setTextAlignment(int column, int alignment)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setTextColor
void setTextColor(int column, const(QColor) color)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setToolTip
void setToolTip(int column, const(QString) atoolTip)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setToolTip
void setToolTip(int column, const(QString) atoolTip)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setWhatsThis
void setWhatsThis(int column, const(QString) awhatsThis)
 Undocumented in source. Be warned that the author may not have intended to support it.
- setWhatsThis
void setWhatsThis(int column, const(QString) awhatsThis)
 Undocumented in source. Be warned that the author may not have intended to support it.
- sizeHint
QSize sizeHint(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- sortChildren
void sortChildren(int column, qt.core.namespace.SortOrder order)
 Undocumented in source. Be warned that the author may not have intended to support it.
- statusTip
QString statusTip(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- takeChild
QTreeWidgetItem takeChild(int index)
 Undocumented in source.
- takeChildren
QList!(QTreeWidgetItem) takeChildren()
 Undocumented in source.
- text
QString text(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- textAlignment
int textAlignment(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- textColor
QColor textColor(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- toolTip
QString toolTip(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- treeWidget
QTreeWidget treeWidget()
 Undocumented in source. Be warned that the author may not have intended to support it.
- type
int type()
 Undocumented in source. Be warned that the author may not have intended to support it.
- whatsThis
QString whatsThis(int column)
 Undocumented in source. Be warned that the author may not have intended to support it.
- write
void write(QDataStream out_)
 Undocumented in source.