From ea318d1431c89e647598c510c4245c6571aa5f46 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 26 Jan 2012 23:32:43 -0600 Subject: Update to latest tqt3 automated conversion --- doc/html/qcanvasline.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc/html/qcanvasline.html') 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; }

The TQCanvasLine class provides a line on a TQCanvas. More... -

#include <qcanvas.h> +

#include <ntqcanvas.h>

Inherits TQCanvasPolygonalItem.

List of all member functions.

Public Members

@@ -48,7 +48,7 @@ body { background: #ffffff; color: black; }

Detailed Description

-The TQCanvasLine class provides a line on a TQCanvas. +The TQCanvasLine class provides a line on a TQCanvas.

@@ -63,7 +63,7 @@ coordinates with TQCanvasItem::setX(), See also Graphics Classes and Image Processing Classes.


Member Function Documentation

-

TQCanvasLine::TQCanvasLine ( TQCanvas * canvas ) +

TQCanvasLine::TQCanvasLine ( TQCanvas * canvas )

Constructs a line from (0,0) to (0,0) on canvas.

See also setPoints(). @@ -72,7 +72,7 @@ Constructs a line from (0,0) to (0,0) on canvas. Destroys the line. -

TQPoint TQCanvasLine::endPoint () const +

TQPoint TQCanvasLine::endPoint () const

Returns the end point of the line. @@ -90,7 +90,7 @@ Sets the line's start point to (xa, ya) and its end point to (xb, yb).

Example: canvas/canvas.cpp. -

TQPoint TQCanvasLine::startPoint () const +

TQPoint TQCanvasLine::startPoint () const

Returns the start point of the line. -- cgit v1.2.1