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/qcanvasrectangle.html | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/html/qcanvasrectangle.html') diff --git a/doc/html/qcanvasrectangle.html b/doc/html/qcanvasrectangle.html index 6ea6ec96a..4db313967 100644 --- a/doc/html/qcanvasrectangle.html +++ b/doc/html/qcanvasrectangle.html @@ -33,7 +33,7 @@ body { background: #ffffff; color: black; }

The TQCanvasRectangle class provides a rectangle on a TQCanvas. More... -

#include <qcanvas.h> +

#include <ntqcanvas.h>

Inherits TQCanvasPolygonalItem.

List of all member functions.

Public Members

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

Detailed Description

-The TQCanvasRectangle class provides a rectangle on a TQCanvas. +The TQCanvasRectangle class provides a rectangle on a TQCanvas.

@@ -76,16 +76,16 @@ coordinates with TQCanvasItem::setX(),

See also Graphics Classes and Image Processing Classes.


Member Function Documentation

-

TQCanvasRectangle::TQCanvasRectangle ( TQCanvas * canvas ) +

TQCanvasRectangle::TQCanvasRectangle ( TQCanvas * canvas )

Constructs a rectangle at position (0,0) with both width and height set to 32 pixels on canvas. -

TQCanvasRectangle::TQCanvasRectangle ( const TQRect & r, TQCanvas * canvas ) +

TQCanvasRectangle::TQCanvasRectangle ( const TQRect & r, TQCanvas * canvas )

Constructs a rectangle positioned and sized by r on canvas. -

TQCanvasRectangle::TQCanvasRectangle ( int x, int y, int width, int height, TQCanvas * canvas ) +

TQCanvasRectangle::TQCanvasRectangle ( int x, int y, int width, int height, TQCanvas * canvas )

Constructs a rectangle at position (x, y) and size width by height, on canvas. @@ -94,11 +94,11 @@ by height, on canvas. Destroys the rectangle. -

TQPointArray TQCanvasRectangle::chunks () const [virtual protected] +

TQPointArray TQCanvasRectangle::chunks () const [virtual protected]

Simply calls TQCanvasItem::chunks(). -

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

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

Draws the rectangle on painter p. @@ -108,11 +108,11 @@ Draws the rectangle on painter p. Returns the height of the rectangle. -

TQRect TQCanvasRectangle::rect () const +

TQRect TQCanvasRectangle::rect () const

Returns the integer-converted x(), y() position and size() of the -rectangle as a TQRect. +rectangle as a TQRect.

int TQCanvasRectangle::rtti () const [virtual]

@@ -124,7 +124,7 @@ Returns 5 (TQCanvasItem::Rtti_Rectangle). Sets the width and height of the rectangle. -

TQSize TQCanvasRectangle::size () const +

TQSize TQCanvasRectangle::size () const

Returns the width() and height() of the rectangle. -- cgit v1.2.1