diff options
Diffstat (limited to 'doc/html/ntqrect.html')
-rw-r--r-- | doc/html/ntqrect.html | 16 |
1 files changed, 8 insertions, 8 deletions
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. <p> A TQRect can be constructed with a set of left, top, width and -height integers, from two TQPoints or from a <a href="ntqpoint.html">TQPoint</a> and a <a href="ntqsize.html">TQSize</a>. +height integers, from two TQPoints or from a <a href="ntqpoint.html">TQPoint</a> and a <a href="tqsize.html">TQSize</a>. After creation the dimensions can be changed, e.g. with <a href="#setLeft">setLeft</a>(), <a href="#setRight">setRight</a>(), <a href="#setTop">setTop</a>() and <a href="#setBottom">setBottom</a>(), or by setting sizes, e.g. <a href="#setWidth">setWidth</a>(), <a href="#setHeight">setHeight</a>() and <a href="#setSize">setSize</a>(). The dimensions can also be @@ -145,7 +145,7 @@ rectangle with <a href="#addCoords">addCoords</a>(). <a href="#contains">contains</a>(). You can also test to see if two TQRects intersect with <a href="#intersects">intersects</a>() (see also <a href="#intersect">intersect</a>()). To get the bounding rectangle of two TQRects use <a href="#unite">unite</a>(). -<p> <p>See also <a href="ntqpoint.html">TQPoint</a>, <a href="ntqsize.html">TQSize</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. +<p> <p>See also <a href="ntqpoint.html">TQPoint</a>, <a href="tqsize.html">TQSize</a>, <a href="graphics.html">Graphics Classes</a>, and <a href="images.html">Image Processing Classes</a>. <hr><h2>Member Function Documentation</h2> <h3 class=fn><a name="TQRect"></a>TQRect::TQRect () @@ -158,7 +158,7 @@ of two TQRects use <a href="#unite">unite</a>(). Constructs a rectangle with <em>topLeft</em> as the top-left corner and <em>bottomRight</em> as the bottom-right corner. -<h3 class=fn><a name="TQRect-3"></a>TQRect::TQRect ( const <a href="ntqpoint.html">TQPoint</a> & topLeft, const <a href="ntqsize.html">TQSize</a> & size ) +<h3 class=fn><a name="TQRect-3"></a>TQRect::TQRect ( const <a href="ntqpoint.html">TQPoint</a> & topLeft, const <a href="tqsize.html">TQSize</a> & size ) </h3> Constructs a rectangle with <em>topLeft</em> as the top-left corner and <em>size</em> as the rectangle size. @@ -186,7 +186,7 @@ existing coordinates of the rectangle. <p> Returns the bottom coordinate of the rectangle. <p> <p>See also <a href="#setBottom">setBottom</a>(), <a href="#top">top</a>(), <a href="#bottomLeft">bottomLeft</a>(), and <a href="#bottomRight">bottomRight</a>(). -<p>Examples: <a href="qaction-application-example.html#x1152">action/application.cpp</a>, <a href="simple-application-example.html#x1570">application/application.cpp</a>, <a href="desktop-example.html#x1748">desktop/desktop.cpp</a>, <a href="helpviewer-example.html#x1008">helpviewer/helpwindow.cpp</a>, <a href="qfd-example.html#x2003">qfd/fontdisplayer.cpp</a>, <a href="scribble-example.html#x925">scribble/scribble.cpp</a>, and <a href="themes-example.html#x236">themes/wood.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1152">action/application.cpp</a>, <a href="simple-application-example.html#x1570">application/application.cpp</a>, <a href="desktop-example.html#x1748">desktop/desktop.cpp</a>, <a href="helpviewer-example.html#x1008">helpviewer/helpwindow.cpp</a>, <a href="qfd-example.html#x2003">qfd/fontdisplayer.cpp</a>, <a href="scribble-example.html#x925">scribble/scribble.cpp</a>, and <a href="themes-example.html#x236">themes/wood.cpp</a>. <h3 class=fn><a href="ntqpoint.html">TQPoint</a> <a name="bottomLeft"></a>TQRect::bottomLeft () const </h3> @@ -332,7 +332,7 @@ axis, relative to the current position. Positive values move the rectangle to the right and down. <p> <p>See also <a href="#moveTopLeft">moveTopLeft</a>(). -<p>Examples: <a href="qaction-application-example.html#x1154">action/application.cpp</a>, <a href="simple-application-example.html#x1572">application/application.cpp</a>, <a href="helpviewer-example.html#x1010">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2057">mdi/application.cpp</a>, <a href="themes-example.html#x239">themes/wood.cpp</a>, and <a href="xform-example.html#x1253">xform/xform.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1154">action/application.cpp</a>, <a href="simple-application-example.html#x1572">application/application.cpp</a>, <a href="helpviewer-example.html#x1010">helpviewer/helpwindow.cpp</a>, <a href="mdi-example.html#x2057">mdi/application.cpp</a>, <a href="themes-example.html#x239">themes/wood.cpp</a>, and <a href="xform-example.html#x1253">xform/xform.cpp</a>. <h3 class=fn>void <a name="moveCenter"></a>TQRect::moveCenter ( const <a href="ntqpoint.html">TQPoint</a> & p ) </h3> Sets the center point of the rectangle to <em>p</em>, leaving the size @@ -438,7 +438,7 @@ width <em>*w</em> and height <em>*h</em>. <p> Returns the right coordinate of the rectangle. <p> <p>See also <a href="#setRight">setRight</a>(), <a href="#left">left</a>(), <a href="#topRight">topRight</a>(), and <a href="#bottomRight">bottomRight</a>(). -<p>Examples: <a href="qaction-application-example.html#x1155">action/application.cpp</a>, <a href="simple-application-example.html#x1573">application/application.cpp</a>, <a href="customlayout-example.html#x1482">customlayout/flow.cpp</a>, <a href="desktop-example.html#x1751">desktop/desktop.cpp</a>, <a href="scribble-example.html#x929">scribble/scribble.cpp</a>, <a href="tutorial1-11.html#x2372">t11/cannon.cpp</a>, and <a href="themes-example.html#x241">themes/wood.cpp</a>. +<p>Examples: <a href="tqaction-application-example.html#x1155">action/application.cpp</a>, <a href="simple-application-example.html#x1573">application/application.cpp</a>, <a href="customlayout-example.html#x1482">customlayout/flow.cpp</a>, <a href="desktop-example.html#x1751">desktop/desktop.cpp</a>, <a href="scribble-example.html#x929">scribble/scribble.cpp</a>, <a href="tutorial1-11.html#x2372">t11/cannon.cpp</a>, and <a href="themes-example.html#x241">themes/wood.cpp</a>. <h3 class=fn>void <a name="setBottom"></a>TQRect::setBottom ( int pos ) </h3> @@ -496,7 +496,7 @@ width, but will never change the left edge of the rectangle. <p> <p>See also <a href="#right">right</a>(), <a href="#setLeft">setLeft</a>(), and <a href="#setWidth">setWidth</a>(). <p>Example: <a href="scribble-example.html#x932">scribble/scribble.cpp</a>. -<h3 class=fn>void <a name="setSize"></a>TQRect::setSize ( const <a href="ntqsize.html">TQSize</a> & s ) +<h3 class=fn>void <a name="setSize"></a>TQRect::setSize ( const <a href="tqsize.html">TQSize</a> & s ) </h3> Sets the size of the rectangle to <em>s</em>. The top-left corner is not moved. @@ -551,7 +551,7 @@ rectangle. <p> Identical to <a href="#setTop">setTop</a>(). <p> <p>See also <a href="#y">y</a>() and <a href="#setX">setX</a>(). -<h3 class=fn><a href="ntqsize.html">TQSize</a> <a name="size"></a>TQRect::size () const +<h3 class=fn><a href="tqsize.html">TQSize</a> <a name="size"></a>TQRect::size () const </h3> <p> Returns the size of the rectangle. |