From a30f5359f03c3017fa19a6770fab32d25d22cb87 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 15 Jul 2024 19:08:22 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 1) Signed-off-by: Michele Calgaro --- doc/html/ntqscrollview.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/ntqscrollview.html') diff --git a/doc/html/ntqscrollview.html b/doc/html/ntqscrollview.html index 8b3be552a..b1bd11fce 100644 --- a/doc/html/ntqscrollview.html +++ b/doc/html/ntqscrollview.html @@ -526,7 +526,7 @@ Returns the widget in the corner between the two scroll bars.

bool TQScrollView::dragAutoScroll () const

Returns TRUE if autoscrolling in drag move events is enabled; otherwise returns FALSE. See the "dragAutoScroll" property for details. -

void TQScrollView::drawContents ( TQPainter * p, int clipx, int clipy, int clipw, int cliph ) [virtual protected] +

void TQScrollView::drawContents ( TQPainter * p, int clipx, int clipy, int clipw, int cliph ) [virtual protected]

Reimplement this function if you are viewing a drawing area rather @@ -559,10 +559,10 @@ set appropriately.

Example: tqdir/tqdir.cpp.

Reimplemented in TQCanvasView and TQTable. -

void TQScrollView::drawContentsOffset ( TQPainter * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph ) [virtual protected] +

void TQScrollView::drawContentsOffset ( TQPainter * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph ) [virtual protected]

For backward-compatibility only. It is easier to use -drawContents(TQPainter*,int,int,int,int). +drawContents(TQPainter*,int,int,int,int).

The default implementation translates the painter appropriately and calls drawContents(TQPainter*,int,int,int,int). See drawContents() for an explanation of the parameters p, offsetx, offsety, clipx, clipy, clipw and cliph. @@ -817,11 +817,11 @@ Returns the viewport widget of the scrollview. This is the widget containing the contents widget or which is the drawing area.

Examples: helpsystem/tooltip.cpp and scrollview/scrollview.cpp. -

void TQScrollView::viewportPaintEvent ( TQPaintEvent * pe ) [virtual protected] +

void TQScrollView::viewportPaintEvent ( TQPaintEvent * pe ) [virtual protected]

This is a low-level painting routine that draws the viewport contents. Reimplement this if drawContents() is too high-level -(for example, if you don't want to open a TQPainter on the +(for example, if you don't want to open a TQPainter on the viewport). The paint event is passed in pe.

void TQScrollView::viewportResizeEvent ( TQResizeEvent * ) [virtual protected] -- cgit v1.2.1