summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqchecktableitem.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqchecktableitem.3qt')
-rw-r--r--doc/man/man3/tqchecktableitem.3qt30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/man/man3/tqchecktableitem.3qt b/doc/man/man3/tqchecktableitem.3qt
index 1245be951..b2e99a38c 100644
--- a/doc/man/man3/tqchecktableitem.3qt
+++ b/doc/man/man3/tqchecktableitem.3qt
@@ -1,5 +1,5 @@
'\" t
-.TH QCheckTableItem 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
+.TH TQCheckTableItem 3qt "2 February 2007" "Trolltech AS" \" -*- nroff -*-
.\" Copyright 1992-2007 Trolltech ASA. All rights reserved. See the
.\" license file included in the distribution for a complete license
.\" statement.
@@ -7,7 +7,7 @@
.ad l
.nh
.SH NAME
-QCheckTableItem \- Checkboxes in QTables
+TQCheckTableItem \- Checkboxes in QTables
.SH SYNOPSIS
\fC#include <ntqtable.h>\fR
.PP
@@ -16,7 +16,7 @@ Inherits QTableItem.
.SS "Public Members"
.in +1c
.ti -1c
-.BI "\fBQCheckTableItem\fR ( QTable * table, const TQString & txt )"
+.BI "\fBTQCheckTableItem\fR ( QTable * table, const TQString & txt )"
.br
.ti -1c
.BI "virtual void \fBsetChecked\fR ( bool b )"
@@ -29,17 +29,17 @@ Inherits QTableItem.
.br
.in -1c
.SH DESCRIPTION
-The QCheckTableItem class provides checkboxes in QTables.
+The TQCheckTableItem class provides checkboxes in QTables.
.PP
-A QCheckTableItem is a table item which looks and behaves like a checkbox. The advantage of using QCheckTableItems rather than real checkboxes is that a QCheckTableItem uses far less resources than a real checkbox would in a QTable. 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 \fIlooks\fR like a checkbox. Pixmaps may not be used in QCheckTableItems.
+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 QTable. 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 \fIlooks\fR like a checkbox. Pixmaps may not be used in TQCheckTableItems.
.PP
-QCheckTableItem items have the edit type WhenCurrent (see EditType).
+TQCheckTableItem items have the edit type WhenCurrent (see EditType).
.PP
To change the checkbox's label use setText(). The checkbox can be checked and unchecked with setChecked() and its state retrieved using isChecked().
.PP
-To populate a table cell with a QCheckTableItem use QTable::setItem().
+To populate a table cell with a TQCheckTableItem use QTable::setItem().
.PP
-QCheckTableItems can be distinguished from QTableItems and QComboTableItems using their Run Time Type Identification (rtti) value.
+TQCheckTableItems can be distinguished from QTableItems and TQComboTableItems using their Run Time Type Identification (rtti) value.
.PP
<center>
.ce 1
@@ -47,15 +47,15 @@ QCheckTableItems can be distinguished from QTableItems and QComboTableItems usin
.PP
</center>
.PP
-See also rtti(), EditType, QComboTableItem, QTableItem, QCheckBox, and Advanced Widgets.
+See also rtti(), EditType, TQComboTableItem, QTableItem, TQCheckBox, and Advanced Widgets.
.SH MEMBER FUNCTION DOCUMENTATION
-.SH "QCheckTableItem::QCheckTableItem ( QTable * table, const TQString & txt )"
-Creates a QCheckTableItem with an EditType of WhenCurrent as a child of \fItable\fR. The checkbox is initially unchecked and its label is set to the string \fItxt\fR.
-.SH "bool QCheckTableItem::isChecked () const"
+.SH "TQCheckTableItem::TQCheckTableItem ( QTable * table, const TQString & txt )"
+Creates a TQCheckTableItem with an EditType of WhenCurrent as a child of \fItable\fR. The checkbox is initially unchecked and its label is set to the string \fItxt\fR.
+.SH "bool TQCheckTableItem::isChecked () const"
Returns TRUE if the checkbox table item is checked; otherwise returns FALSE.
.PP
See also setChecked().
-.SH "int QCheckTableItem::rtti () const\fC [virtual]\fR"
+.SH "int TQCheckTableItem::rtti () const\fC [virtual]\fR"
Returns 2.
.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.
@@ -63,13 +63,13 @@ Make your derived classes return their own values for rtti()to distinguish betwe
See also QTableItem::rtti().
.PP
Reimplemented from QTableItem.
-.SH "void QCheckTableItem::setChecked ( bool b )\fC [virtual]\fR"
+.SH "void TQCheckTableItem::setChecked ( bool b )\fC [virtual]\fR"
If \fIb\fR is TRUE the checkbox is checked; if \fIb\fR is FALSE the checkbox is unchecked.
.PP
See also isChecked().
.SH "SEE ALSO"
-.BR http://doc.trolltech.com/qchecktableitem.html
+.BR http://doc.trolltech.com/tqchecktableitem.html
.BR http://www.trolltech.com/faq/tech.html
.SH COPYRIGHT
Copyright 1992-2007 Trolltech ASA, http://www.trolltech.com. See the