summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqchecklistitem.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqchecklistitem.3qt')
-rw-r--r--doc/man/man3/tqchecklistitem.3qt44
1 files changed, 22 insertions, 22 deletions
diff --git a/doc/man/man3/tqchecklistitem.3qt b/doc/man/man3/tqchecklistitem.3qt
index cc030707..9afbc0ee 100644
--- a/doc/man/man3/tqchecklistitem.3qt
+++ b/doc/man/man3/tqchecklistitem.3qt
@@ -9,9 +9,9 @@
.SH NAME
TQCheckListItem \- Checkable list view items
.SH SYNOPSIS
-\fC#include <ntqlistview.h>\fR
+\fC#include <tqlistview.h>\fR
.PP
-Inherits QListViewItem.
+Inherits TQListViewItem.
.PP
.SS "Public Members"
.in +1c
@@ -25,25 +25,25 @@ Inherits QListViewItem.
.BI "\fBTQCheckListItem\fR ( TQCheckListItem * parent, const TQString & text, Type tt = RadioButtonController )"
.br
.ti -1c
-.BI "\fBTQCheckListItem\fR ( TQCheckListItem * parent, QListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
+.BI "\fBTQCheckListItem\fR ( TQCheckListItem * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
.br
.ti -1c
-.BI "\fBTQCheckListItem\fR ( QListViewItem * parent, const TQString & text, Type tt = RadioButtonController )"
+.BI "\fBTQCheckListItem\fR ( TQListViewItem * parent, const TQString & text, Type tt = RadioButtonController )"
.br
.ti -1c
-.BI "\fBTQCheckListItem\fR ( QListViewItem * parent, QListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
+.BI "\fBTQCheckListItem\fR ( TQListViewItem * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
.br
.ti -1c
-.BI "\fBTQCheckListItem\fR ( QListView * parent, const TQString & text, Type tt = RadioButtonController )"
+.BI "\fBTQCheckListItem\fR ( TQListView * parent, const TQString & text, Type tt = RadioButtonController )"
.br
.ti -1c
-.BI "\fBTQCheckListItem\fR ( QListView * parent, QListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
+.BI "\fBTQCheckListItem\fR ( TQListView * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
.br
.ti -1c
-.BI "\fBTQCheckListItem\fR ( QListViewItem * parent, const TQString & text, const TQPixmap & p )"
+.BI "\fBTQCheckListItem\fR ( TQListViewItem * parent, const TQString & text, const TQPixmap & p )"
.br
.ti -1c
-.BI "\fBTQCheckListItem\fR ( QListView * parent, const TQString & text, const TQPixmap & p )"
+.BI "\fBTQCheckListItem\fR ( TQListView * parent, const TQString & text, const TQPixmap & p )"
.br
.ti -1c
.BI "\fB~TQCheckListItem\fR ()"
@@ -97,7 +97,7 @@ Inherits QListViewItem.
.SH DESCRIPTION
The TQCheckListItem class provides checkable list view items.
.PP
-TQCheckListItems are used in QListViews to provide QListViewItems that are checkboxes, radio buttons or controllers.
+TQCheckListItems are used in TQListViews to provide TQListViewItems that are checkboxes, radio buttons or controllers.
.PP
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.
.PP
@@ -109,7 +109,7 @@ The item can be checked or unchecked with setOn(). Its type can be retrieved wit
.PP
</center>
.PP
-See also QListViewItem, QListView, and Advanced Widgets.
+See also TQListViewItem, TQListView, and Advanced Widgets.
.SS "Member Type Documentation"
.SH "TQCheckListItem::ToggleState"
This enum specifies a TQCheckListItem's toggle state.
@@ -134,26 +134,26 @@ This enum type specifies a TQCheckListItem's type:
.SH MEMBER FUNCTION DOCUMENTATION
.SH "TQCheckListItem::TQCheckListItem ( TQCheckListItem * parent, const TQString & text, Type tt = RadioButtonController )"
Constructs a checkable item with parent \fIparent\fR, text \fItext\fR and of type \fItt\fR. Note that a RadioButton must be the child of a RadioButtonController, otherwise it will not toggle.
-.SH "TQCheckListItem::TQCheckListItem ( TQCheckListItem * parent, QListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
+.SH "TQCheckListItem::TQCheckListItem ( TQCheckListItem * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
Constructs a checkable item with parent \fIparent\fR, which is after \fIafter\fR in the parent's list of children, and with text \fItext\fR and of type \fItt\fR. Note that a RadioButton must be the child of a RadioButtonController, otherwise it will not toggle.
-.SH "TQCheckListItem::TQCheckListItem ( QListViewItem * parent, const TQString & text, Type tt = RadioButtonController )"
+.SH "TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, const TQString & text, Type tt = RadioButtonController )"
Constructs a checkable item with parent \fIparent\fR, text \fItext\fR and of type \fItt\fR. Note that this item must \fInot\fR be a RadioButton. Radio buttons must be children of a RadioButtonController.
-.SH "TQCheckListItem::TQCheckListItem ( QListViewItem * parent, QListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
+.SH "TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
Constructs a checkable item with parent \fIparent\fR, which is after \fIafter\fR in the parent's list of children, with text \fItext\fR and of type \fItt\fR. Note that this item must \fInot\fR be a RadioButton. Radio buttons must be children of a RadioButtonController.
-.SH "TQCheckListItem::TQCheckListItem ( QListView * parent, const TQString & text, Type tt = RadioButtonController )"
+.SH "TQCheckListItem::TQCheckListItem ( TQListView * parent, const TQString & text, Type tt = RadioButtonController )"
Constructs a checkable item with parent \fIparent\fR, text \fItext\fR and of type \fItt\fR. Note that \fItt\fR must \fInot\fR be RadioButton. Radio buttons must be children of a RadioButtonController.
-.SH "TQCheckListItem::TQCheckListItem ( QListView * parent, QListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
+.SH "TQCheckListItem::TQCheckListItem ( TQListView * parent, TQListViewItem * after, const TQString & text, Type tt = RadioButtonController )"
Constructs a checkable item with parent \fIparent\fR, which is after \fIafter\fR in the parent's list of children, with text \fItext\fR and of type \fItt\fR. Note that \fItt\fR must \fInot\fR be RadioButton. Radio buttons must be children of a RadioButtonController.
-.SH "TQCheckListItem::TQCheckListItem ( QListViewItem * parent, const TQString & text, const TQPixmap & p )"
+.SH "TQCheckListItem::TQCheckListItem ( TQListViewItem * parent, const TQString & text, const TQPixmap & p )"
Constructs a RadioButtonController item with parent \fIparent\fR, text \fItext\fR and pixmap \fIp\fR.
-.SH "TQCheckListItem::TQCheckListItem ( QListView * parent, const TQString & text, const TQPixmap & p )"
+.SH "TQCheckListItem::TQCheckListItem ( TQListView * parent, const TQString & text, const TQPixmap & p )"
Constructs a RadioButtonController item with parent \fIparent\fR, text \fItext\fR and pixmap \fIp\fR.
.SH "TQCheckListItem::~TQCheckListItem ()"
Destroys the item, and all its children to any depth, freeing up all allocated resources.
.SH "void TQCheckListItem::activate ()\fC [virtual protected]\fR"
Toggle check box or set radio button to on.
.PP
-Reimplemented from QListViewItem.
+Reimplemented from TQListViewItem.
.SH "bool TQCheckListItem::isOn () const"
Returns TRUE if the item is toggled on; otherwise returns FALSE.
.SH "bool TQCheckListItem::isTristate () const"
@@ -163,17 +163,17 @@ See also setTristate().
.SH "void TQCheckListItem::paintCell ( TQPainter * p, const TQColorGroup & cg, int column, int width, int align )\fC [virtual]\fR"
Paints the item using the painter \fIp\fR and the color group \fIcg\fR. The item is in column \fIcolumn\fR, has width \fIwidth\fR and has alignment \fIalign\fR. (See TQt::AlignmentFlags for valid alignments.)
.PP
-Reimplemented from QListViewItem.
+Reimplemented from TQListViewItem.
.SH "void TQCheckListItem::paintFocus ( TQPainter * p, const TQColorGroup & cg, const TQRect & r )\fC [virtual]\fR"
Draws the focus rectangle \fIr\fR using the color group \fIcg\fR on the painter \fIp\fR.
.PP
-Reimplemented from QListViewItem.
+Reimplemented from TQListViewItem.
.SH "int TQCheckListItem::rtti () const\fC [virtual]\fR"
Returns 1.
.PP
Make your derived classes return their own values for rtti(), and you can distinguish between list view items. You should use values greater than 1000, to allow for extensions to this class.
.PP
-Reimplemented from QListViewItem.
+Reimplemented from TQListViewItem.
.SH "void TQCheckListItem::setOn ( bool b )\fC [virtual]\fR"
Sets the button on if \fIb\fR is TRUE, otherwise sets it off. Maintains radio button exclusivity.
.SH "void TQCheckListItem::setState ( ToggleState s )"