Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 966

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_09) on Tue Aug 07 17:06:32 CEST 2007 -->
<TITLE>
QTreeWidgetItem
</TITLE>

<META NAME="keywords" CONTENT="com.trolltech.qt.gui.QTreeWidgetItem class">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="QTreeWidgetItem";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.ChildIndicatorPolicy.html" title="enum in com.trolltech.qt.gui"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/trolltech/qt/gui/QTreeWidgetItem.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="QTreeWidgetItem.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.trolltech.qt.gui</FONT>
<BR>
Class QTreeWidgetItem</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../com/trolltech/qt/QSignalEmitter.html" title="class in com.trolltech.qt">com.trolltech.qt.QSignalEmitter</A>
      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../com/trolltech/qt/QtJambiObject.html" title="class in com.trolltech.qt">com.trolltech.qt.QtJambiObject</A>
          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.trolltech.qt.gui.QTreeWidgetItem</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/trolltech/qt/QtJambiInterface.html" title="interface in com.trolltech.qt">QtJambiInterface</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>QTreeWidgetItem</B><DT>extends <A HREF="../../../../com/trolltech/qt/QtJambiObject.html" title="class in com.trolltech.qt">QtJambiObject</A></DL>
</PRE>

<P>
<p>The <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a> class provides an item for use with the <a href="QTreeWidget.html"><tt>QTreeWidget</tt></a> convenience class.</p>
<p>Tree widget items are used to hold rows of information for tree widgets. Rows usually contain several columns of data, each of which can contain a text label and an icon.</p>
<p>The <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a> class is a convenience class that replaces the QListViewItem class in Qt 3. It provides an item for use with the <a href="QTreeWidget.html"><tt>QTreeWidget</tt></a> class.</p>
<p>Items are usually constructed with a parent that is either a <a href="QTreeWidget.html"><tt>QTreeWidget</tt></a> (for top-level items) or a <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a> (for items on lower levels of the tree). For example, the following code constructs a top-level item to represent cities of the world, and adds a entry for Oslo as a child item:</p>
<pre>        QTreeWidgetItem *cities = new QTreeWidgetItem(treeWidget);
        cities-&gt;setText(0, tr(&quot;Cities&quot;));
        QTreeWidgetItem *osloItem = new QTreeWidgetItem(cities);
        osloItem-&gt;setText(0, tr(&quot;Oslo&quot;));
        osloItem-&gt;setText(1, tr(&quot;Yes&quot;));</pre>
<p>Items can be added in a particular order by specifying the item they follow when they are constructed:</p>
<pre>        QTreeWidgetItem *planets = new QTreeWidgetItem(treeWidget, cities);
        planets-&gt;setText(0, tr(&quot;Planets&quot;));</pre>
<p>Each column in an item can have its own background brush which is set with the <a href="QTreeWidgetItem.html#setBackground(int, com.trolltech.qt.gui.QBrush)"><tt>setBackground</tt></a> function. The current background brush can be found with <a href="QTreeWidgetItem.html#background(int)"><tt>background</tt></a>. The text label for each column can be rendered with its own font and brush. These are specified with the <a href="QTreeWidgetItem.html#setFont(int, com.trolltech.qt.gui.QFont)"><tt>setFont</tt></a> and <a href="QTreeWidgetItem.html#setForeground(int, com.trolltech.qt.gui.QBrush)"><tt>setForeground</tt></a> functions, and read with <a href="QTreeWidgetItem.html#font(int)"><tt>font</tt></a> and <a href="QTreeWidgetItem.html#foreground(int)"><tt>foreground</tt></a>.</p>
<p>The main difference between top-level items and those in lower levels of the tree is that a top-level item has no <a href="QTreeWidgetItem.html#parent()"><tt>parent</tt></a>. This information can be used to tell the difference between items, and is useful to know when inserting and removing items from the tree. Children of an item can be removed with <a href="QTreeWidgetItem.html#takeChild(int)"><tt>takeChild</tt></a> and inserted at a given index in the list of children with the <a href="QTreeWidgetItem.html#insertChild(int, com.trolltech.qt.gui.QTreeWidgetItem)"><tt>insertChild</tt></a> function.</p>
<p>By default, items are enabled, selectable, checkable, and can be the source of a drag and drop operation. Each item's flags can be changed by calling <a href="QTreeWidgetItem.html#setFlags(com.trolltech.qt.core.Qt.ItemFlags)"><tt>setFlags</tt></a> with the appropriate value (see <tt>Qt::ItemFlags</tt>). Checkable items can be checked and unchecked with the <a href="QTreeWidgetItem.html#setCheckState(int, com.trolltech.qt.core.Qt.CheckState)"><tt>setCheckState</tt></a> function. The corresponding <a href="QTreeWidgetItem.html#checkState(int)"><tt>checkState</tt></a> function indicates whether the item is currently checked.</p>
<a name="subclassing"></a>
<h3>Subclassing</h3>
<p>When subclassing <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a> to provide custom items, it is possible to define new types for them so that they can be distinguished from standard items. The constructors for subclasses that require this feature need to call the base class constructor with a new type value equal to or greater than <a href="QTreeWidgetItem.html#ItemType-enum"><tt>UserType</tt></a>.</p>
<P>

<P>
<DL>
<DT><B>See Also:</B><DD><a href="QTreeWidget.html"><tt>QTreeWidget</tt></a>, 
<a href="%2E%2E/model-view-programming.html">Model/View Programming</tt></a>, 
<a href="QListWidgetItem.html"><tt>QListWidgetItem</tt></a>, 
<a href="QTableWidgetItem.html"><tt>QTableWidgetItem</tt></a></DL>
<HR>

<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->

<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.ChildIndicatorPolicy.html" title="enum in com.trolltech.qt.gui">QTreeWidgetItem.ChildIndicatorPolicy</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Press link for info on QTreeWidgetItem.ChildIndicatorPolicy</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;class</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.ItemType.html" title="enum in com.trolltech.qt.gui">QTreeWidgetItem.ItemType</A></B></CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This enum describes the types that are used to describe tree widget items.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="nested_classes_inherited_from_class_com.trolltech.qt.QSignalEmitter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Nested classes/interfaces inherited from class com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QSignalEmitter.html" title="class in com.trolltech.qt">QSignalEmitter</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal0.html" title="class in com.trolltech.qt">QSignalEmitter.Signal0</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal1.html" title="class in com.trolltech.qt">QSignalEmitter.Signal1</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal1.html" title="type parameter in QSignalEmitter.Signal1">A</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal2.html" title="class in com.trolltech.qt">QSignalEmitter.Signal2</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal2.html" title="type parameter in QSignalEmitter.Signal2">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal2.html" title="type parameter in QSignalEmitter.Signal2">B</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="class in com.trolltech.qt">QSignalEmitter.Signal3</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="type parameter in QSignalEmitter.Signal3">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="type parameter in QSignalEmitter.Signal3">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="type parameter in QSignalEmitter.Signal3">C</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="class in com.trolltech.qt">QSignalEmitter.Signal4</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">D</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="class in com.trolltech.qt">QSignalEmitter.Signal5</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">E</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="class in com.trolltech.qt">QSignalEmitter.Signal6</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">F</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="class in com.trolltech.qt">QSignalEmitter.Signal7</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">F</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">G</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="class in com.trolltech.qt">QSignalEmitter.Signal8</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">F</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">G</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">H</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="class in com.trolltech.qt">QSignalEmitter.Signal9</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">F</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">G</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">H</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">I</A>&gt;</CODE></TD>
</TR>
</TABLE>
&nbsp;

<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem()">QTreeWidgetItem</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(Type).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(int)">QTreeWidgetItem</A></B>(int&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a tree widget item of the specified <tt>type</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(java.util.List)">QTreeWidgetItem</A></B>(java.util.List&lt;java.lang.String&gt;&nbsp;strings)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>strings</tt>, Type).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(java.util.List, int)">QTreeWidgetItem</A></B>(java.util.List&lt;java.lang.String&gt;&nbsp;strings,
                int&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a tree widget item of the specified <tt>type</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>view</tt>, Type).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view,
                int&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a tree widget item of the specified <tt>type</tt> and appends it to the items in the given <tt>view</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>parent</tt>, Type).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem, int)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent,
                int&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a tree widget item and append it to the given <tt>parent</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem, java.util.List)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent,
                java.util.List&lt;java.lang.String&gt;&nbsp;strings)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>parent</tt>, <tt>strings</tt>, Type).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem, java.util.List, int)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent,
                java.util.List&lt;java.lang.String&gt;&nbsp;strings,
                int&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a tree widget item and append it to the given <tt>parent</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem, com.trolltech.qt.gui.QTreeWidgetItem)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent,
                <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;after)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>parent</tt>, <tt>after</tt>, Type).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem, com.trolltech.qt.gui.QTreeWidgetItem, int)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent,
                <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;after,
                int&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a tree widget item of the specified <tt>type</tt> that is inserted into the <tt>parent</tt> after the <tt>after</tt> child item.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, java.util.List)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view,
                java.util.List&lt;java.lang.String&gt;&nbsp;strings)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>view</tt>, <tt>strings</tt>, Type).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, java.util.List, int)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view,
                java.util.List&lt;java.lang.String&gt;&nbsp;strings,
                int&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a tree widget item of the specified <tt>type</tt> and appends it to the items in the given <tt>view</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, com.trolltech.qt.gui.QTreeWidgetItem)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view,
                <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;after)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>view</tt>, <tt>after</tt>, Type).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, com.trolltech.qt.gui.QTreeWidgetItem, int)">QTreeWidgetItem</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view,
                <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;after,
                int&nbsp;type)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a tree widget item of the specified <tt>type</tt> and inserts it into the given <tt>view</tt> after the <tt>after</tt> item.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#addChild(com.trolltech.qt.gui.QTreeWidgetItem)">addChild</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;child)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appends the <tt>child</tt> item to the list of children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#addChildren(java.util.List)">addChildren</A></B>(java.util.List&lt;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&gt;&nbsp;children)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Appends the given list of <tt>children</tt> to the item.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QBrush.html" title="class in com.trolltech.qt.gui">QBrush</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#background(int)">background</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the brush used to render the background of the specified <tt>column</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/Qt.CheckState.html" title="enum in com.trolltech.qt.core">Qt.CheckState</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#checkState(int)">checkState</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the check state of the label in the given <tt>column</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#child(int)">child</A></B>(int&nbsp;index)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the item at the given <tt>index</tt> in the list of the item's children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#childCount()">childCount</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of child items.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.ChildIndicatorPolicy.html" title="enum in com.trolltech.qt.gui">QTreeWidgetItem.ChildIndicatorPolicy</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#childIndicatorPolicy()">childIndicatorPolicy</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the item indicator policy.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#clone()">clone</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Creates a deep copy of the item and of its children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#columnCount()">columnCount</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the number of columns in the item.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.Object</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#data(int, int)">data</A></B>(int&nbsp;column,
     int&nbsp;role)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the value for the item's <tt>column</tt> and <tt>role</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/Qt.ItemFlags.html" title="class in com.trolltech.qt.core">Qt.ItemFlags</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#flags()">flags</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the flags used to describe the item.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QFont.html" title="class in com.trolltech.qt.gui">QFont</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#font(int)">font</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the font used to render the text in the specified <tt>column</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QBrush.html" title="class in com.trolltech.qt.gui">QBrush</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#foreground(int)">foreground</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the brush used to render the foreground (e.g&#x2e; text) of the specified <tt>column</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#fromNativePointer(com.trolltech.qt.QNativePointer)">fromNativePointer</A></B>(<A HREF="../../../../com/trolltech/qt/QNativePointer.html" title="class in com.trolltech.qt">QNativePointer</A>&nbsp;nativePointer)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This function returns the QTreeWidgetItem instance pointed to by nativePointer</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QIcon.html" title="class in com.trolltech.qt.gui">QIcon</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#icon(int)">icon</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the icon that is displayed in the specified <tt>column</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#indexOfChild(com.trolltech.qt.gui.QTreeWidgetItem)">indexOfChild</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;child)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the index of the given <tt>child</tt> in the item's list of children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#insertChild(int, com.trolltech.qt.gui.QTreeWidgetItem)">insertChild</A></B>(int&nbsp;index,
            <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;child)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inserts the <tt>child</tt> item at <tt>index</tt> in the list of children.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#insertChildren(int, java.util.List)">insertChildren</A></B>(int&nbsp;index,
               java.util.List&lt;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&gt;&nbsp;children)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Inserts the given list of <tt>children</tt> into the list of the item children at <tt>index</tt> .</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#isDisabled()">isDisabled</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the item is disabled; otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#isExpanded()">isExpanded</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the item is expanded, otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#isFirstColumnSpanned()">isFirstColumnSpanned</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the item is spanning all the columns in a row; otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#isHidden()">isHidden</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the item is hidden, otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#isSelected()">isSelected</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the item is selected, otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#parent()">parent</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the item's parent.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#read(com.trolltech.qt.core.QDataStream)">read</A></B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;in)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reads the item from stream <tt>in</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#readFrom(com.trolltech.qt.core.QDataStream)">readFrom</A></B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;in)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reads a QTreeWidgetItem from in.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#removeChild(com.trolltech.qt.gui.QTreeWidgetItem)">removeChild</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;child)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the given item indicated by <tt>child</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setBackground(int, com.trolltech.qt.gui.QBrush)">setBackground</A></B>(int&nbsp;column,
              <A HREF="../../../../com/trolltech/qt/gui/QBrush.html" title="class in com.trolltech.qt.gui">QBrush</A>&nbsp;brush)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the background brush of the label in the given <tt>column</tt> to the specified <tt>brush</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setCheckState(int, com.trolltech.qt.core.Qt.CheckState)">setCheckState</A></B>(int&nbsp;column,
              <A HREF="../../../../com/trolltech/qt/core/Qt.CheckState.html" title="enum in com.trolltech.qt.core">Qt.CheckState</A>&nbsp;state)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the item in the given <tt>column</tt> check state to be <tt>state</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setChildIndicatorPolicy(com.trolltech.qt.gui.QTreeWidgetItem.ChildIndicatorPolicy)">setChildIndicatorPolicy</A></B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.ChildIndicatorPolicy.html" title="enum in com.trolltech.qt.gui">QTreeWidgetItem.ChildIndicatorPolicy</A>&nbsp;policy)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the item indicator <tt>policy</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setData(int, int, java.lang.Object)">setData</A></B>(int&nbsp;column,
        int&nbsp;role,
        java.lang.Object&nbsp;value)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the value for the item's <tt>column</tt> and <tt>role</tt> to the given <tt>value</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setDisabled(boolean)">setDisabled</A></B>(boolean&nbsp;disabled)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Disables the item if <tt>disabled</tt> is true; otherwise enables the item.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setExpanded(boolean)">setExpanded</A></B>(boolean&nbsp;expand)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Expands the item if <tt>expand</tt> is true, otherwise collapses the item.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setFirstColumnSpanned(boolean)">setFirstColumnSpanned</A></B>(boolean&nbsp;span)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the first section to span all columns if <tt>span</tt> is true; otherwise all item sections are shown.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setFlags(com.trolltech.qt.core.Qt.ItemFlag...)">setFlags</A></B>(<A HREF="../../../../com/trolltech/qt/core/Qt.ItemFlag.html" title="enum in com.trolltech.qt.core">Qt.ItemFlag</A>...&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the flags for the item to the given <tt>flags</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setFlags(com.trolltech.qt.core.Qt.ItemFlags)">setFlags</A></B>(<A HREF="../../../../com/trolltech/qt/core/Qt.ItemFlags.html" title="class in com.trolltech.qt.core">Qt.ItemFlags</A>&nbsp;flags)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the flags for the item to the given <tt>flags</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setFont(int, com.trolltech.qt.gui.QFont)">setFont</A></B>(int&nbsp;column,
        <A HREF="../../../../com/trolltech/qt/gui/QFont.html" title="class in com.trolltech.qt.gui">QFont</A>&nbsp;font)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the font used to display the text in the given <tt>column</tt> to the given <tt>font</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setForeground(int, com.trolltech.qt.gui.QBrush)">setForeground</A></B>(int&nbsp;column,
              <A HREF="../../../../com/trolltech/qt/gui/QBrush.html" title="class in com.trolltech.qt.gui">QBrush</A>&nbsp;brush)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the foreground brush of the label in the given <tt>column</tt> to the specified <tt>brush</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setHidden(boolean)">setHidden</A></B>(boolean&nbsp;hide)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Hides the item if <tt>hide</tt> is true, otherwise shows the item.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setIcon(int, com.trolltech.qt.gui.QIcon)">setIcon</A></B>(int&nbsp;column,
        <A HREF="../../../../com/trolltech/qt/gui/QIcon.html" title="class in com.trolltech.qt.gui">QIcon</A>&nbsp;icon)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the icon to be displayed in the given <tt>column</tt> to <tt>icon</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setSelected(boolean)">setSelected</A></B>(boolean&nbsp;select)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the selected state of the item to <tt>select</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setSizeHint(int, com.trolltech.qt.core.QSize)">setSizeHint</A></B>(int&nbsp;column,
            <A HREF="../../../../com/trolltech/qt/core/QSize.html" title="class in com.trolltech.qt.core">QSize</A>&nbsp;size)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the size hint for the tree item in the given <tt>column</tt> to be <tt>size</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setStatusTip(int, java.lang.String)">setStatusTip</A></B>(int&nbsp;column,
             java.lang.String&nbsp;statusTip)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the status tip for the given <tt>column</tt> to the given <tt>statusTip</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setText(int, java.lang.String)">setText</A></B>(int&nbsp;column,
        java.lang.String&nbsp;text)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the text to be displayed in the given <tt>column</tt> to the given <tt>text</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setTextAlignment(int, int)">setTextAlignment</A></B>(int&nbsp;column,
                 int&nbsp;alignment)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the text alignment for the label in the given <tt>column</tt> to the <tt>alignment</tt> specified (see <tt>Qt::AlignmentFlag</tt>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setToolTip(int, java.lang.String)">setToolTip</A></B>(int&nbsp;column,
           java.lang.String&nbsp;toolTip)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the tooltip for the given <tt>column</tt> to <tt>toolTip</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#setWhatsThis(int, java.lang.String)">setWhatsThis</A></B>(int&nbsp;column,
             java.lang.String&nbsp;whatsThis)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the &quot;What's This?&quot; help for the given <tt>column</tt> to <tt>whatsThis</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QSize.html" title="class in com.trolltech.qt.core">QSize</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#sizeHint(int)">sizeHint</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the size hint set for the tree item in the given <tt>column</tt> (see <a href="%2E%2E/core/QSize.html"><tt>QSize</tt></a>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#sortChildren(int, com.trolltech.qt.core.Qt.SortOrder)">sortChildren</A></B>(int&nbsp;column,
             <A HREF="../../../../com/trolltech/qt/core/Qt.SortOrder.html" title="enum in com.trolltech.qt.core">Qt.SortOrder</A>&nbsp;order)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sorts the children of the item using the given <tt>order</tt>, by the values in the given <tt>column</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#statusTip(int)">statusTip</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the status tip for the contents of the given <tt>column</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#takeChild(int)">takeChild</A></B>(int&nbsp;index)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the item at <tt>index</tt> and returns it, otherwise return 0.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.util.List&lt;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&gt;</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#takeChildren()">takeChildren</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Removes the list of children and returns it, otherwise returns an empty list.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#text(int)">text</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the text in the specified <tt>column</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#textAlignment(int)">textAlignment</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the text alignment for the label in the given <tt>column</tt> (see <tt>Qt::AlignmentFlag</tt>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#toolTip(int)">toolTip</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the tool tip for the given <tt>column</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#treeWidget()">treeWidget</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the tree widget that contains the item.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;int</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#type()">type</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the type passed to the <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a> constructor.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;java.lang.String</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#whatsThis(int)">whatsThis</A></B>(int&nbsp;column)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the &quot;What's This?&quot; help for the contents of the given <tt>column</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#write(com.trolltech.qt.core.QDataStream)">write</A></B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;out)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes the item to stream <tt>out</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html#writeTo(com.trolltech.qt.core.QDataStream)">writeTo</A></B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;out)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes thisQTreeWidgetItem to out.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.trolltech.qt.QtJambiObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QtJambiObject.html" title="class in com.trolltech.qt">QtJambiObject</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QtJambiObject.html#dispose()">dispose</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#disposed()">disposed</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#finalize()">finalize</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#reassignNativeResources(com.trolltech.qt.QtJambiObject, java.lang.Class)">reassignNativeResources</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#tr(java.lang.String)">tr</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#tr(java.lang.String, java.lang.String)">tr</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#tr(java.lang.String, java.lang.String, int)">tr</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.trolltech.qt.QSignalEmitter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QSignalEmitter.html" title="class in com.trolltech.qt">QSignalEmitter</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#blockSignals(boolean)">blockSignals</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#disconnect()">disconnect</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#disconnect(java.lang.Object)">disconnect</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#signalsBlocked()">signalsBlocked</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#signalSender()">signalSender</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#thread()">thread</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.trolltech.qt.QtJambiInterface"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QtJambiInterface.html" title="interface in com.trolltech.qt">QtJambiInterface</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#disableGarbageCollection()">disableGarbageCollection</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#nativeId()">nativeId</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#nativePointer()">nativePointer</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#reenableGarbageCollection()">reenableGarbageCollection</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#setJavaOwnership()">setJavaOwnership</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="QTreeWidgetItem(java.util.List)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(java.util.List&lt;java.lang.String&gt;&nbsp;strings)</PRE>
<DL>
<DD><p>Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>strings</tt>, Type).
<P>
</DL>
<HR>

<A NAME="QTreeWidgetItem(java.util.List, int)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(java.util.List&lt;java.lang.String&gt;&nbsp;strings,
                       int&nbsp;type)</PRE>
<DL>
<DD><p>Constructs a tree widget item of the specified <tt>type</tt>. The item must be inserted into a tree widget. The given list of <tt>strings</tt> will be set as the item text for each column in the item.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#type()"><tt>type</tt></a></DL>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, java.util.List)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view,
                       java.util.List&lt;java.lang.String&gt;&nbsp;strings)</PRE>
<DL>
<DD><p>Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>view</tt>, <tt>strings</tt>, Type).
<P>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, java.util.List, int)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view,
                       java.util.List&lt;java.lang.String&gt;&nbsp;strings,
                       int&nbsp;type)</PRE>
<DL>
<DD><p>Constructs a tree widget item of the specified <tt>type</tt> and appends it to the items in the given <tt>view</tt>. The given list of <tt>strings</tt> will be set as the item text for each column in the item.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#type()"><tt>type</tt></a></DL>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem, java.util.List)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent,
                       java.util.List&lt;java.lang.String&gt;&nbsp;strings)</PRE>
<DL>
<DD><p>Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>parent</tt>, <tt>strings</tt>, Type).
<P>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem, java.util.List, int)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent,
                       java.util.List&lt;java.lang.String&gt;&nbsp;strings,
                       int&nbsp;type)</PRE>
<DL>
<DD><p>Constructs a tree widget item and append it to the given <tt>parent</tt>. The given list of <tt>strings</tt> will be set as the item text for each column in the item.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#type()"><tt>type</tt></a></DL>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, com.trolltech.qt.gui.QTreeWidgetItem)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view,
                       <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;after)</PRE>
<DL>
<DD><p>Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>view</tt>, <tt>after</tt>, Type).
<P>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, com.trolltech.qt.gui.QTreeWidgetItem, int)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view,
                       <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;after,
                       int&nbsp;type)</PRE>
<DL>
<DD><p>Constructs a tree widget item of the specified <tt>type</tt> and inserts it into the given <tt>view</tt> after the <tt>after</tt> item.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#type()"><tt>type</tt></a></DL>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem, com.trolltech.qt.gui.QTreeWidgetItem)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent,
                       <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;after)</PRE>
<DL>
<DD><p>Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>parent</tt>, <tt>after</tt>, Type).
<P>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem, com.trolltech.qt.gui.QTreeWidgetItem, int)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent,
                       <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;after,
                       int&nbsp;type)</PRE>
<DL>
<DD><p>Constructs a tree widget item of the specified <tt>type</tt> that is inserted into the <tt>parent</tt> after the <tt>after</tt> child item.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#type()"><tt>type</tt></a></DL>
</DL>
<HR>

<A NAME="QTreeWidgetItem()"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>()</PRE>
<DL>
<DD><p>Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(Type).
<P>
</DL>
<HR>

<A NAME="QTreeWidgetItem(int)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(int&nbsp;type)</PRE>
<DL>
<DD><p>Constructs a tree widget item of the specified <tt>type</tt>. The item must be inserted into a tree widget.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#type()"><tt>type</tt></a></DL>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent)</PRE>
<DL>
<DD><p>Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>parent</tt>, Type).
<P>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidgetItem, int)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;parent,
                       int&nbsp;type)</PRE>
<DL>
<DD><p>Constructs a tree widget item and append it to the given <tt>parent</tt>.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#type()"><tt>type</tt></a></DL>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view)</PRE>
<DL>
<DD><p>Equivalent to <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a>(<tt>view</tt>, Type).
<P>
</DL>
<HR>

<A NAME="QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><!-- --></A><H3>
QTreeWidgetItem</H3>
<PRE>
public <B>QTreeWidgetItem</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A>&nbsp;view,
                       int&nbsp;type)</PRE>
<DL>
<DD><p>Constructs a tree widget item of the specified <tt>type</tt> and appends it to the items in the given <tt>view</tt>.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#type()"><tt>type</tt></a></DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="addChild(com.trolltech.qt.gui.QTreeWidgetItem)"><!-- --></A><H3>
addChild</H3>
<PRE>
public final void <B>addChild</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;child)</PRE>
<DL>
<DD><p>Appends the <tt>child</tt> item to the list of children.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#insertChild(int, com.trolltech.qt.gui.QTreeWidgetItem)"><tt>insertChild</tt></a>, 
<a href="QTreeWidgetItem.html#takeChild(int)"><tt>takeChild</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="addChildren(java.util.List)"><!-- --></A><H3>
addChildren</H3>
<PRE>
public final void <B>addChildren</B>(java.util.List&lt;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&gt;&nbsp;children)</PRE>
<DL>
<DD><p>Appends the given list of <tt>children</tt> to the item.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#insertChildren(int, java.util.List<com.trolltech.qt.gui.QTreeWidgetItem>)"><tt>insertChildren</tt></a>, 
<a href="QTreeWidgetItem.html#takeChildren()"><tt>takeChildren</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="background(int)"><!-- --></A><H3>
background</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QBrush.html" title="class in com.trolltech.qt.gui">QBrush</A> <B>background</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the brush used to render the background of the specified <tt>column</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setBackground(int, com.trolltech.qt.gui.QBrush)"><tt>setBackground</tt></a>, 
<a href="QTreeWidgetItem.html#foreground(int)"><tt>foreground</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="checkState(int)"><!-- --></A><H3>
checkState</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/Qt.CheckState.html" title="enum in com.trolltech.qt.core">Qt.CheckState</A> <B>checkState</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the check state of the label in the given <tt>column</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setCheckState(int, com.trolltech.qt.core.Qt.CheckState)"><tt>setCheckState</tt></a>, 
<tt>Qt::CheckState</tt></DL>
</DD>
</DL>
<HR>

<A NAME="child(int)"><!-- --></A><H3>
child</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A> <B>child</B>(int&nbsp;index)</PRE>
<DL>
<DD><p>Returns the item at the given <tt>index</tt> in the list of the item's children.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#parent()"><tt>parent</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="childCount()"><!-- --></A><H3>
childCount</H3>
<PRE>
public final int <B>childCount</B>()</PRE>
<DL>
<DD><p>Returns the number of child items.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="childIndicatorPolicy()"><!-- --></A><H3>
childIndicatorPolicy</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.ChildIndicatorPolicy.html" title="enum in com.trolltech.qt.gui">QTreeWidgetItem.ChildIndicatorPolicy</A> <B>childIndicatorPolicy</B>()</PRE>
<DL>
<DD><p>Returns the item indicator policy. This policy decides when the tree branch expand/collapse indicator is shown.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setChildIndicatorPolicy(com.trolltech.qt.gui.QTreeWidgetItem.ChildIndicatorPolicy)"><tt>setChildIndicatorPolicy</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="columnCount()"><!-- --></A><H3>
columnCount</H3>
<PRE>
public final int <B>columnCount</B>()</PRE>
<DL>
<DD><p>Returns the number of columns in the item.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="flags()"><!-- --></A><H3>
flags</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/Qt.ItemFlags.html" title="class in com.trolltech.qt.core">Qt.ItemFlags</A> <B>flags</B>()</PRE>
<DL>
<DD><p>Returns the flags used to describe the item. These determine whether the item can be checked, edited, and selected.</p>
<p>The default value for flags is Qt::ItemIsSelectable | Qt::ItemIsUserCheckable | Qt::ItemIsEnabled | Qt::ItemIsDragEnabled. If the item was constructed with a parent, flags will in addition contain Qt::ItemIsDropEnabled.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setFlags(com.trolltech.qt.core.Qt.ItemFlags)"><tt>setFlags</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="font(int)"><!-- --></A><H3>
font</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QFont.html" title="class in com.trolltech.qt.gui">QFont</A> <B>font</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the font used to render the text in the specified <tt>column</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setFont(int, com.trolltech.qt.gui.QFont)"><tt>setFont</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="foreground(int)"><!-- --></A><H3>
foreground</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QBrush.html" title="class in com.trolltech.qt.gui">QBrush</A> <B>foreground</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the brush used to render the foreground (e.g&#x2e; text) of the specified <tt>column</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setForeground(int, com.trolltech.qt.gui.QBrush)"><tt>setForeground</tt></a>, 
<a href="QTreeWidgetItem.html#background(int)"><tt>background</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="icon(int)"><!-- --></A><H3>
icon</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QIcon.html" title="class in com.trolltech.qt.gui">QIcon</A> <B>icon</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the icon that is displayed in the specified <tt>column</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setIcon(int, com.trolltech.qt.gui.QIcon)"><tt>setIcon</tt></a>, 
<tt>iconSize</tt></DL>
</DD>
</DL>
<HR>

<A NAME="indexOfChild(com.trolltech.qt.gui.QTreeWidgetItem)"><!-- --></A><H3>
indexOfChild</H3>
<PRE>
public final int <B>indexOfChild</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;child)</PRE>
<DL>
<DD><p>Returns the index of the given <tt>child</tt> in the item's list of children.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="insertChild(int, com.trolltech.qt.gui.QTreeWidgetItem)"><!-- --></A><H3>
insertChild</H3>
<PRE>
public final void <B>insertChild</B>(int&nbsp;index,
                              <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;child)</PRE>
<DL>
<DD><p>Inserts the <tt>child</tt> item at <tt>index</tt> in the list of children.</p>
<p>If the child has already been inserted somewhere else it wont be inserted again.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="insertChildren(int, java.util.List)"><!-- --></A><H3>
insertChildren</H3>
<PRE>
public final void <B>insertChildren</B>(int&nbsp;index,
                                 java.util.List&lt;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&gt;&nbsp;children)</PRE>
<DL>
<DD><p>Inserts the given list of <tt>children</tt> into the list of the item children at <tt>index</tt> .</p>
<p>Children that have already been inserted somewhere else wont be inserted.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="isDisabled()"><!-- --></A><H3>
isDisabled</H3>
<PRE>
public final boolean <B>isDisabled</B>()</PRE>
<DL>
<DD><p>Returns true if the item is disabled; otherwise returns false.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setFlags(com.trolltech.qt.core.Qt.ItemFlags)"><tt>setFlags</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="isExpanded()"><!-- --></A><H3>
isExpanded</H3>
<PRE>
public final boolean <B>isExpanded</B>()</PRE>
<DL>
<DD><p>Returns true if the item is expanded, otherwise returns false.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setExpanded(boolean)"><tt>setExpanded</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="isFirstColumnSpanned()"><!-- --></A><H3>
isFirstColumnSpanned</H3>
<PRE>
public final boolean <B>isFirstColumnSpanned</B>()</PRE>
<DL>
<DD><p>Returns true if the item is spanning all the columns in a row; otherwise returns false.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setFirstColumnSpanned(boolean)"><tt>setFirstColumnSpanned</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="isHidden()"><!-- --></A><H3>
isHidden</H3>
<PRE>
public final boolean <B>isHidden</B>()</PRE>
<DL>
<DD><p>Returns true if the item is hidden, otherwise returns false.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setHidden(boolean)"><tt>setHidden</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="isSelected()"><!-- --></A><H3>
isSelected</H3>
<PRE>
public final boolean <B>isSelected</B>()</PRE>
<DL>
<DD><p>Returns true if the item is selected, otherwise returns false.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setSelected(boolean)"><tt>setSelected</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="writeTo(com.trolltech.qt.core.QDataStream)"><!-- --></A><H3>
writeTo</H3>
<PRE>
public final void <B>writeTo</B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;out)</PRE>
<DL>
<DD>Writes thisQTreeWidgetItem to out.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="readFrom(com.trolltech.qt.core.QDataStream)"><!-- --></A><H3>
readFrom</H3>
<PRE>
public final void <B>readFrom</B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;in)</PRE>
<DL>
<DD>Reads a QTreeWidgetItem from in.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="parent()"><!-- --></A><H3>
parent</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A> <B>parent</B>()</PRE>
<DL>
<DD><p>Returns the item's parent.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#child(int)"><tt>child</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="removeChild(com.trolltech.qt.gui.QTreeWidgetItem)"><!-- --></A><H3>
removeChild</H3>
<PRE>
public final void <B>removeChild</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&nbsp;child)</PRE>
<DL>
<DD><p>Removes the given item indicated by <tt>child</tt>. The removed item will not be deleted.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="setBackground(int, com.trolltech.qt.gui.QBrush)"><!-- --></A><H3>
setBackground</H3>
<PRE>
public final void <B>setBackground</B>(int&nbsp;column,
                                <A HREF="../../../../com/trolltech/qt/gui/QBrush.html" title="class in com.trolltech.qt.gui">QBrush</A>&nbsp;brush)</PRE>
<DL>
<DD><p>Sets the background brush of the label in the given <tt>column</tt> to the specified <tt>brush</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#background(int)"><tt>background</tt></a>, 
<a href="QTreeWidgetItem.html#setForeground(int, com.trolltech.qt.gui.QBrush)"><tt>setForeground</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setCheckState(int, com.trolltech.qt.core.Qt.CheckState)"><!-- --></A><H3>
setCheckState</H3>
<PRE>
public final void <B>setCheckState</B>(int&nbsp;column,
                                <A HREF="../../../../com/trolltech/qt/core/Qt.CheckState.html" title="enum in com.trolltech.qt.core">Qt.CheckState</A>&nbsp;state)</PRE>
<DL>
<DD><p>Sets the item in the given <tt>column</tt> check state to be <tt>state</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#checkState(int)"><tt>checkState</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setChildIndicatorPolicy(com.trolltech.qt.gui.QTreeWidgetItem.ChildIndicatorPolicy)"><!-- --></A><H3>
setChildIndicatorPolicy</H3>
<PRE>
public final void <B>setChildIndicatorPolicy</B>(<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.ChildIndicatorPolicy.html" title="enum in com.trolltech.qt.gui">QTreeWidgetItem.ChildIndicatorPolicy</A>&nbsp;policy)</PRE>
<DL>
<DD><p>Sets the item indicator <tt>policy</tt>. This policy decides when the tree branch expand/collapse indicator is shown. The default value is ShowForChildren.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#childIndicatorPolicy()"><tt>childIndicatorPolicy</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setDisabled(boolean)"><!-- --></A><H3>
setDisabled</H3>
<PRE>
public final void <B>setDisabled</B>(boolean&nbsp;disabled)</PRE>
<DL>
<DD><p>Disables the item if <tt>disabled</tt> is true; otherwise enables the item.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#isDisabled()"><tt>isDisabled</tt></a>, 
<a href="QTreeWidgetItem.html#setFlags(com.trolltech.qt.core.Qt.ItemFlags)"><tt>setFlags</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setExpanded(boolean)"><!-- --></A><H3>
setExpanded</H3>
<PRE>
public final void <B>setExpanded</B>(boolean&nbsp;expand)</PRE>
<DL>
<DD><p>Expands the item if <tt>expand</tt> is true, otherwise collapses the item.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#isExpanded()"><tt>isExpanded</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setFirstColumnSpanned(boolean)"><!-- --></A><H3>
setFirstColumnSpanned</H3>
<PRE>
public final void <B>setFirstColumnSpanned</B>(boolean&nbsp;span)</PRE>
<DL>
<DD><p>Sets the first section to span all columns if <tt>span</tt> is true; otherwise all item sections are shown.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#isFirstColumnSpanned()"><tt>isFirstColumnSpanned</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setFlags(com.trolltech.qt.core.Qt.ItemFlag...)"><!-- --></A><H3>
setFlags</H3>
<PRE>
public final void <B>setFlags</B>(<A HREF="../../../../com/trolltech/qt/core/Qt.ItemFlag.html" title="enum in com.trolltech.qt.core">Qt.ItemFlag</A>...&nbsp;flags)</PRE>
<DL>
<DD><p>Sets the flags for the item to the given <tt>flags</tt>. These determine whether the item can be selected or modified. This is often used to disable an item.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#flags()"><tt>flags</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setFlags(com.trolltech.qt.core.Qt.ItemFlags)"><!-- --></A><H3>
setFlags</H3>
<PRE>
public final void <B>setFlags</B>(<A HREF="../../../../com/trolltech/qt/core/Qt.ItemFlags.html" title="class in com.trolltech.qt.core">Qt.ItemFlags</A>&nbsp;flags)</PRE>
<DL>
<DD><p>Sets the flags for the item to the given <tt>flags</tt>. These determine whether the item can be selected or modified. This is often used to disable an item.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#flags()"><tt>flags</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setFont(int, com.trolltech.qt.gui.QFont)"><!-- --></A><H3>
setFont</H3>
<PRE>
public final void <B>setFont</B>(int&nbsp;column,
                          <A HREF="../../../../com/trolltech/qt/gui/QFont.html" title="class in com.trolltech.qt.gui">QFont</A>&nbsp;font)</PRE>
<DL>
<DD><p>Sets the font used to display the text in the given <tt>column</tt> to the given <tt>font</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#font(int)"><tt>font</tt></a>, 
<a href="QTreeWidgetItem.html#setText(int, java.lang.String)"><tt>setText</tt></a>, 
<a href="QTreeWidgetItem.html#setForeground(int, com.trolltech.qt.gui.QBrush)"><tt>setForeground</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setForeground(int, com.trolltech.qt.gui.QBrush)"><!-- --></A><H3>
setForeground</H3>
<PRE>
public final void <B>setForeground</B>(int&nbsp;column,
                                <A HREF="../../../../com/trolltech/qt/gui/QBrush.html" title="class in com.trolltech.qt.gui">QBrush</A>&nbsp;brush)</PRE>
<DL>
<DD><p>Sets the foreground brush of the label in the given <tt>column</tt> to the specified <tt>brush</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#foreground(int)"><tt>foreground</tt></a>, 
<a href="QTreeWidgetItem.html#setBackground(int, com.trolltech.qt.gui.QBrush)"><tt>setBackground</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setHidden(boolean)"><!-- --></A><H3>
setHidden</H3>
<PRE>
public final void <B>setHidden</B>(boolean&nbsp;hide)</PRE>
<DL>
<DD><p>Hides the item if <tt>hide</tt> is true, otherwise shows the item.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#isHidden()"><tt>isHidden</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setIcon(int, com.trolltech.qt.gui.QIcon)"><!-- --></A><H3>
setIcon</H3>
<PRE>
public final void <B>setIcon</B>(int&nbsp;column,
                          <A HREF="../../../../com/trolltech/qt/gui/QIcon.html" title="class in com.trolltech.qt.gui">QIcon</A>&nbsp;icon)</PRE>
<DL>
<DD><p>Sets the icon to be displayed in the given <tt>column</tt> to <tt>icon</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#icon(int)"><tt>icon</tt></a>, 
<a href="QTreeWidgetItem.html#setText(int, java.lang.String)"><tt>setText</tt></a>, 
<tt>iconSize</tt></DL>
</DD>
</DL>
<HR>

<A NAME="setSelected(boolean)"><!-- --></A><H3>
setSelected</H3>
<PRE>
public final void <B>setSelected</B>(boolean&nbsp;select)</PRE>
<DL>
<DD><p>Sets the selected state of the item to <tt>select</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#isSelected()"><tt>isSelected</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setSizeHint(int, com.trolltech.qt.core.QSize)"><!-- --></A><H3>
setSizeHint</H3>
<PRE>
public final void <B>setSizeHint</B>(int&nbsp;column,
                              <A HREF="../../../../com/trolltech/qt/core/QSize.html" title="class in com.trolltech.qt.core">QSize</A>&nbsp;size)</PRE>
<DL>
<DD><p>Sets the size hint for the tree item in the given <tt>column</tt> to be <tt>size</tt>. If no size hint is set, the item delegate will compute the size hint based on the item data.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#sizeHint(int)"><tt>sizeHint</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setStatusTip(int, java.lang.String)"><!-- --></A><H3>
setStatusTip</H3>
<PRE>
public final void <B>setStatusTip</B>(int&nbsp;column,
                               java.lang.String&nbsp;statusTip)</PRE>
<DL>
<DD><p>Sets the status tip for the given <tt>column</tt> to the given <tt>statusTip</tt>. <a href="QTreeWidget.html"><tt>QTreeWidget</tt></a> mouse tracking needs to be enabled for this feature to work.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#statusTip(int)"><tt>statusTip</tt></a>, 
<a href="QTreeWidgetItem.html#setToolTip(int, java.lang.String)"><tt>setToolTip</tt></a>, 
<a href="QTreeWidgetItem.html#setWhatsThis(int, java.lang.String)"><tt>setWhatsThis</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setText(int, java.lang.String)"><!-- --></A><H3>
setText</H3>
<PRE>
public final void <B>setText</B>(int&nbsp;column,
                          java.lang.String&nbsp;text)</PRE>
<DL>
<DD><p>Sets the text to be displayed in the given <tt>column</tt> to the given <tt>text</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#text(int)"><tt>text</tt></a>, 
<a href="QTreeWidgetItem.html#setFont(int, com.trolltech.qt.gui.QFont)"><tt>setFont</tt></a>, 
<a href="QTreeWidgetItem.html#setForeground(int, com.trolltech.qt.gui.QBrush)"><tt>setForeground</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setTextAlignment(int, int)"><!-- --></A><H3>
setTextAlignment</H3>
<PRE>
public final void <B>setTextAlignment</B>(int&nbsp;column,
                                   int&nbsp;alignment)</PRE>
<DL>
<DD><p>Sets the text alignment for the label in the given <tt>column</tt> to the <tt>alignment</tt> specified (see <tt>Qt::AlignmentFlag</tt>).</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#textAlignment(int)"><tt>textAlignment</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setToolTip(int, java.lang.String)"><!-- --></A><H3>
setToolTip</H3>
<PRE>
public final void <B>setToolTip</B>(int&nbsp;column,
                             java.lang.String&nbsp;toolTip)</PRE>
<DL>
<DD><p>Sets the tooltip for the given <tt>column</tt> to <tt>toolTip</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#toolTip(int)"><tt>toolTip</tt></a>, 
<a href="QTreeWidgetItem.html#setStatusTip(int, java.lang.String)"><tt>setStatusTip</tt></a>, 
<a href="QTreeWidgetItem.html#setWhatsThis(int, java.lang.String)"><tt>setWhatsThis</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setWhatsThis(int, java.lang.String)"><!-- --></A><H3>
setWhatsThis</H3>
<PRE>
public final void <B>setWhatsThis</B>(int&nbsp;column,
                               java.lang.String&nbsp;whatsThis)</PRE>
<DL>
<DD><p>Sets the &quot;What's This?&quot; help for the given <tt>column</tt> to <tt>whatsThis</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#whatsThis(int)"><tt>whatsThis</tt></a>, 
<a href="QTreeWidgetItem.html#setStatusTip(int, java.lang.String)"><tt>setStatusTip</tt></a>, 
<a href="QTreeWidgetItem.html#setToolTip(int, java.lang.String)"><tt>setToolTip</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="sizeHint(int)"><!-- --></A><H3>
sizeHint</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QSize.html" title="class in com.trolltech.qt.core">QSize</A> <B>sizeHint</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the size hint set for the tree item in the given <tt>column</tt> (see <a href="%2E%2E/core/QSize.html"><tt>QSize</tt></a>).</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setSizeHint(int, com.trolltech.qt.core.QSize)"><tt>setSizeHint</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="sortChildren(int, com.trolltech.qt.core.Qt.SortOrder)"><!-- --></A><H3>
sortChildren</H3>
<PRE>
public final void <B>sortChildren</B>(int&nbsp;column,
                               <A HREF="../../../../com/trolltech/qt/core/Qt.SortOrder.html" title="enum in com.trolltech.qt.core">Qt.SortOrder</A>&nbsp;order)</PRE>
<DL>
<DD><p>Sorts the children of the item using the given <tt>order</tt>, by the values in the given <tt>column</tt>.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="statusTip(int)"><!-- --></A><H3>
statusTip</H3>
<PRE>
public final java.lang.String <B>statusTip</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the status tip for the contents of the given <tt>column</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setStatusTip(int, java.lang.String)"><tt>setStatusTip</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="takeChild(int)"><!-- --></A><H3>
takeChild</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A> <B>takeChild</B>(int&nbsp;index)</PRE>
<DL>
<DD><p>Removes the item at <tt>index</tt> and returns it, otherwise return 0.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="takeChildren()"><!-- --></A><H3>
takeChildren</H3>
<PRE>
public final java.util.List&lt;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A>&gt; <B>takeChildren</B>()</PRE>
<DL>
<DD><p>Removes the list of children and returns it, otherwise returns an empty list.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="text(int)"><!-- --></A><H3>
text</H3>
<PRE>
public final java.lang.String <B>text</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the text in the specified <tt>column</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setText(int, java.lang.String)"><tt>setText</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="textAlignment(int)"><!-- --></A><H3>
textAlignment</H3>
<PRE>
public final int <B>textAlignment</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the text alignment for the label in the given <tt>column</tt> (see <tt>Qt::AlignmentFlag</tt>).</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setTextAlignment(int, int)"><tt>setTextAlignment</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="toolTip(int)"><!-- --></A><H3>
toolTip</H3>
<PRE>
public final java.lang.String <B>toolTip</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the tool tip for the given <tt>column</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setToolTip(int, java.lang.String)"><tt>setToolTip</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="treeWidget()"><!-- --></A><H3>
treeWidget</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui">QTreeWidget</A> <B>treeWidget</B>()</PRE>
<DL>
<DD><p>Returns the tree widget that contains the item.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="type()"><!-- --></A><H3>
type</H3>
<PRE>
public final int <B>type</B>()</PRE>
<DL>
<DD><p>Returns the type passed to the <a href="QTreeWidgetItem.html#QTreeWidgetItem(com.trolltech.qt.gui.QTreeWidget, int)"><tt>QTreeWidgetItem</tt></a> constructor.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="whatsThis(int)"><!-- --></A><H3>
whatsThis</H3>
<PRE>
public final java.lang.String <B>whatsThis</B>(int&nbsp;column)</PRE>
<DL>
<DD><p>Returns the &quot;What's This?&quot; help for the contents of the given <tt>column</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setWhatsThis(int, java.lang.String)"><tt>setWhatsThis</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="clone()"><!-- --></A><H3>
clone</H3>
<PRE>
public <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A> <B>clone</B>()</PRE>
<DL>
<DD><p>Creates a deep copy of the item and of its children.</p>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>clone</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="data(int, int)"><!-- --></A><H3>
data</H3>
<PRE>
public java.lang.Object <B>data</B>(int&nbsp;column,
                             int&nbsp;role)</PRE>
<DL>
<DD><p>Returns the value for the item's <tt>column</tt> and <tt>role</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#setData(int, int, java.lang.Object)"><tt>setData</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="read(com.trolltech.qt.core.QDataStream)"><!-- --></A><H3>
read</H3>
<PRE>
public void <B>read</B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;in)</PRE>
<DL>
<DD><p>Reads the item from stream <tt>in</tt>. This only reads data into a single item.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#write(com.trolltech.qt.core.QDataStream)"><tt>write</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setData(int, int, java.lang.Object)"><!-- --></A><H3>
setData</H3>
<PRE>
public void <B>setData</B>(int&nbsp;column,
                    int&nbsp;role,
                    java.lang.Object&nbsp;value)</PRE>
<DL>
<DD><p>Sets the value for the item's <tt>column</tt> and <tt>role</tt> to the given <tt>value</tt>.</p>
<p>The <tt>role</tt> describes the type of data specified by <tt>value</tt>, and is defined by the Qt::ItemDataRole enum.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#data(int, int)"><tt>data</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="write(com.trolltech.qt.core.QDataStream)"><!-- --></A><H3>
write</H3>
<PRE>
public void <B>write</B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;out)</PRE>
<DL>
<DD><p>Writes the item to stream <tt>out</tt>. This only writes data from one single item.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QTreeWidgetItem.html#read(com.trolltech.qt.core.QDataStream)"><tt>read</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="fromNativePointer(com.trolltech.qt.QNativePointer)"><!-- --></A><H3>
fromNativePointer</H3>
<PRE>
public static <A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.html" title="class in com.trolltech.qt.gui">QTreeWidgetItem</A> <B>fromNativePointer</B>(<A HREF="../../../../com/trolltech/qt/QNativePointer.html" title="class in com.trolltech.qt">QNativePointer</A>&nbsp;nativePointer)</PRE>
<DL>
<DD>This function returns the QTreeWidgetItem instance pointed to by nativePointer
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>nativePointer</CODE> - the QNativePointer of which object should be returned.</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidget.html" title="class in com.trolltech.qt.gui"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/trolltech/qt/gui/QTreeWidgetItem.ChildIndicatorPolicy.html" title="enum in com.trolltech.qt.gui"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/trolltech/qt/gui/QTreeWidgetItem.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="QTreeWidgetItem.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_class_summary">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>