diff options
Diffstat (limited to 'doc/html/tqcanvasview.html')
-rw-r--r-- | doc/html/tqcanvasview.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/html/tqcanvasview.html b/doc/html/tqcanvasview.html index 740635351..97d7d5b6c 100644 --- a/doc/html/tqcanvasview.html +++ b/doc/html/tqcanvasview.html @@ -34,7 +34,7 @@ body { background: #ffffff; color: black; } <p>The TQCanvasView class provides an on-screen view of a TQCanvas. <a href="#details">More...</a> <p><tt>#include <<a href="tqcanvas-h.html">tqcanvas.h</a>></tt> -<p>Inherits <a href="ntqscrollview.html">TQScrollView</a>. +<p>Inherits <a href="tqscrollview.html">TQScrollView</a>. <p><a href="tqcanvasview-members.html">List of all member functions.</a> <h2>Public Members</h2> <ul> @@ -63,7 +63,7 @@ The TQCanvasView class provides an on-screen view of a <a href="tqcanvas.html">T <p> A TQCanvasView is widget which provides a view of a TQCanvas. <p> If you want users to be able to interact with a canvas view, subclass TQCanvasView. You might then reimplement -<a href="ntqscrollview.html#contentsMousePressEvent">TQScrollView::contentsMousePressEvent</a>(). For example, assuming no +<a href="tqscrollview.html#contentsMousePressEvent">TQScrollView::contentsMousePressEvent</a>(). For example, assuming no <a href="tqwmatrix.html#TransformationMode">transformation matrix</a> is set: <p> <pre> void MyCanvasView::contentsMousePressEvent( <a href="qmouseevent.html">TQMouseEvent</a>* e ) @@ -138,13 +138,13 @@ Repaints part of the <a href="tqcanvas.html">TQCanvas</a> that the canvas view i 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>. <p> <b>Warning:</b> When double buffering is enabled, <a href="#drawContents">drawContents</a>() will not respect the current settings of the painter when setting up -the painter for the double buffer (e.g., <a href="ntqscrollview.html#viewport">viewport</a>() and +the painter for the double buffer (e.g., <a href="tqscrollview.html#viewport">viewport</a>() and window()). Also, be aware that <a href="tqcanvas.html#update">TQCanvas::update</a>() bypasses drawContents(), which means any reimplementation of drawContents() is not called. <p> <p>See also <a href="tqcanvas.html#setDoubleBuffering">TQCanvas::setDoubleBuffering</a>(). -<p>Reimplemented from <a href="ntqscrollview.html#drawContents">TQScrollView</a>. +<p>Reimplemented from <a href="tqscrollview.html#drawContents">TQScrollView</a>. <h3 class=fn>const <a href="tqwmatrix.html">TQWMatrix</a> & <a name="inverseWorldMatrix"></a>TQCanvasView::inverseWorldMatrix () const </h3> Returns a reference to the inverse of the canvas view's current |