summaryrefslogtreecommitdiffstats
path: root/doc/html/tqcombotableitem.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/tqcombotableitem.html')
-rw-r--r--doc/html/tqcombotableitem.html32
1 files changed, 16 insertions, 16 deletions
diff --git a/doc/html/tqcombotableitem.html b/doc/html/tqcombotableitem.html
index af6b0c02b..29ff7a0e4 100644
--- a/doc/html/tqcombotableitem.html
+++ b/doc/html/tqcombotableitem.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:1154 -->
+<!-- /home/espenr/tmp/qt-3.3.8-espenr-2499/qt-x11-free-3.3.8/src/table/tqtable.cpp:1154 -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -34,8 +34,8 @@ body { background: #ffffff; color: black; }
<p>The TQComboTableItem class provides a means of using
comboboxes 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="tqcombotableitem-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
@@ -63,13 +63,13 @@ comboboxes in TQTables.
<p> A TQComboTableItem is a table item which looks and behaves like a
combobox. The advantage of using TQComboTableItems rather than real
comboboxes is that a TQComboTableItem uses far less resources than
-real comboboxes in <a href="ntqtable.html">TQTable</a>s. When the cell has the focus it
+real comboboxes in <a href="tqtable.html">TQTable</a>s. When the cell has the focus it
displays a real combobox which the user can interact with. When
the cell does not have the focus the cell <em>looks</em> like a
combobox. Only text items (i.e. no pixmaps) may be used in
TQComboTableItems.
-<p> TQComboTableItem items have the edit type <a href="qtableitem.html#EditType-enum">WhenCurrent</a> (see
-<a href="qtableitem.html#EditType-enum">EditType</a>). The TQComboTableItem's list of items is provided by
+<p> TQComboTableItem items have the edit type <a href="tqtableitem.html#EditType-enum">WhenCurrent</a> (see
+<a href="tqtableitem.html#EditType-enum">EditType</a>). The TQComboTableItem's list of items is provided by
a <a href="tqstringlist.html">TQStringList</a> passed to the constructor.
<p> The list of items may be changed using <a href="#setStringList">setStringList</a>(). The
current item can be set with <a href="#setCurrentItem">setCurrentItem</a>() and retrieved with
@@ -81,24 +81,24 @@ to either choose an existing list item, or create a new list item
by entering their own text; otherwise the user may only choose one
of the existing list items.
<p> To populate a table cell with a TQComboTableItem use
-<a href="ntqtable.html#setItem">TQTable::setItem</a>().
-<p> TQComboTableItems may be deleted with <a href="ntqtable.html#clearCell">TQTable::clearCell</a>().
-<p> TQComboTableItems can be distinguished from <a href="qtableitem.html">TQTableItem</a>s and
+<a href="tqtable.html#setItem">TQTable::setItem</a>().
+<p> TQComboTableItems may be deleted with <a href="tqtable.html#clearCell">TQTable::clearCell</a>().
+<p> TQComboTableItems can be distinguished from <a href="tqtableitem.html">TQTableItem</a>s and
<a href="tqchecktableitem.html">TQCheckTableItem</a>s using their Run Time Type Identification
number (see <a href="#rtti">rtti</a>()).
-<p> <center><img src="qtableitems.png" alt="Table Items"></center>
-<p> <p>See also <a href="tqchecktableitem.html">TQCheckTableItem</a>, <a href="qtableitem.html">TQTableItem</a>, <a href="tqcombobox.html">TQComboBox</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="tqchecktableitem.html">TQCheckTableItem</a>, <a href="tqtableitem.html">TQTableItem</a>, <a href="tqcombobox.html">TQComboBox</a>, and <a href="advanced.html">Advanced Widgets</a>.
<hr><h2>Member Function Documentation</h2>
-<h3 class=fn><a name="TQComboTableItem"></a>TQComboTableItem::TQComboTableItem ( <a href="ntqtable.html">TQTable</a>&nbsp;*&nbsp;table, const&nbsp;<a href="tqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;list, bool&nbsp;editable = FALSE )
+<h3 class=fn><a name="TQComboTableItem"></a>TQComboTableItem::TQComboTableItem ( <a href="tqtable.html">TQTable</a>&nbsp;*&nbsp;table, const&nbsp;<a href="tqstringlist.html">TQStringList</a>&nbsp;&amp;&nbsp;list, bool&nbsp;editable = FALSE )
</h3>
Creates a combo table item for the table <em>table</em>. The combobox's
list of items is passed in the <em>list</em> argument. If <em>editable</em> is
TRUE the user may type in new list items; if <em>editable</em> is FALSE
the user may only select from the list of items provided.
<p> By default TQComboTableItems cannot be replaced by other table
-items since <a href="qtableitem.html#isReplaceable">isReplaceable</a>() returns FALSE by default.
-<p> <p>See also <a href="ntqtable.html#clearCell">TQTable::clearCell</a>() and <a href="qtableitem.html#EditType-enum">EditType</a>.
+items since <a href="tqtableitem.html#isReplaceable">isReplaceable</a>() returns FALSE by default.
+<p> <p>See also <a href="tqtable.html#clearCell">TQTable::clearCell</a>() and <a href="tqtableitem.html#EditType-enum">EditType</a>.
<h3 class=fn><a name="~TQComboTableItem"></a>TQComboTableItem::~TQComboTableItem ()
</h3>
@@ -132,9 +132,9 @@ combobox's list of items; otherwise 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="setCurrentItem"></a>TQComboTableItem::setCurrentItem ( int&nbsp;i )<tt> [virtual]</tt>
</h3>
Sets the list item <em>i</em> to be the combo table item's current list