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.3qt16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/man/man3/tqscrollview.3qt b/doc/man/man3/tqscrollview.3qt
index 9d8520af..55f564f0 100644
--- a/doc/man/man3/tqscrollview.3qt
+++ b/doc/man/man3/tqscrollview.3qt
@@ -108,7 +108,7 @@ Inherited by TQCanvasView, QTable, QGridView, TQIconView, QListBox, QListView, a
.BI "void \fBupdateContents\fR ( int x, int y, int w, int h )"
.br
.ti -1c
-.BI "void \fBupdateContents\fR ( const QRect & r )"
+.BI "void \fBupdateContents\fR ( const TQRect & r )"
.br
.ti -1c
.BI "void \fBupdateContents\fR ()"
@@ -117,7 +117,7 @@ Inherited by TQCanvasView, QTable, QGridView, TQIconView, QListBox, QListView, a
.BI "void \fBrepaintContents\fR ( int x, int y, int w, int h, bool erase = TRUE )"
.br
.ti -1c
-.BI "void \fBrepaintContents\fR ( const QRect & r, bool erase = TRUE )"
+.BI "void \fBrepaintContents\fR ( const TQRect & r, bool erase = TRUE )"
.br
.ti -1c
.BI "void \fBrepaintContents\fR ( bool erase = TRUE )"
@@ -129,10 +129,10 @@ Inherited by TQCanvasView, QTable, QGridView, TQIconView, QListBox, QListView, a
.BI "void \fBviewportToContents\fR ( int vx, int vy, int & x, int & y ) const"
.br
.ti -1c
-.BI "QPoint \fBcontentsToViewport\fR ( const QPoint & p ) const"
+.BI "TQPoint \fBcontentsToViewport\fR ( const TQPoint & p ) const"
.br
.ti -1c
-.BI "QPoint \fBviewportToContents\fR ( const QPoint & vp ) const"
+.BI "TQPoint \fBviewportToContents\fR ( const TQPoint & vp ) const"
.br
.ti -1c
.BI "void \fBenableClipper\fR ( bool y )"
@@ -569,7 +569,7 @@ This signal is emitted just before the contents are moved to position \fI(x, y)\
See also contentsX and contentsY.
.SH "void QScrollView::contentsToViewport ( int x, int y, int & vx, int & vy ) const"
Translates a point (\fIx\fR, \fIy\fR) in the contents to a point (\fIvx\fR, \fIvy\fR) on the viewport() widget.
-.SH "QPoint QScrollView::contentsToViewport ( const QPoint & p ) const"
+.SH "TQPoint QScrollView::contentsToViewport ( const TQPoint & p ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the point \fIp\fR translated to a point on the viewport() widget.
@@ -694,7 +694,7 @@ Removes the \fIchild\fR widget from the scrolled area. Note that this happens au
Calls repaint() on a rectangle defined by \fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR, translated appropriately. If the rectangle is not visible, nothing is repainted. If \fIerase\fR is TRUE the background is cleared using the background color.
.PP
See also updateContents().
-.SH "void QScrollView::repaintContents ( const QRect & r, bool erase = TRUE )"
+.SH "void QScrollView::repaintContents ( const TQRect & r, bool erase = TRUE )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Repaints the contents of rectangle \fIr\fR. If \fIerase\fR is TRUE the background is cleared using the background color.
@@ -780,7 +780,7 @@ See also setMargins().
Calls update() on a rectangle defined by \fIx\fR, \fIy\fR, \fIw\fR, \fIh\fR, translated appropriately. If the rectangle is not visible, nothing is repainted.
.PP
See also repaintContents().
-.SH "void QScrollView::updateContents ( const QRect & r )"
+.SH "void QScrollView::updateContents ( const TQRect & r )"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Updates the contents in rectangle \fIr\fR
@@ -821,7 +821,7 @@ The viewport size depends on \fI(x, y)\fR (the size of the contents), the size o
This function permits widgets that can trade vertical and horizontal space for each other to control scroll bar appearance better. For example, a word processor or web browser can control the width of the right margin accurately, whether or not there needs to be a vertical scroll bar.
.SH "void QScrollView::viewportToContents ( int vx, int vy, int & x, int & y ) const"
Translates a point (\fIvx\fR, \fIvy\fR) on the viewport() widget to a point (\fIx\fR, \fIy\fR) in the contents.
-.SH "QPoint QScrollView::viewportToContents ( const QPoint & vp ) const"
+.SH "TQPoint QScrollView::viewportToContents ( const TQPoint & vp ) const"
This is an overloaded member function, provided for convenience. It behaves essentially like the above function.
.PP
Returns the point on the viewport \fIvp\fR translated to a point in the contents.