summaryrefslogtreecommitdiffstats
path: root/doc/html/tqchecklistitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqchecklistitem.html')
-rw-r--r--doc/html/tqchecklistitem.html36
1 files changed, 18 insertions, 18 deletions
diff --git a/doc/html/tqchecklistitem.html b/doc/html/tqchecklistitem.html
index c1096d1af..83c9beb68 100644
--- a/doc/html/tqchecklistitem.html
+++ b/doc/html/tqchecklistitem.html
@@ -1,5 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/qlistview.cpp:5987 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/widgets/tqlistview.cpp:5987 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -33,8 +33,8 @@ body { background: #ffffff; color: black; }
<p>The TQCheckListItem class provides checkable list view items.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qlistview-h.html">ntqlistview.h</a>&gt;</tt>
-<p>Inherits <a href="qlistviewitem.html">TQListViewItem</a>.
+<p><tt>#include &lt;<a href="tqlistview-h.html">tqlistview.h</a>&gt;</tt>
+<p>Inherits <a href="tqlistviewitem.html">TQListViewItem</a>.
<p><a href="tqchecklistitem-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -72,16 +72,16 @@ body { background: #ffffff; color: black; }
The TQCheckListItem class provides checkable list view items.
<p>
-<p> TQCheckListItems are used in <a href="ntqlistview.html">TQListView</a>s to provide
-<a href="qlistviewitem.html">TQListViewItem</a>s that are checkboxes, radio buttons or
+<p> TQCheckListItems are used in <a href="tqlistview.html">TQListView</a>s to provide
+<a href="tqlistviewitem.html">TQListViewItem</a>s that are checkboxes, radio buttons or
controllers.
<p> Checkbox and controller check list items may be inserted at any
level in a list view. Radio button check list items must be
children of a controller check list item.
<p> The item can be checked or unchecked with <a href="#setOn">setOn</a>(). Its type can be
retrieved with <a href="#type">type</a>() and its text retrieved with <a href="#text">text</a>().
-<p> <center><img src="qlistviewitems.png" alt="List View Items"></center>
-<p> <p>See also <a href="qlistviewitem.html">TQListViewItem</a>, <a href="ntqlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>.
+<p> <center><img src="tqlistviewitems.png" alt="List View Items"></center>
+<p> <p>See also <a href="tqlistviewitem.html">TQListViewItem</a>, <a href="tqlistview.html">TQListView</a>, and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Type Documentation</h2>
<h3 class=fn><a name="ToggleState-enum"></a>TQCheckListItem::ToggleState</h3>
@@ -109,43 +109,43 @@ Constructs a checkable item with parent <em>parent</em>, text <em>text</em>
and of type <em>tt</em>. Note that a <a href="#Type-enum">RadioButton</a> must be the child of a
<a href="#Type-enum">RadioButtonController</a>, otherwise it will not toggle.
-<h3 class=fn><a name="TQCheckListItem-2"></a>TQCheckListItem::TQCheckListItem ( <a href="tqchecklistitem.html">TQCheckListItem</a>&nbsp;*&nbsp;parent, <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem-2"></a>TQCheckListItem::TQCheckListItem ( <a href="tqchecklistitem.html">TQCheckListItem</a>&nbsp;*&nbsp;parent, <a href="tqlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, which is after
<em>after</em> in the parent's list of children, and with text <em>text</em>
and of type <em>tt</em>. Note that a <a href="#Type-enum">RadioButton</a> must be the child of
a <a href="#Type-enum">RadioButtonController</a>, otherwise it will not toggle.
-<h3 class=fn><a name="TQCheckListItem-3"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem-3"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, text <em>text</em>
and of type <em>tt</em>. Note that this item must <em>not</em> be a <a href="#Type-enum">RadioButton</a>. Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>.
-<h3 class=fn><a name="TQCheckListItem-4"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem-4"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, <a href="tqlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, which is after
<em>after</em> in the parent's list of children, with text <em>text</em> and
of type <em>tt</em>. Note that this item must <em>not</em> be a <a href="#Type-enum">RadioButton</a>. Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>.
-<h3 class=fn><a name="TQCheckListItem-5"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem-5"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, text <em>text</em>
and of type <em>tt</em>. Note that <em>tt</em> must <em>not</em> be <a href="#Type-enum">RadioButton</a>.
Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>.
-<h3 class=fn><a name="TQCheckListItem-6"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
+<h3 class=fn><a name="TQCheckListItem-6"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, <a href="tqlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;after, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, <a href="tqchecklistitem.html#Type-enum">Type</a>&nbsp;tt = RadioButtonController )
</h3>
Constructs a checkable item with parent <em>parent</em>, which is after
<em>after</em> in the parent's list of children, with text <em>text</em> and
of type <em>tt</em>. Note that <em>tt</em> must <em>not</em> be <a href="#Type-enum">RadioButton</a>.
Radio buttons must be children of a <a href="#Type-enum">RadioButtonController</a>.
-<h3 class=fn><a name="TQCheckListItem-7"></a>TQCheckListItem::TQCheckListItem ( <a href="qlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;p )
+<h3 class=fn><a name="TQCheckListItem-7"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistviewitem.html">TQListViewItem</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;p )
</h3>
Constructs a <a href="#Type-enum">RadioButtonController</a> item with parent <em>parent</em>,
text <em>text</em> and pixmap <em>p</em>.
-<h3 class=fn><a name="TQCheckListItem-8"></a>TQCheckListItem::TQCheckListItem ( <a href="ntqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;p )
+<h3 class=fn><a name="TQCheckListItem-8"></a>TQCheckListItem::TQCheckListItem ( <a href="tqlistview.html">TQListView</a>&nbsp;*&nbsp;parent, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;text, const&nbsp;<a href="tqpixmap.html">TQPixmap</a>&nbsp;&amp;&nbsp;p )
</h3>
Constructs a <a href="#Type-enum">RadioButtonController</a> item with parent <em>parent</em>,
text <em>text</em> and pixmap <em>p</em>.
@@ -159,7 +159,7 @@ all allocated resources.
</h3>
Toggle check box or set radio button to on.
-<p>Reimplemented from <a href="qlistviewitem.html#activate">TQListViewItem</a>.
+<p>Reimplemented from <a href="tqlistviewitem.html#activate">TQListViewItem</a>.
<h3 class=fn>bool <a name="isOn"></a>TQCheckListItem::isOn () const
</h3>
@@ -176,13 +176,13 @@ Paints the item using the painter <em>p</em> and the color group <em>cg</em>.
The item is in column <em>column</em>, has width <em>width</em> and has
alignment <em>align</em>. (See TQt::AlignmentFlags for valid alignments.)
-<p>Reimplemented from <a href="qlistviewitem.html#paintCell">TQListViewItem</a>.
+<p>Reimplemented from <a href="tqlistviewitem.html#paintCell">TQListViewItem</a>.
<h3 class=fn>void <a name="paintFocus"></a>TQCheckListItem::paintFocus ( <a href="tqpainter.html">TQPainter</a>&nbsp;*&nbsp;p, const&nbsp;<a href="tqcolorgroup.html">TQColorGroup</a>&nbsp;&amp;&nbsp;cg, const&nbsp;<a href="tqrect.html">TQRect</a>&nbsp;&amp;&nbsp;r )<tt> [virtual]</tt>
</h3>
Draws the focus rectangle <em>r</em> using the color group <em>cg</em> on the
painter <em>p</em>.
-<p>Reimplemented from <a href="qlistviewitem.html#paintFocus">TQListViewItem</a>.
+<p>Reimplemented from <a href="tqlistviewitem.html#paintFocus">TQListViewItem</a>.
<h3 class=fn>int <a name="rtti"></a>TQCheckListItem::rtti () const<tt> [virtual]</tt>
</h3>
@@ -191,7 +191,7 @@ painter <em>p</em>.
you can distinguish between list view items. You should use values
greater than 1000, to allow for extensions to this class.
-<p>Reimplemented from <a href="qlistviewitem.html#rtti">TQListViewItem</a>.
+<p>Reimplemented from <a href="tqlistviewitem.html#rtti">TQListViewItem</a>.
<h3 class=fn>void <a name="setOn"></a>TQCheckListItem::setOn ( bool&nbsp;b )<tt> [virtual]</tt>
</h3>
Sets the button on if <em>b</em> is TRUE, otherwise sets it off.