From 1e9fa8e06de5da7fcc268e9cccb2d6b21c5f53a3 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 20 Jul 2024 20:15:52 +0900 Subject: Rename graphics class nt* related files to equivalent tq* (part 2) Signed-off-by: Michele Calgaro --- doc/html/tqcanvasitem.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/html/tqcanvasitem.html') diff --git a/doc/html/tqcanvasitem.html b/doc/html/tqcanvasitem.html index b52ce72a..602d82a6 100644 --- a/doc/html/tqcanvasitem.html +++ b/doc/html/tqcanvasitem.html @@ -187,14 +187,14 @@ Returns TRUE if the canvas item is in motion; otherwise returns FALSE.

See also setVelocity() and setAnimated(). -

TQRect TQCanvasItem::boundingRect () const [pure virtual] +

TQRect TQCanvasItem::boundingRect () const [pure virtual]

Returns the bounding rectangle in pixels that the canvas item covers.

See also boundingRectAdvanced().

Reimplemented in TQCanvasSprite, TQCanvasPolygonalItem, and TQCanvasText. -

TQRect TQCanvasItem::boundingRectAdvanced () const [virtual] +

TQRect TQCanvasItem::boundingRectAdvanced () const [virtual]

Returns the bounding rectangle of pixels that the canvas item will cover after advance(1) is called.

See also boundingRect(). -- cgit v1.2.1