diff options
Diffstat (limited to 'doc/html/qcanvasline.html')
-rw-r--r-- | doc/html/qcanvasline.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/html/qcanvasline.html b/doc/html/qcanvasline.html index 01c229abd..b216a9223 100644 --- a/doc/html/qcanvasline.html +++ b/doc/html/qcanvasline.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; } <p>The TQCanvasLine class provides a line on a TQCanvas. <a href="#details">More...</a> -<p><tt>#include <<a href="qcanvas-h.html">qcanvas.h</a>></tt> +<p><tt>#include <<a href="qcanvas-h.html">ntqcanvas.h</a>></tt> <p>Inherits <a href="qcanvaspolygonalitem.html">TQCanvasPolygonalItem</a>. <p><a href="qcanvasline-members.html">List of all member functions.</a> <h2>Public Members</h2> @@ -48,7 +48,7 @@ body { background: #ffffff; color: black; } <hr><a name="details"></a><h2>Detailed Description</h2> -The TQCanvasLine class provides a line on a <a href="qcanvas.html">TQCanvas</a>. +The TQCanvasLine class provides a line on a <a href="ntqcanvas.html">TQCanvas</a>. <p> @@ -63,7 +63,7 @@ coordinates with <a href="qcanvasitem.html#setX">TQCanvasItem::setX</a>(), <a hr <p>See also <a href="graphics.html">Graphics Classes</a> and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Function Documentation</h2> -<h3 class=fn><a name="TQCanvasLine"></a>TQCanvasLine::TQCanvasLine ( <a href="qcanvas.html">TQCanvas</a> * canvas ) +<h3 class=fn><a name="TQCanvasLine"></a>TQCanvasLine::TQCanvasLine ( <a href="ntqcanvas.html">TQCanvas</a> * canvas ) </h3> Constructs a line from (0,0) to (0,0) on <em>canvas</em>. <p> <p>See also <a href="#setPoints">setPoints</a>(). @@ -72,7 +72,7 @@ Constructs a line from (0,0) to (0,0) on <em>canvas</em>. </h3> Destroys the line. -<h3 class=fn><a href="qpoint.html">TQPoint</a> <a name="endPoint"></a>TQCanvasLine::endPoint () const +<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="endPoint"></a>TQCanvasLine::endPoint () const </h3> <p> Returns the end point of the line. @@ -90,7 +90,7 @@ Sets the line's start point to (<em>xa</em>, <em>ya</em>) and its end point to (<em>xb</em>, <em>yb</em>). <p>Example: <a href="canvas-example.html#x2922">canvas/canvas.cpp</a>. -<h3 class=fn><a href="qpoint.html">TQPoint</a> <a name="startPoint"></a>TQCanvasLine::startPoint () const +<h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="startPoint"></a>TQCanvasLine::startPoint () const </h3> <p> Returns the start point of the line. |