summaryrefslogtreecommitdiffstats
path: root/doc/html/tqchecktableitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqchecktableitem.html')
-rw-r--r--doc/html/tqchecktableitem.html30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/html/tqchecktableitem.html b/doc/html/tqchecktableitem.html
index 2616c56cb..d1d203454 100644
--- a/doc/html/tqchecktableitem.html
+++ b/doc/html/tqchecktableitem.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/table/qtable.cpp:1468 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/tqtable.cpp:1468 -->
<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 TQCheckTableItem class provides checkboxes in TQTables.
<a href="#details">More...</a>
-<p><tt>#include &lt;<a href="qtable-h.html">ntqtable.h</a>&gt;</tt>
-<p>Inherits <a href="qtableitem.html">TQTableItem</a>.
+<p><tt>#include &lt;<a href="tqtable-h.html">tqtable.h</a>&gt;</tt>
+<p>Inherits <a href="tqtableitem.html">TQTableItem</a>.
<p><a href="tqchecktableitem-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -53,27 +53,27 @@ The TQCheckTableItem class provides checkboxes in TQTables.
<p> A TQCheckTableItem is a table item which looks and behaves like a
checkbox. The advantage of using TQCheckTableItems rather than real
checkboxes is that a TQCheckTableItem uses far less resources than
-a real checkbox would in a <a href="ntqtable.html">TQTable</a>. When the cell has the focus
+a real checkbox would in a <a href="tqtable.html">TQTable</a>. When the cell has the focus
it displays a real checkbox which the user can interact with. When
the cell does not have the focus the cell <em>looks</em> like a
checkbox. Pixmaps may not be used in TQCheckTableItems.
-<p> TQCheckTableItem items have the edit type <a href="qtableitem.html#EditType-enum">WhenCurrent</a> (see
-<a href="qtableitem.html#EditType-enum">EditType</a>).
-<p> To change the checkbox's label use <a href="qtableitem.html#setText">setText</a>(). The checkbox can be
+<p> TQCheckTableItem items have the edit type <a href="tqtableitem.html#EditType-enum">WhenCurrent</a> (see
+<a href="tqtableitem.html#EditType-enum">EditType</a>).
+<p> To change the checkbox's label use <a href="tqtableitem.html#setText">setText</a>(). The checkbox can be
checked and unchecked with <a href="#setChecked">setChecked</a>() and its state retrieved
using <a href="#isChecked">isChecked</a>().
<p> To populate a table cell with a TQCheckTableItem use
-<a href="ntqtable.html#setItem">TQTable::setItem</a>().
-<p> TQCheckTableItems can be distinguished from <a href="qtableitem.html">TQTableItem</a>s and
+<a href="tqtable.html#setItem">TQTable::setItem</a>().
+<p> TQCheckTableItems can be distinguished from <a href="tqtableitem.html">TQTableItem</a>s and
<a href="tqcombotableitem.html">TQComboTableItem</a>s using their Run Time Type Identification
(rtti) value.
-<p> <center><img src="qtableitems.png" alt="Table Items"></center>
-<p> <p>See also <a href="#rtti">rtti</a>(), <a href="qtableitem.html#EditType-enum">EditType</a>, <a href="tqcombotableitem.html">TQComboTableItem</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="tqcheckbox.html">TQCheckBox</a>, and <a href="advanced.html">Advanced Widgets</a>.
+<p> <center><img src="tqtableitems.png" alt="Table Items"></center>
+<p> <p>See also <a href="#rtti">rtti</a>(), <a href="tqtableitem.html#EditType-enum">EditType</a>, <a href="tqcombotableitem.html">TQComboTableItem</a>, <a href="tqtableitem.html">TQTableItem</a>, <a href="tqcheckbox.html">TQCheckBox</a>, and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQCheckTableItem"></a>TQCheckTableItem::TQCheckTableItem ( <a href="ntqtable.html">TQTable</a>&nbsp;*&nbsp;table, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;txt )
+<h3 class=fn><a name="TQCheckTableItem"></a>TQCheckTableItem::TQCheckTableItem ( <a href="tqtable.html">TQTable</a>&nbsp;*&nbsp;table, const&nbsp;<a href="tqstring.html">TQString</a>&nbsp;&amp;&nbsp;txt )
</h3>
-Creates a TQCheckTableItem with an <a href="qtableitem.html#EditType-enum">EditType</a> of <a href="qtableitem.html#EditType-enum">WhenCurrent</a>
+Creates a TQCheckTableItem with an <a href="tqtableitem.html#EditType-enum">EditType</a> of <a href="tqtableitem.html#EditType-enum">WhenCurrent</a>
as a child of <em>table</em>. The checkbox is initially unchecked and
its label is set to the string <em>txt</em>.
@@ -91,9 +91,9 @@ returns FALSE.
distinguish between different table item subclasses. You should
use values greater than 1000, preferably a large random number, to
allow for extensions to this class.
-<p> <p>See also <a href="qtableitem.html#rtti">TQTableItem::rtti</a>().
+<p> <p>See also <a href="tqtableitem.html#rtti">TQTableItem::rtti</a>().
-<p>Reimplemented from <a href="qtableitem.html#rtti">TQTableItem</a>.
+<p>Reimplemented from <a href="tqtableitem.html#rtti">TQTableItem</a>.
<h3 class=fn>void <a name="setChecked"></a>TQCheckTableItem::setChecked ( bool&nbsp;b )<tt> [virtual]</tt>
</h3>
If <em>b</em> is TRUE the checkbox is checked; if <em>b</em> is FALSE the