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/qcanvasellipse.html | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'doc/html/qcanvasellipse.html') diff --git a/doc/html/qcanvasellipse.html b/doc/html/qcanvasellipse.html index 18131f94..65dbef94 100644 --- a/doc/html/qcanvasellipse.html +++ b/doc/html/qcanvasellipse.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }

The TQCanvasEllipse class provides an ellipse or ellipse segment on a TQCanvas. More... -

#include <qcanvas.h> +

#include <ntqcanvas.h>

Inherits TQCanvasPolygonalItem.

List of all member functions.

Public Members

@@ -57,12 +57,12 @@ body { background: #ffffff; color: black; }

Detailed Description

-The TQCanvasEllipse class provides an ellipse or ellipse segment on a TQCanvas. +The TQCanvasEllipse class provides an ellipse or ellipse segment on a TQCanvas.

-

A canvas item that paints an ellipse or ellipse segment with a TQBrush. +

A canvas item that paints an ellipse or ellipse segment with a TQBrush. The ellipse's height, width, start angle and angle length can be set at construction time. The size can be changed at runtime with setSize(), and the angles can be changed (if you're displaying an @@ -85,16 +85,16 @@ drawn.

See also Graphics Classes and Image Processing Classes.


Member Function Documentation

-

TQCanvasEllipse::TQCanvasEllipse ( TQCanvas * canvas ) +

TQCanvasEllipse::TQCanvasEllipse ( TQCanvas * canvas )

Constructs a 32x32 ellipse, centered at (0, 0) on canvas. -

TQCanvasEllipse::TQCanvasEllipse ( int width, int height, TQCanvas * canvas ) +

TQCanvasEllipse::TQCanvasEllipse ( int width, int height, TQCanvas * canvas )

Constructs a width by height pixel ellipse, centered at (0, 0) on canvas. -

TQCanvasEllipse::TQCanvasEllipse ( int width, int height, int startangle, int angle, TQCanvas * canvas ) +

TQCanvasEllipse::TQCanvasEllipse ( int width, int height, int startangle, int angle, TQCanvas * canvas )

Constructs a width by height pixel ellipse, centered at (0, 0) on canvas. Only a segment of the ellipse is drawn, @@ -122,7 +122,7 @@ ellipse). this will be 0.

See also setAngles() and angleLength(). -

void TQCanvasEllipse::drawShape ( TQPainter & p ) [virtual protected] +

void TQCanvasEllipse::drawShape ( TQPainter & p ) [virtual protected]

Draws the ellipse, centered at x(), y() using the painter p.

Note that TQCanvasEllipse does not support an outline (the pen is -- cgit v1.2.3