summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqlistview.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqlistview.3qt')
-rw-r--r--doc/man/man3/tqlistview.3qt22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/man/man3/tqlistview.3qt b/doc/man/man3/tqlistview.3qt
index 75d4154cf..bf273525f 100644
--- a/doc/man/man3/tqlistview.3qt
+++ b/doc/man/man3/tqlistview.3qt
@@ -11,7 +11,7 @@ QListView \- Implements a list/tree view
.SH SYNOPSIS
\fC#include <ntqlistview.h>\fR
.PP
-Inherits QScrollView.
+Inherits TQScrollView.
.PP
.SS "Public Members"
.in +1c
@@ -399,7 +399,7 @@ The QListView class implements a list/tree view.
.PP
It can display and control a hierarchy of multi-column items, and provides the ability to add new items at any time. The user may select one or many items (depending on the SelectionMode) and sort the list in increasing or decreasing order by any column.
.PP
-The simplest pattern of use is to create a QListView, add some column headers using addColumn() and create one or more QListViewItem or QCheckListItem objects with the QListView as parent:
+The simplest pattern of use is to create a QListView, add some column headers using addColumn() and create one or more QListViewItem or TQCheckListItem objects with the QListView as parent:
.PP
.nf
.br
@@ -438,7 +438,7 @@ l - l. Function Action addColumn() Adds a column with a text label and perhaps w
.fi
</center>
.PP
-To handle events such as mouse presses on the list view, derived classes can reimplement the QScrollView functions: contentsMousePressEvent, contentsMouseReleaseEvent, contentsMouseDoubleClickEvent, contentsMouseMoveEvent, contentsDragEnterEvent, contentsDragMoveEvent, contentsDragLeaveEvent, contentsDropEvent, and contentsWheelEvent.
+To handle events such as mouse presses on the list view, derived classes can reimplement the TQScrollView functions: contentsMousePressEvent, contentsMouseReleaseEvent, contentsMouseDoubleClickEvent, contentsMouseMoveEvent, contentsDragEnterEvent, contentsDragMoveEvent, contentsDragLeaveEvent, contentsDropEvent, and contentsWheelEvent.
.PP
There are also several functions for mapping between items and coordinates. itemAt() returns the item at a position on-screen, itemRect() returns the rectangle an item occupies on the screen, and itemPos() returns the position of any item (whether it is on-screen or not). firstChild() returns the list view's first item (not necessarily visible on-screen).
.PP
@@ -476,7 +476,7 @@ If the user starts typing letters with the focus in the list view an incremental
.ce 1
.B "[Image Omitted]"
.PP
-See also QListViewItem, QCheckListItem, and Advanced Widgets.
+See also QListViewItem, TQCheckListItem, and Advanced Widgets.
.SS "Member Type Documentation"
.SH "QListView::RenameAction"
This enum describes whether a rename operation is accepted if the rename editor loses focus without the user pressing Enter.
@@ -598,25 +598,25 @@ Returns the number of columns in this list view. See the "columns" property for
.SH "void QListView::contentsMouseDoubleClickEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse double-click event \fIe\fR on behalf of the viewed widget.
.PP
-Reimplemented from QScrollView.
+Reimplemented from TQScrollView.
.SH "void QListView::contentsMouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse move event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
.PP
-Reimplemented from QScrollView.
+Reimplemented from TQScrollView.
.SH "void QListView::contentsMousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse press event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
.PP
-Reimplemented from QScrollView.
+Reimplemented from TQScrollView.
.SH "void QListView::contentsMouseReleaseEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
Processes the mouse release event \fIe\fR on behalf of the viewed widget.
.PP
Example: dirview/dirview.cpp.
.PP
-Reimplemented from QScrollView.
+Reimplemented from TQScrollView.
.SH "void QListView::contextMenuRequested ( QListViewItem * item, const TQPoint & pos, int col )\fC [signal]\fR"
This signal is emitted when the user invokes a context menu with the right mouse button or with special system keys. If the keyboard was used \fIitem\fR is the current item; if the mouse was used, \fIitem\fR is the item under the mouse pointer or 0 if there is no item under the mouse pointer. If no item is clicked, the column index emitted is -1.
.PP
@@ -661,7 +661,7 @@ By default this function returns 0. You should reimplement it and create a TQDra
.SH "void QListView::drawContentsOffset ( TQPainter * p, int ox, int oy, int cx, int cy, int cw, int ch )\fC [virtual protected]\fR"
Calls QListViewItem::paintCell() and QListViewItem::paintBranches() as necessary for all list view items that require repainting in the \fIcw\fR pixels wide and \fIch\fR pixels high bounding rectangle starting at position \fIcx\fR, \fIcy\fR with offset \fIox\fR, \fIoy\fR. Uses the painter \fIp\fR.
.PP
-Reimplemented from QScrollView.
+Reimplemented from TQScrollView.
.SH "void QListView::dropped ( TQDropEvent * e )\fC [signal]\fR"
This signal is emitted, when a drop event occurred on the viewport (not onto an item).
.PP
@@ -669,11 +669,11 @@ This signal is emitted, when a drop event occurred on the viewport (not onto an
.SH "void QListView::ensureItemVisible ( const QListViewItem * i )"
Ensures that item \fIi\fR is visible, scrolling the list view vertically if necessary and opening (expanding) any parent items if this is required to show the item.
.PP
-See also itemRect() and QScrollView::ensureVisible().
+See also itemRect() and TQScrollView::ensureVisible().
.SH "bool QListView::eventFilter ( TQObject * o, TQEvent * e )\fC [virtual]\fR"
Redirects the event \fIe\fR relating to object \fIo\fR, for the viewport to mousePressEvent(), keyPressEvent() and friends.
.PP
-Reimplemented from QScrollView.
+Reimplemented from TQScrollView.
.SH "void QListView::expanded ( QListViewItem * item )\fC [signal]\fR"
This signal is emitted when \fIitem\fR has been expanded, i.e. when the children of \fIitem\fR are shown.
.PP