summaryrefslogtreecommitdiffstats
path: root/doc/man/man3/tqscrollview.3qt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/man/man3/tqscrollview.3qt')
-rw-r--r--doc/man/man3/tqscrollview.3qt26
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/man3/tqscrollview.3qt b/doc/man/man3/tqscrollview.3qt
index b1f1f07e1..a776914e1 100644
--- a/doc/man/man3/tqscrollview.3qt
+++ b/doc/man/man3/tqscrollview.3qt
@@ -11,9 +11,9 @@ TQScrollView \- Scrolling area with on-demand scroll bars
.SH SYNOPSIS
\fC#include <tqscrollview.h>\fR
.PP
-Inherits QFrame.
+Inherits TQFrame.
.PP
-Inherited by TQCanvasView, QTable, QGridView, TQIconView, QListBox, QListView, and TQTextEdit.
+Inherited by TQCanvasView, TQTable, TQGridView, TQIconView, TQListBox, TQListView, and TQTextEdit.
.PP
.SS "Public Members"
.in +1c
@@ -524,19 +524,19 @@ Example: chart/canvasview.cpp.
.SH "void TQScrollView::contentsDragEnterEvent ( TQDragEnterEvent * )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a dragEnterEvent(): the drag position is translated to be a point on the contents.
.PP
-Reimplemented in QTable.
+Reimplemented in TQTable.
.SH "void TQScrollView::contentsDragLeaveEvent ( TQDragLeaveEvent * )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a dragLeaveEvent(): the drag position is translated to be a point on the contents.
.PP
-Reimplemented in QTable.
+Reimplemented in TQTable.
.SH "void TQScrollView::contentsDragMoveEvent ( TQDragMoveEvent * )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a dragMoveEvent(): the drag position is translated to be a point on the contents.
.PP
-Reimplemented in QTable.
+Reimplemented in TQTable.
.SH "void TQScrollView::contentsDropEvent ( TQDropEvent * )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a dropEvent(): the drop position is translated to be a point on the contents.
.PP
-Reimplemented in QTable.
+Reimplemented in TQTable.
.SH "int TQScrollView::contentsHeight () const"
Returns the height of the contents area. See the "contentsHeight" property for details.
.SH "void TQScrollView::contentsMouseDoubleClickEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
@@ -544,25 +544,25 @@ This event handler is called whenever the TQScrollView receives a mouseDoubleCli
.PP
The default implementation generates a normal mouse press event.
.PP
-Reimplemented in QListView.
+Reimplemented in TQListView.
.SH "void TQScrollView::contentsMouseMoveEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a mouseMoveEvent(): the mouse position in \fIe\fR is translated to be a point on the contents.
.PP
Examples:
.)l canvas/canvas.cpp and chart/canvasview.cpp.
.PP
-Reimplemented in QListView.
+Reimplemented in TQListView.
.SH "void TQScrollView::contentsMousePressEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a mousePressEvent(): the press position in \fIe\fR is translated to be a point on the contents.
.PP
Examples:
.)l canvas/canvas.cpp and chart/canvasview.cpp.
.PP
-Reimplemented in QListView.
+Reimplemented in TQListView.
.SH "void TQScrollView::contentsMouseReleaseEvent ( QMouseEvent * e )\fC [virtual protected]\fR"
This event handler is called whenever the TQScrollView receives a mouseReleaseEvent(): the release position in \fIe\fR is translated to be a point on the contents.
.PP
-Reimplemented in QListView.
+Reimplemented in TQListView.
.SH "void TQScrollView::contentsMoving ( int x, int y )\fC [signal]\fR"
This signal is emitted just before the contents are moved to position \fI(x, y)\fR.
.PP
@@ -635,13 +635,13 @@ The clip rectangle and translation of the painter \fIp\fR is already set appropr
.PP
Example: tqdir/tqdir.cpp.
.PP
-Reimplemented in TQCanvasView and QTable.
+Reimplemented in TQCanvasView and TQTable.
.SH "void TQScrollView::drawContentsOffset ( TQPainter * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph )\fC [virtual protected]\fR"
For backward-compatibility only. It is easier to use drawContents(TQPainter*,int,int,int,int).
.PP
The default implementation translates the painter appropriately and calls drawContents(TQPainter*,int,int,int,int). See drawContents() for an explanation of the parameters \fIp\fR, \fIoffsetx\fR, \fIoffsety\fR, \fIclipx\fR, \fIclipy\fR, \fIclipw\fR and \fIcliph\fR.
.PP
-Reimplemented in QListView.
+Reimplemented in TQListView.
.SH "void TQScrollView::enableClipper ( bool y )"
When a large numbers of child widgets are in a scrollview, especially if they are close together, the scrolling performance can suffer greatly. If \fIy\fR is TRUE the scrollview will use an extra widget to group child widgets.
.PP
@@ -661,7 +661,7 @@ This event filter ensures the scroll bars are updated when a single contents wid
.PP
Reimplemented from TQObject.
.PP
-Reimplemented in QListView.
+Reimplemented in TQListView.
.SH "ScrollBarMode TQScrollView::hScrollBarMode () const"
Returns the mode for the horizontal scroll bar. See the "hScrollBarMode" property for details.
.SH "bool TQScrollView::hasStaticBackground () const"