diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-15 19:08:22 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-07-18 09:31:41 +0900 |
commit | a30f5359f03c3017fa19a6770fab32d25d22cb87 (patch) | |
tree | cb365dd7a1c3666e3f972c6cad04be7b8e846cba /doc/html/ntqscrollview.html | |
parent | 25ad1267da6916e738a126ff5a9b41cd686adfc6 (diff) | |
download | tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.tar.gz tqt3-a30f5359f03c3017fa19a6770fab32d25d22cb87.zip |
Rename graphics class nt* related files to equivalent tq* (part 1)
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/html/ntqscrollview.html')
-rw-r--r-- | doc/html/ntqscrollview.html | 10 |
1 files changed, 5 insertions, 5 deletions
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. <h3 class=fn>bool <a name="dragAutoScroll"></a>TQScrollView::dragAutoScroll () const </h3><p>Returns TRUE if autoscrolling in drag move events is enabled; otherwise returns FALSE. See the <a href="ntqscrollview.html#dragAutoScroll-prop">"dragAutoScroll"</a> property for details. -<h3 class=fn>void <a name="drawContents"></a>TQScrollView::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p, int clipx, int clipy, int clipw, int cliph )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQScrollView::drawContents ( <a href="tqpainter.html">TQPainter</a> * p, int clipx, int clipy, int clipw, int cliph )<tt> [virtual protected]</tt> </h3> <p> Reimplement this function if you are viewing a drawing area rather @@ -559,10 +559,10 @@ set appropriately. <p>Example: <a href="tqdir-example.html#x1837">tqdir/tqdir.cpp</a>. <p>Reimplemented in <a href="tqcanvasview.html#drawContents">TQCanvasView</a> and <a href="ntqtable.html#drawContents">TQTable</a>. -<h3 class=fn>void <a name="drawContentsOffset"></a>TQScrollView::drawContentsOffset ( <a href="ntqpainter.html">TQPainter</a> * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContentsOffset"></a>TQScrollView::drawContentsOffset ( <a href="tqpainter.html">TQPainter</a> * p, int offsetx, int offsety, int clipx, int clipy, int clipw, int cliph )<tt> [virtual protected]</tt> </h3> For backward-compatibility only. It is easier to use -<a href="#drawContents">drawContents</a>(<a href="ntqpainter.html">TQPainter</a>*,int,int,int,int). +<a href="#drawContents">drawContents</a>(<a href="tqpainter.html">TQPainter</a>*,int,int,int,int). <p> The default implementation translates the painter appropriately and calls drawContents(TQPainter*,int,int,int,int). See drawContents() for an explanation of the parameters <em>p</em>, <em>offsetx</em>, <em>offsety</em>, <em>clipx</em>, <em>clipy</em>, <em>clipw</em> and <em>cliph</em>. @@ -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. <p>Examples: <a href="helpsystem-example.html#x2683">helpsystem/tooltip.cpp</a> and <a href="scrollview-example.html#x655">scrollview/scrollview.cpp</a>. -<h3 class=fn>void <a name="viewportPaintEvent"></a>TQScrollView::viewportPaintEvent ( <a href="qpaintevent.html">TQPaintEvent</a> * pe )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="viewportPaintEvent"></a>TQScrollView::viewportPaintEvent ( <a href="tqpaintevent.html">TQPaintEvent</a> * pe )<tt> [virtual protected]</tt> </h3> This is a low-level painting routine that draws the viewport contents. Reimplement this if <a href="#drawContents">drawContents</a>() is too high-level -(for example, if you don't want to open a <a href="ntqpainter.html">TQPainter</a> on the +(for example, if you don't want to open a <a href="tqpainter.html">TQPainter</a> on the viewport). The paint event is passed in <em>pe</em>. <h3 class=fn>void <a name="viewportResizeEvent"></a>TQScrollView::viewportResizeEvent ( <a href="qresizeevent.html">TQResizeEvent</a> * )<tt> [virtual protected]</tt> |