summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqcombotableitem.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqcombotableitem.3qt')
-rw-r--r--doc/man/man3/tqcombotableitem.3qt28
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/man/man3/tqcombotableitem.3qt b/doc/man/man3/tqcombotableitem.3qt
index 3d0db43e..b372bc09 100644
--- a/doc/man/man3/tqcombotableitem.3qt
+++ b/doc/man/man3/tqcombotableitem.3qt
@@ -7,16 +7,16 @@
.ad l
.nh
.SH NAME
-TQComboTableItem \- Means of using comboboxes in QTables
+TQComboTableItem \- Means of using comboboxes in TQTables
.SH SYNOPSIS
-\fC#include <ntqtable.h>\fR
+\fC#include <tqtable.h>\fR
.PP
-Inherits QTableItem.
+Inherits TQTableItem.
.PP
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBTQComboTableItem\fR ( QTable * table, const TQStringList & list, bool editable = FALSE )"
+.BI "\fBTQComboTableItem\fR ( TQTable * table, const TQStringList & list, bool editable = FALSE )"
.br
.ti -1c
.BI "\fB~TQComboTableItem\fR ()"
@@ -53,9 +53,9 @@ Inherits QTableItem.
.br
.in -1c
.SH DESCRIPTION
-The TQComboTableItem class provides a means of using comboboxes in QTables.
+The TQComboTableItem class provides a means of using comboboxes in TQTables.
.PP
-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 QTables. 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 \fIlooks\fR like a combobox. Only text items (i.e. no pixmaps) may be used in TQComboTableItems.
+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 TQTables. 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 \fIlooks\fR like a combobox. Only text items (i.e. no pixmaps) may be used in TQComboTableItems.
.PP
TQComboTableItem items have the edit type WhenCurrent (see EditType). The TQComboTableItem's list of items is provided by a TQStringList passed to the constructor.
.PP
@@ -63,11 +63,11 @@ The list of items may be changed using setStringList(). The current item can be
.PP
If isEditable() is TRUE the TQComboTableItem will permit the user 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.
.PP
-To populate a table cell with a TQComboTableItem use QTable::setItem().
+To populate a table cell with a TQComboTableItem use TQTable::setItem().
.PP
-TQComboTableItems may be deleted with QTable::clearCell().
+TQComboTableItems may be deleted with TQTable::clearCell().
.PP
-TQComboTableItems can be distinguished from QTableItems and TQCheckTableItems using their Run Time Type Identification number (see rtti()).
+TQComboTableItems can be distinguished from TQTableItems and TQCheckTableItems using their Run Time Type Identification number (see rtti()).
.PP
<center>
.ce 1
@@ -75,14 +75,14 @@ TQComboTableItems can be distinguished from QTableItems and TQCheckTableItems us
.PP
</center>
.PP
-See also TQCheckTableItem, QTableItem, TQComboBox, and Advanced Widgets.
+See also TQCheckTableItem, TQTableItem, TQComboBox, and Advanced Widgets.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "TQComboTableItem::TQComboTableItem ( QTable * table, const TQStringList & list, bool editable = FALSE )"
+.SH "TQComboTableItem::TQComboTableItem ( TQTable * table, const TQStringList & list, bool editable = FALSE )"
Creates a combo table item for the table \fItable\fR. The combobox's list of items is passed in the \fIlist\fR argument. If \fIeditable\fR is TRUE the user may type in new list items; if \fIeditable\fR is FALSE the user may only select from the list of items provided.
.PP
By default TQComboTableItems cannot be replaced by other table items since isReplaceable() returns FALSE by default.
.PP
-See also QTable::clearCell() and EditType.
+See also TQTable::clearCell() and EditType.
.SH "TQComboTableItem::~TQComboTableItem ()"
TQComboTableItem destructor.
.SH "int TQComboTableItem::count () const"
@@ -104,9 +104,9 @@ Returns 1.
.PP
Make your derived classes return their own values for rtti()to 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.
.PP
-See also QTableItem::rtti().
+See also TQTableItem::rtti().
.PP
-Reimplemented from QTableItem.
+Reimplemented from TQTableItem.
.SH "void TQComboTableItem::setCurrentItem ( int i )\fC [virtual]\fR"
Sets the list item \fIi\fR to be the combo table item's current list item.
.PP