diff options
Diffstat (limited to 'doc/html/tqcanvasview.html')
-rw-r--r-- | doc/html/tqcanvasview.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/html/tqcanvasview.html b/doc/html/tqcanvasview.html index 26039627b..0f53f6074 100644 --- a/doc/html/tqcanvasview.html +++ b/doc/html/tqcanvasview.html @@ -105,7 +105,7 @@ this view, i.e. the bounding rectangle of the view in canvas coordinates. <a href="ntqrect.html">TQRect</a> canvasRect = myCanvasView->inverseWorldMatrix().mapRect(rc); </pre> -<p> <p>See also <a href="ntqwmatrix.html">TQWMatrix</a>, <a href="ntqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>(), <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. +<p> <p>See also <a href="ntqwmatrix.html">TQWMatrix</a>, <a href="tqpainter.html#setWorldMatrix">TQPainter::setWorldMatrix</a>(), <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <p> <hr><h2>Member Function Documentation</h2> @@ -132,7 +132,7 @@ Destroys the canvas view. The associated canvas is <em>not</em> deleted. <p> Returns a pointer to the canvas which the TQCanvasView is currently showing. -<h3 class=fn>void <a name="drawContents"></a>TQCanvasView::drawContents ( <a href="ntqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> +<h3 class=fn>void <a name="drawContents"></a>TQCanvasView::drawContents ( <a href="tqpainter.html">TQPainter</a> * p, int cx, int cy, int cw, int ch )<tt> [virtual protected]</tt> </h3> Repaints part of the <a href="tqcanvas.html">TQCanvas</a> that the canvas view is showing starting at <em>cx</em> by <em>cy</em>, with a width of <em>cw</em> and a height of <em>ch</em> using the painter <em>p</em>. |