From 7552c6d73043b1040139033f6864db48ae5446cf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Tue, 2 Jul 2024 21:37:22 +0900 Subject: Rename main window nt* related files to equivalent tq*. The file "ntqsession.h" was totally unnecessary and has been removed. Signed-off-by: Michele Calgaro --- doc/html/ntqrect.html | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'doc/html/ntqrect.html') diff --git a/doc/html/ntqrect.html b/doc/html/ntqrect.html index 2bf09570b..dc5ef8709 100644 --- a/doc/html/ntqrect.html +++ b/doc/html/ntqrect.html @@ -134,7 +134,7 @@ rectangle with width and height 1 draws a single pixel. corner. The positive direction of the y axis is down, and the positive x axis is from left to right.

A TQRect can be constructed with a set of left, top, width and -height integers, from two TQPoints or from a TQPoint and a TQSize. +height integers, from two TQPoints or from a TQPoint and a TQSize. After creation the dimensions can be changed, e.g. with setLeft(), setRight(), setTop() and setBottom(), or by setting sizes, e.g. setWidth(), setHeight() and setSize(). The dimensions can also be @@ -145,7 +145,7 @@ rectangle with addCoords(). contains(). You can also test to see if two TQRects intersect with intersects() (see also intersect()). To get the bounding rectangle of two TQRects use unite(). -

See also TQPoint, TQSize, Graphics Classes, and Image Processing Classes. +

See also TQPoint, TQSize, Graphics Classes, and Image Processing Classes.


Member Function Documentation

TQRect::TQRect () @@ -158,7 +158,7 @@ of two TQRects use unite(). Constructs a rectangle with topLeft as the top-left corner and bottomRight as the bottom-right corner. -

TQRect::TQRect ( const TQPoint & topLeft, const TQSize & size ) +

TQRect::TQRect ( const TQPoint & topLeft, const TQSize & size )

Constructs a rectangle with topLeft as the top-left corner and size as the rectangle size. @@ -186,7 +186,7 @@ existing coordinates of the rectangle.

Returns the bottom coordinate of the rectangle.

See also setBottom(), top(), bottomLeft(), and bottomRight(). -

Examples: action/application.cpp, application/application.cpp, desktop/desktop.cpp, helpviewer/helpwindow.cpp, qfd/fontdisplayer.cpp, scribble/scribble.cpp, and themes/wood.cpp. +

Examples: action/application.cpp, application/application.cpp, desktop/desktop.cpp, helpviewer/helpwindow.cpp, qfd/fontdisplayer.cpp, scribble/scribble.cpp, and themes/wood.cpp.

TQPoint TQRect::bottomLeft () const

@@ -332,7 +332,7 @@ axis, relative to the current position. Positive values move the rectangle to the right and down.

See also moveTopLeft(). -

Examples: action/application.cpp, application/application.cpp, helpviewer/helpwindow.cpp, mdi/application.cpp, themes/wood.cpp, and xform/xform.cpp. +

Examples: action/application.cpp, application/application.cpp, helpviewer/helpwindow.cpp, mdi/application.cpp, themes/wood.cpp, and xform/xform.cpp.

void TQRect::moveCenter ( const TQPoint & p )

Sets the center point of the rectangle to p, leaving the size @@ -438,7 +438,7 @@ width *w and height *h.

Returns the right coordinate of the rectangle.

See also setRight(), left(), topRight(), and bottomRight(). -

Examples: action/application.cpp, application/application.cpp, customlayout/flow.cpp, desktop/desktop.cpp, scribble/scribble.cpp, t11/cannon.cpp, and themes/wood.cpp. +

Examples: action/application.cpp, application/application.cpp, customlayout/flow.cpp, desktop/desktop.cpp, scribble/scribble.cpp, t11/cannon.cpp, and themes/wood.cpp.

void TQRect::setBottom ( int pos )

@@ -496,7 +496,7 @@ width, but will never change the left edge of the rectangle.

See also right(), setLeft(), and setWidth().

Example: scribble/scribble.cpp. -

void TQRect::setSize ( const TQSize & s ) +

void TQRect::setSize ( const TQSize & s )

Sets the size of the rectangle to s. The top-left corner is not moved. @@ -551,7 +551,7 @@ rectangle.

Identical to setTop().

See also y() and setX(). -

TQSize TQRect::size () const +

TQSize TQRect::size () const

Returns the size of the rectangle. -- cgit v1.2.1