Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > a6711891ce757817bba854bf3f25205a > files > 162

qtjambi-doc-4.3.3-3mdv2008.1.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!--NewPage-->
<HTML>
<HEAD>
<!-- Generated by javadoc (build 1.5.0_09) on Tue Aug 07 16:57:42 CEST 2007 -->
<TITLE>
QRectF
</TITLE>

<META NAME="keywords" CONTENT="com.trolltech.qt.core.QRectF class">

<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../stylesheet.css" TITLE="Style">

<SCRIPT type="text/javascript">
function windowTitle()
{
    parent.document.title="QRectF";
}
</SCRIPT>
<NOSCRIPT>
</NOSCRIPT>

</HEAD>

<BODY BGCOLOR="white" onload="windowTitle();">


<!-- ========= START OF TOP NAVBAR ======= -->
<A NAME="navbar_top"><!-- --></A>
<A HREF="#skip-navbar_top" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_top_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRect.html" title="class in com.trolltech.qt.core"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRegExp.html" title="class in com.trolltech.qt.core"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/trolltech/qt/core/QRectF.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="QRectF.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_com.trolltech.qt.QSignalEmitter">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_top"></A>
<!-- ========= END OF TOP NAVBAR ========= -->

<HR>
<!-- ======== START OF CLASS DATA ======== -->
<H2>
<FONT SIZE="-1">
com.trolltech.qt.core</FONT>
<BR>
Class QRectF</H2>
<PRE>
java.lang.Object
  <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../com/trolltech/qt/QSignalEmitter.html" title="class in com.trolltech.qt">com.trolltech.qt.QSignalEmitter</A>
      <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><A HREF="../../../../com/trolltech/qt/QtJambiObject.html" title="class in com.trolltech.qt">com.trolltech.qt.QtJambiObject</A>
          <IMG SRC="../../../../resources/inherit.gif" ALT="extended by "><B>com.trolltech.qt.core.QRectF</B>
</PRE>
<DL>
<DT><B>All Implemented Interfaces:</B> <DD><A HREF="../../../../com/trolltech/qt/QtJambiInterface.html" title="interface in com.trolltech.qt">QtJambiInterface</A></DD>
</DL>
<HR>
<DL>
<DT><PRE>public class <B>QRectF</B><DT>extends <A HREF="../../../../com/trolltech/qt/QtJambiObject.html" title="class in com.trolltech.qt">QtJambiObject</A></DL>
</PRE>

<P>
<p>The <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> class defines a rectangle in the plane using floating point precision.</p>
<p>A rectangle is normally expressed as an upper-left corner and a size. The size (width and height) of a <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> is always equivalent to the mathematical rectangle that forms the basis for its rendering.</p>
<p>A <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> can be constructed with a set of left, top, width and height integers, or from a <a href="QPoint.html"><tt>QPoint</tt></a> and a <a href="QSize.html"><tt>QSize</tt></a>. The following code creates two identical rectangles.</p>
<pre>    QRectF r1(100, 200, 11, 16);
    QRectF r2(QPoint(100, 200), QSize(11, 16));</pre>
<p>There is also a third constructor creating a <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> from a <a href="QRect.html"><tt>QRect</tt></a>, and a corresponding <a href="QRectF.html#toRect()"><tt>toRect</tt></a> function that returns a <a href="QRect.html"><tt>QRect</tt></a> object based on the values of this rectangle (note that the coordinates in the returned rectangle are rounded to the nearest integer).</p>
<p>The <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> class provides a collection of functions that return the various rectangle coordinates, and enable manipulation of these. <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> also provide functions to move the rectangle relative to the various coordinates. In addition there is a <a href="QRectF.html#moveTo(com.trolltech.qt.core.QPointF)"><tt>moveTo</tt></a> function that moves the rectangle, leaving its top left corner at the given coordinates. Alternatively, the <a href="QRectF.html#translate(com.trolltech.qt.core.QPointF)"><tt>translate</tt></a> function moves the rectangle the given offset relative to the current position, and the <a href="QRectF.html#translated(com.trolltech.qt.core.QPointF)"><tt>translated</tt></a> function returns a translated copy of this rectangle.</p>
<p>The <a href="QRectF.html#size()"><tt>size</tt></a> function returns the rectange's dimensions as a <a href="QSize.html"><tt>QSize</tt></a>. The dimensions can also be retrieved separately using the <a href="QRectF.html#width()"><tt>width</tt></a> and <a href="QRectF.html#height()"><tt>height</tt></a> functions. To manipulate the dimensions use the <a href="QRectF.html#setSize(com.trolltech.qt.core.QSizeF)"><tt>setSize</tt></a>, <a href="QRectF.html#setWidth(double)"><tt>setWidth</tt></a> or <a href="QRectF.html#setHeight(double)"><tt>setHeight</tt></a> functions. Alternatively, the size can be changed by applying either of the functions setting the rectangle coordinates, for example, <a href="QRectF.html#setBottom(double)"><tt>setBottom</tt></a> or <a href="QRectF.html#setRight(double)"><tt>setRight</tt></a>.</p>
<p>The <a href="QRectF.html#contains(com.trolltech.qt.core.QPointF)"><tt>contains</tt></a> function tells whether a given point is inside the rectangle or not, and the <a href="QRectF.html#intersects(com.trolltech.qt.core.QRectF)"><tt>intersects</tt></a> function returns true if this rectangle intersects with a given rectangle (otherwise false). The <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> class also provides the <a href="QRectF.html#intersected(com.trolltech.qt.core.QRectF)"><tt>intersected</tt></a> function which returns the intersection rectangle, and the <a href="QRectF.html#united(com.trolltech.qt.core.QRectF)"><tt>united</tt></a> function which returns the rectangle that encloses the given rectangle and this:</p>
<p><table align="center" cellpadding="2" cellspacing="1" border="0">
<tr valign="top" class="odd"><td><img src="%2E%2E/images/qrect-intersect.png" /></td><td><img src="%2E%2E/images/qrect-unite.png" /></td></tr>
<tr valign="top" class="even"><td><a href="QRectF.html#intersected(com.trolltech.qt.core.QRectF)"><tt>intersected</tt></a></td><td><a href="QRectF.html#united(com.trolltech.qt.core.QRectF)"><tt>united</tt></a></td></tr>
</table></p>
<p>The <a href="QRectF.html#isEmpty()"><tt>isEmpty</tt></a> function returns true if the rectangle's width or height is less than, or equal to, 0. Note that an empty rectangle is not valid: The <a href="QRectF.html#isValid()"><tt>isValid</tt></a> function returns true if both width and height is larger than 0. A null rectangle (<a href="QRectF.html#isNull()"><tt>isNull</tt></a> == true) on the other hand, has both width and height set to 0.</p>
<p>Note that due to the way <a href="QRect.html"><tt>QRect</tt></a> and <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> are defined, an empty <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> is defined in essentially the same way as <a href="QRect.html"><tt>QRect</tt></a>.</p>
<p>Finally, <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> objects can be streamed as well as compared.</p>
<ul><li><a href="#rendering">Rendering</a></li>
<li><a href="#coordinates">Coordinates</a></li>
</ul>
<a name="rendering"></a>
<h3>Rendering</h3>
<p>When using an anti-aliased</tt> painter, the boundary line of a <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> will be rendered symmetrically on both sides of the mathematical rectangle's boundary line. But when using an aliased painter (the default) other rules apply.</p>
<p>Then, when rendering with a one pixel wide pen the <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a>'s boundary line will be rendered to the right and below the mathematical rectangle's boundary line.</p>
<p>When rendering with a two pixels wide pen the boundary line will be split in the middle by the mathematical rectangle. This will be the case whenever the pen is set to an even number of pixels, while rendering with a pen with an odd number of pixels, the spare pixel will be rendered to the right and below the mathematical rectangle as in the one pixel case.</p>
<p><table align="center" cellpadding="2" cellspacing="1" border="0">
<tr valign="top" class="odd"><td><img src="%2E%2E/images/qrect-diagram-zero.png" /></td><td><img src="%2E%2E/images/qrectf-diagram-one.png" /></td></tr>
<tr valign="top" class="even"><td>Logical representation</td><td>One pixel wide pen</td></tr>
<tr valign="top" class="odd"><td><img src="%2E%2E/images/qrectf-diagram-two.png" /></td><td><img src="%2E%2E/images/qrectf-diagram-three.png" /></td></tr>
<tr valign="top" class="even"><td>Two pixel wide pen</td><td>Three pixel wide pen</td></tr>
</table></p>
<a name="coordinates"></a>
<h3>Coordinates</h3>
<p>The <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> class provides a collection of functions that return the various rectangle coordinates, and enable manipulation of these. <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> also provide functions to move the rectangle relative to the various coordinates.</p>
<p>For example: the <a href="QRectF.html#bottom()"><tt>bottom</tt></a>, <a href="QRectF.html#setBottom(double)"><tt>setBottom</tt></a> and <a href="QRectF.html#moveBottom(double)"><tt>moveBottom</tt></a> functions: <a href="QRectF.html#bottom()"><tt>bottom</tt></a> returns the y-coordinate of the rectangle's bottom edge, <a href="QRectF.html#setBottom(double)"><tt>setBottom</tt></a> sets the bottom edge of the rectangle to the given y coordinate (it may change the height, but will never change the rectangle's top edge) and <a href="QRectF.html#moveBottom(double)"><tt>moveBottom</tt></a> moves the entire rectangle vertically, leaving the rectangle's bottom edge at the given y coordinate and its size unchanged.</p>
<p align="center"><img src="%2E%2E/images/qrectf-coordinates.png" /></p><p>It is also possible to add offsets to this rectangle's coordinates using the <a href="QRectF.html#adjust(double, double, double, double)"><tt>adjust</tt></a> function, as well as retrieve a new rectangle based on adjustments of the original one using the <a href="QRectF.html#adjusted(double, double, double, double)"><tt>adjusted</tt></a> function. If either of the width and height is negative, use the <a href="QRectF.html#normalized()"><tt>normalized</tt></a> function to retrieve a rectangle where the corners are swapped.</p>
<p>In addition, <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> provides the getCoords() function which extracts the position of the rectangle's top-left and bottom-right corner, and the getRect() function which extracts the rectangle's top-left corner, width and height. Use the <a href="QRectF.html#setCoords(double, double, double, double)"><tt>setCoords</tt></a> and <a href="QRectF.html#setRect(double, double, double, double)"><tt>setRect</tt></a> function to manipulate the rectangle's coordinates and dimensions in one go.</p>
<P>

<P>
<DL>
<DT><B>See Also:</B><DD><a href="QRect.html"><tt>QRect</tt></a>, 
<a href="%2E%2E/gui/QRegion.html"><tt>QRegion</tt></a></DL>
<HR>

<P>
<!-- ======== NESTED CLASS SUMMARY ======== -->

<A NAME="nested_class_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Nested Class Summary</B></FONT></TH>
</TR>
</TABLE>
&nbsp;<A NAME="nested_classes_inherited_from_class_com.trolltech.qt.QSignalEmitter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Nested classes/interfaces inherited from class com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QSignalEmitter.html" title="class in com.trolltech.qt">QSignalEmitter</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal0.html" title="class in com.trolltech.qt">QSignalEmitter.Signal0</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal1.html" title="class in com.trolltech.qt">QSignalEmitter.Signal1</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal1.html" title="type parameter in QSignalEmitter.Signal1">A</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal2.html" title="class in com.trolltech.qt">QSignalEmitter.Signal2</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal2.html" title="type parameter in QSignalEmitter.Signal2">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal2.html" title="type parameter in QSignalEmitter.Signal2">B</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="class in com.trolltech.qt">QSignalEmitter.Signal3</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="type parameter in QSignalEmitter.Signal3">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="type parameter in QSignalEmitter.Signal3">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal3.html" title="type parameter in QSignalEmitter.Signal3">C</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="class in com.trolltech.qt">QSignalEmitter.Signal4</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal4.html" title="type parameter in QSignalEmitter.Signal4">D</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="class in com.trolltech.qt">QSignalEmitter.Signal5</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal5.html" title="type parameter in QSignalEmitter.Signal5">E</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="class in com.trolltech.qt">QSignalEmitter.Signal6</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal6.html" title="type parameter in QSignalEmitter.Signal6">F</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="class in com.trolltech.qt">QSignalEmitter.Signal7</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">F</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal7.html" title="type parameter in QSignalEmitter.Signal7">G</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="class in com.trolltech.qt">QSignalEmitter.Signal8</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">F</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">G</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal8.html" title="type parameter in QSignalEmitter.Signal8">H</A>&gt;, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="class in com.trolltech.qt">QSignalEmitter.Signal9</A>&lt;<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">A</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">B</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">C</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">D</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">E</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">F</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">G</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">H</A>,<A HREF="../../../../com/trolltech/qt/QSignalEmitter.Signal9.html" title="type parameter in QSignalEmitter.Signal9">I</A>&gt;</CODE></TD>
</TR>
</TABLE>
&nbsp;

<!-- ======== CONSTRUCTOR SUMMARY ======== -->

<A NAME="constructor_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Constructor Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#QRectF()">QRectF</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a null rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#QRectF(double, double, double, double)">QRectF</A></B>(double&nbsp;left,
       double&nbsp;top,
       double&nbsp;width,
       double&nbsp;height)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a rectangle with (<tt>left</tt>, <tt>top</tt>) as its top-left corner and the given <tt>width</tt> and <tt>height</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#QRectF(com.trolltech.qt.core.QPointF, com.trolltech.qt.core.QPointF)">QRectF</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;topleft,
       <A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;bottomRight)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a rectangle with the given <tt>topleft</tt> and <tt>bottomRight</tt> corners.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#QRectF(com.trolltech.qt.core.QPointF, com.trolltech.qt.core.QSizeF)">QRectF</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;topleft,
       <A HREF="../../../../com/trolltech/qt/core/QSizeF.html" title="class in com.trolltech.qt.core">QSizeF</A>&nbsp;size)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a rectangle with the given <tt>topleft</tt> corner and the given <tt>size</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#QRectF(com.trolltech.qt.core.QRect)">QRectF</A></B>(<A HREF="../../../../com/trolltech/qt/core/QRect.html" title="class in com.trolltech.qt.core">QRect</A>&nbsp;rect)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Constructs a <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> rectangle from the given <a href="QRect.html"><tt>QRect</tt></a> <tt>rect</tt>.</TD>
</TR>
</TABLE>
&nbsp;
<!-- ========== METHOD SUMMARY =========== -->

<A NAME="method_summary"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="2"><FONT SIZE="+2">
<B>Method Summary</B></FONT></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#adjust(double, double, double, double)">adjust</A></B>(double&nbsp;x1,
       double&nbsp;y1,
       double&nbsp;x2,
       double&nbsp;y2)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Adds <tt>x1</tt>, <tt>y1</tt>, <tt>x2</tt> and <tt>y2</tt> respectively to the existing coordinates of the rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#adjusted(double, double, double, double)">adjusted</A></B>(double&nbsp;x1,
         double&nbsp;y1,
         double&nbsp;x2,
         double&nbsp;y2)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a new rectangle with <tt>x1</tt>, <tt>y1</tt>, <tt>x2</tt> and <tt>y2</tt> added respectively to the existing coordinates of this rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#bottom()">bottom</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the y-coordinate of the rectangle's bottom edge.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#bottomLeft()">bottomLeft</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the position of the rectangle's bottom-left corner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#bottomRight()">bottomRight</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the position of the rectangle's bottom-right corner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#center()">center</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the center point of the rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#contains(double, double)">contains</A></B>(double&nbsp;x,
         double&nbsp;y)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the point (<tt>x</tt>, <tt>y</tt>) is inside or on the edge of the rectangle; otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#contains(com.trolltech.qt.core.QPointF)">contains</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the given <tt>p</tt> is inside or on the edge of the rectangle; otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#contains(com.trolltech.qt.core.QRectF)">contains</A></B>(<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A>&nbsp;r)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the given <tt>r</tt> is inside this rectangle; otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#equals(java.lang.Object)">equals</A></B>(java.lang.Object&nbsp;other)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#fromNativePointer(com.trolltech.qt.QNativePointer)">fromNativePointer</A></B>(<A HREF="../../../../com/trolltech/qt/QNativePointer.html" title="class in com.trolltech.qt">QNativePointer</A>&nbsp;nativePointer)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This function returns the QRectF instance pointed to by nativePointer</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#height()">height</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the height of the rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#intersected(com.trolltech.qt.core.QRectF)">intersected</A></B>(<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A>&nbsp;other)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the intersection of this rectangle and the given <tt>other</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#intersects(com.trolltech.qt.core.QRectF)">intersects</A></B>(<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A>&nbsp;r)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if this rectangle intersects with the given <tt>r</tt> (i.e&#x2e; there is a non-empty area of overlap between them), otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#isEmpty()">isEmpty</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the rectangle is empty, otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#isNull()">isNull</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the rectangle is a null rectangle, otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;boolean</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#isValid()">isValid</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns true if the rectangle is valid, otherwise returns false.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#left()">left</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the x-coordinate of the rectangle's left edge.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveBottom(double)">moveBottom</A></B>(double&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle vertically, leaving the rectangle's bottom edge at the given <tt>pos</tt> coordinate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveBottomLeft(com.trolltech.qt.core.QPointF)">moveBottomLeft</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle, leaving the bottom-left corner at the given <tt>p</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveBottomRight(com.trolltech.qt.core.QPointF)">moveBottomRight</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle, leaving the bottom-right corner at the given <tt>p</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveCenter(com.trolltech.qt.core.QPointF)">moveCenter</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle, leaving the center point at the given <tt>p</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveLeft(double)">moveLeft</A></B>(double&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle horizontally, leaving the rectangle's left edge at the given <tt>pos</tt> coordinate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveRight(double)">moveRight</A></B>(double&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle horizontally, leaving the rectangle's right edge at the given <tt>pos</tt> coordinate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveTo(double, double)">moveTo</A></B>(double&nbsp;x,
       double&nbsp;t)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle, leaving the top-left corner at the given position (<tt>x</tt>, <tt>t</tt>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveTo(com.trolltech.qt.core.QPointF)">moveTo</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle, leaving the top-left corner at the given <tt>p</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveTop(double)">moveTop</A></B>(double&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle vertically, leaving the rectangle's top line at the given <tt>pos</tt> coordinate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveTopLeft(com.trolltech.qt.core.QPointF)">moveTopLeft</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle, leaving the top-left corner at the given <tt>p</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#moveTopRight(com.trolltech.qt.core.QPointF)">moveTopRight</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle, leaving the top-right corner at the given <tt>p</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>static&nbsp;<A HREF="../../../../com/trolltech/qt/QNativePointer.html" title="class in com.trolltech.qt">QNativePointer</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#nativePointerArray(com.trolltech.qt.core.QRectF[])">nativePointerArray</A></B>(<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A>[]&nbsp;array)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;This function returns a QNativePointer that is pointing to the specified QRectF array.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#normalized()">normalized</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a normalized rectangle; i.e&#x2e;, a rectangle that has a non-negative width and height.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#readFrom(com.trolltech.qt.core.QDataStream)">readFrom</A></B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;arg__1)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Reads a QRectF from arg__1.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#right()">right</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the x-coordinate of the rectangle's right edge.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setBottom(double)">setBottom</A></B>(double&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the bottom edge of the rectangle to the given <tt>pos</tt> coordinate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setBottomLeft(com.trolltech.qt.core.QPointF)">setBottomLeft</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the bottom-left corner of the rectangle to the given <tt>p</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setBottomRight(com.trolltech.qt.core.QPointF)">setBottomRight</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the top-right corner of the rectangle to the given <tt>p</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setCoords(double, double, double, double)">setCoords</A></B>(double&nbsp;x1,
          double&nbsp;y1,
          double&nbsp;x2,
          double&nbsp;y2)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the coordinates of the rectangle's top-left corner to (<tt>x1</tt>, <tt>y1</tt>), and the coordinates of its bottom-right corner to (<tt>x2</tt>, <tt>y2</tt>).</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setHeight(double)">setHeight</A></B>(double&nbsp;h)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the height of the rectangle to the given <tt>h</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setLeft(double)">setLeft</A></B>(double&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the left edge of the rectangle to the given <tt>pos</tt> coordinate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setRect(double, double, double, double)">setRect</A></B>(double&nbsp;x,
        double&nbsp;y,
        double&nbsp;w,
        double&nbsp;h)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the coordinates of the rectangle's top-left corner to (<tt>x</tt>, <tt>y</tt>), and its size to the given <tt>w</tt> and <tt>h</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setRight(double)">setRight</A></B>(double&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the right edge of the rectangle to the given <tt>pos</tt> coordinate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setSize(com.trolltech.qt.core.QSizeF)">setSize</A></B>(<A HREF="../../../../com/trolltech/qt/core/QSizeF.html" title="class in com.trolltech.qt.core">QSizeF</A>&nbsp;s)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the size of the rectangle to the given <tt>s</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setTop(double)">setTop</A></B>(double&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the top edge of the rectangle to the given <tt>pos</tt> coordinate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setTopLeft(com.trolltech.qt.core.QPointF)">setTopLeft</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the top-left corner of the rectangle to the given <tt>p</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setTopRight(com.trolltech.qt.core.QPointF)">setTopRight</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Set the top-right corner of the rectangle to the given <tt>p</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setWidth(double)">setWidth</A></B>(double&nbsp;w)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the width of the rectangle to the given <tt>w</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setX(double)">setX</A></B>(double&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the left edge of the rectangle to the given <tt>pos</tt> coordinate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#setY(double)">setY</A></B>(double&nbsp;pos)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sets the top edge of the rectangle to the given <tt>pos</tt> coordinate.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QSizeF.html" title="class in com.trolltech.qt.core">QSizeF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#size()">size</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the size of the rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRect.html" title="class in com.trolltech.qt.core">QRect</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#toAlignedRect()">toAlignedRect</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a <a href="QRect.html"><tt>QRect</tt></a> based on the values of this rectangle that is the smallest possible integer rectangle that completely contains this rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#top()">top</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the y-coordinate of the rectangle's top edge.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#topLeft()">topLeft</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the position of the rectangle's top-left corner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#topRight()">topRight</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the position of the rectangle's top-right corner.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRect.html" title="class in com.trolltech.qt.core">QRect</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#toRect()">toRect</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a <a href="QRect.html"><tt>QRect</tt></a> based on the values of this rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#translate(double, double)">translate</A></B>(double&nbsp;dx,
          double&nbsp;dy)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle <tt>dx</tt> along the x-axis and <tt>dy</tt> along the y-axis, relative to the current position.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#translate(com.trolltech.qt.core.QPointF)">translate</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Moves the rectangle <tt>p</tt>.x() along the x axis and <tt>p</tt>.y() along the y axis, relative to the current position.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#translated(double, double)">translated</A></B>(double&nbsp;dx,
           double&nbsp;dy)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of the rectangle that is translated <tt>dx</tt> along the x axis and <tt>dy</tt> along the y axis, relative to the current position.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#translated(com.trolltech.qt.core.QPointF)">translated</A></B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns a copy of the rectangle that is translated <tt>p</tt>.x() along the x axis and <tt>p</tt>.y() along the y axis, relative to the current position.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A></CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#united(com.trolltech.qt.core.QRectF)">united</A></B>(<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A>&nbsp;other)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the bounding rectangle of this rectangle and the given <tt>other</tt>.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#width()">width</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the width of the rectangle.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;void</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#writeTo(com.trolltech.qt.core.QDataStream)">writeTo</A></B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;arg__1)</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Writes thisQRectF to arg__1.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#x()">x</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the x-coordinate of the rectangle's left edge.</TD>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
<CODE>&nbsp;double</CODE></FONT></TD>
<TD><CODE><B><A HREF="../../../../com/trolltech/qt/core/QRectF.html#y()">y</A></B>()</CODE>

<BR>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Returns the y-coordinate of the rectangle's top edge.</TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.trolltech.qt.QtJambiObject"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QtJambiObject.html" title="class in com.trolltech.qt">QtJambiObject</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QtJambiObject.html#dispose()">dispose</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#disposed()">disposed</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#finalize()">finalize</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#reassignNativeResources(com.trolltech.qt.QtJambiObject, java.lang.Class)">reassignNativeResources</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#tr(java.lang.String)">tr</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#tr(java.lang.String, java.lang.String)">tr</A>, <A HREF="../../../../com/trolltech/qt/QtJambiObject.html#tr(java.lang.String, java.lang.String, int)">tr</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.trolltech.qt.QSignalEmitter"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QSignalEmitter.html" title="class in com.trolltech.qt">QSignalEmitter</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#blockSignals(boolean)">blockSignals</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#disconnect()">disconnect</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#disconnect(java.lang.Object)">disconnect</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#signalsBlocked()">signalsBlocked</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#signalSender()">signalSender</A>, <A HREF="../../../../com/trolltech/qt/QSignalEmitter.html#thread()">thread</A></CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_java.lang.Object"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from class java.lang.Object</B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE>clone, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait</CODE></TD>
</TR>
</TABLE>
&nbsp;<A NAME="methods_inherited_from_class_com.trolltech.qt.QtJambiInterface"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#EEEEFF" CLASS="TableSubHeadingColor">
<TH ALIGN="left"><B>Methods inherited from interface com.trolltech.qt.<A HREF="../../../../com/trolltech/qt/QtJambiInterface.html" title="interface in com.trolltech.qt">QtJambiInterface</A></B></TH>
</TR>
<TR BGCOLOR="white" CLASS="TableRowColor">
<TD><CODE><A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#disableGarbageCollection()">disableGarbageCollection</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#nativeId()">nativeId</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#nativePointer()">nativePointer</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#reenableGarbageCollection()">reenableGarbageCollection</A>, <A HREF="../../../../com/trolltech/qt/QtJambiInterface.html#setJavaOwnership()">setJavaOwnership</A></CODE></TD>
</TR>
</TABLE>
&nbsp;
<P>

<!-- ========= CONSTRUCTOR DETAIL ======== -->

<A NAME="constructor_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Constructor Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="QRectF(com.trolltech.qt.core.QRect)"><!-- --></A><H3>
QRectF</H3>
<PRE>
public <B>QRectF</B>(<A HREF="../../../../com/trolltech/qt/core/QRect.html" title="class in com.trolltech.qt.core">QRect</A>&nbsp;rect)</PRE>
<DL>
<DD><p>Constructs a <a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a> rectangle from the given <a href="QRect.html"><tt>QRect</tt></a> <tt>rect</tt>.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#toRect()"><tt>toRect</tt></a></DL>
</DL>
<HR>

<A NAME="QRectF()"><!-- --></A><H3>
QRectF</H3>
<PRE>
public <B>QRectF</B>()</PRE>
<DL>
<DD><p>Constructs a null rectangle.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#isNull()"><tt>isNull</tt></a></DL>
</DL>
<HR>

<A NAME="QRectF(com.trolltech.qt.core.QPointF, com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
QRectF</H3>
<PRE>
public <B>QRectF</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;topleft,
              <A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;bottomRight)</PRE>
<DL>
<DD><p>Constructs a rectangle with the given <tt>topleft</tt> and <tt>bottomRight</tt> corners.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setTopLeft(com.trolltech.qt.core.QPointF)"><tt>setTopLeft</tt></a>, 
<a href="QRectF.html#setBottomRight(com.trolltech.qt.core.QPointF)"><tt>setBottomRight</tt></a></DL>
</DL>
<HR>

<A NAME="QRectF(com.trolltech.qt.core.QPointF, com.trolltech.qt.core.QSizeF)"><!-- --></A><H3>
QRectF</H3>
<PRE>
public <B>QRectF</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;topleft,
              <A HREF="../../../../com/trolltech/qt/core/QSizeF.html" title="class in com.trolltech.qt.core">QSizeF</A>&nbsp;size)</PRE>
<DL>
<DD><p>Constructs a rectangle with the given <tt>topleft</tt> corner and the given <tt>size</tt>.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setTopLeft(com.trolltech.qt.core.QPointF)"><tt>setTopLeft</tt></a>, 
<a href="QRectF.html#setSize(com.trolltech.qt.core.QSizeF)"><tt>setSize</tt></a></DL>
</DL>
<HR>

<A NAME="QRectF(double, double, double, double)"><!-- --></A><H3>
QRectF</H3>
<PRE>
public <B>QRectF</B>(double&nbsp;left,
              double&nbsp;top,
              double&nbsp;width,
              double&nbsp;height)</PRE>
<DL>
<DD><p>Constructs a rectangle with (<tt>left</tt>, <tt>top</tt>) as its top-left corner and the given <tt>width</tt> and <tt>height</tt>.</p>
<P>
<DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setRect(double, double, double, double)"><tt>setRect</tt></a></DL>
</DL>

<!-- ============ METHOD DETAIL ========== -->

<A NAME="method_detail"><!-- --></A>
<TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">
<TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">
<TH ALIGN="left" COLSPAN="1"><FONT SIZE="+2">
<B>Method Detail</B></FONT></TH>
</TR>
</TABLE>

<A NAME="adjust(double, double, double, double)"><!-- --></A><H3>
adjust</H3>
<PRE>
public final void <B>adjust</B>(double&nbsp;x1,
                         double&nbsp;y1,
                         double&nbsp;x2,
                         double&nbsp;y2)</PRE>
<DL>
<DD><p>Adds <tt>x1</tt>, <tt>y1</tt>, <tt>x2</tt> and <tt>y2</tt> respectively to the existing coordinates of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#adjusted(double, double, double, double)"><tt>adjusted</tt></a>, 
<a href="QRectF.html#setRect(double, double, double, double)"><tt>setRect</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="adjusted(double, double, double, double)"><!-- --></A><H3>
adjusted</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A> <B>adjusted</B>(double&nbsp;x1,
                             double&nbsp;y1,
                             double&nbsp;x2,
                             double&nbsp;y2)</PRE>
<DL>
<DD><p>Returns a new rectangle with <tt>x1</tt>, <tt>y1</tt>, <tt>x2</tt> and <tt>y2</tt> added respectively to the existing coordinates of this rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#adjust(double, double, double, double)"><tt>adjust</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="bottom()"><!-- --></A><H3>
bottom</H3>
<PRE>
public final double <B>bottom</B>()</PRE>
<DL>
<DD><p>Returns the y-coordinate of the rectangle's bottom edge.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setBottom(double)"><tt>setBottom</tt></a>, 
<a href="QRectF.html#bottomLeft()"><tt>bottomLeft</tt></a>, 
<a href="QRectF.html#bottomRight()"><tt>bottomRight</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="bottomLeft()"><!-- --></A><H3>
bottomLeft</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A> <B>bottomLeft</B>()</PRE>
<DL>
<DD><p>Returns the position of the rectangle's bottom-left corner.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setBottomLeft(com.trolltech.qt.core.QPointF)"><tt>setBottomLeft</tt></a>, 
<a href="QRectF.html#bottom()"><tt>bottom</tt></a>, 
<a href="QRectF.html#left()"><tt>left</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="bottomRight()"><!-- --></A><H3>
bottomRight</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A> <B>bottomRight</B>()</PRE>
<DL>
<DD><p>Returns the position of the rectangle's bottom-right corner.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setBottomRight(com.trolltech.qt.core.QPointF)"><tt>setBottomRight</tt></a>, 
<a href="QRectF.html#bottom()"><tt>bottom</tt></a>, 
<a href="QRectF.html#right()"><tt>right</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="center()"><!-- --></A><H3>
center</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A> <B>center</B>()</PRE>
<DL>
<DD><p>Returns the center point of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#moveCenter(com.trolltech.qt.core.QPointF)"><tt>moveCenter</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="contains(com.trolltech.qt.core.QRectF)"><!-- --></A><H3>
contains</H3>
<PRE>
public final boolean <B>contains</B>(<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A>&nbsp;r)</PRE>
<DL>
<DD><p>Returns true if the given <tt>r</tt> is inside this rectangle; otherwise returns false.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="contains(double, double)"><!-- --></A><H3>
contains</H3>
<PRE>
public final boolean <B>contains</B>(double&nbsp;x,
                              double&nbsp;y)</PRE>
<DL>
<DD><p>Returns true if the point (<tt>x</tt>, <tt>y</tt>) is inside or on the edge of the rectangle; otherwise returns false.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="contains(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
contains</H3>
<PRE>
public final boolean <B>contains</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Returns true if the given <tt>p</tt> is inside or on the edge of the rectangle; otherwise returns false.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#intersects(com.trolltech.qt.core.QRectF)"><tt>intersects</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="height()"><!-- --></A><H3>
height</H3>
<PRE>
public final double <B>height</B>()</PRE>
<DL>
<DD><p>Returns the height of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setHeight(double)"><tt>setHeight</tt></a>, 
<a href="QRectF.html#width()"><tt>width</tt></a>, 
<a href="QRectF.html#size()"><tt>size</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="intersected(com.trolltech.qt.core.QRectF)"><!-- --></A><H3>
intersected</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A> <B>intersected</B>(<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A>&nbsp;other)</PRE>
<DL>
<DD><p>Returns the intersection of this rectangle and the given <tt>other</tt>. Note that <tt>r.intersected(s)</tt> is equivalent to <tt>r &amp; s</tt>.</p>
<p align="center"><img src="%2E%2E/images/qrect-intersect.png" /></p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#intersects(com.trolltech.qt.core.QRectF)"><tt>intersects</tt></a>, 
<a href="QRectF.html#united(com.trolltech.qt.core.QRectF)"><tt>united</tt></a>, 
<tt>operator&amp;=</tt></DL>
</DD>
</DL>
<HR>

<A NAME="intersects(com.trolltech.qt.core.QRectF)"><!-- --></A><H3>
intersects</H3>
<PRE>
public final boolean <B>intersects</B>(<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A>&nbsp;r)</PRE>
<DL>
<DD><p>Returns true if this rectangle intersects with the given <tt>r</tt> (i.e&#x2e; there is a non-empty area of overlap between them), otherwise returns false.</p>
<p>The intersection rectangle can be retrieved using the <a href="QRectF.html#intersected(com.trolltech.qt.core.QRectF)"><tt>intersected</tt></a> function.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#contains(com.trolltech.qt.core.QPointF)"><tt>contains</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="isEmpty()"><!-- --></A><H3>
isEmpty</H3>
<PRE>
public final boolean <B>isEmpty</B>()</PRE>
<DL>
<DD><p>Returns true if the rectangle is empty, otherwise returns false.</p>
<p>An empty rectangle has <a href="QRectF.html#width()"><tt>width</tt></a> &lt;= 0 or <a href="QRectF.html#height()"><tt>height</tt></a> &lt;= 0. An empty rectangle is not valid (i.e&#x2e;, <a href="QRectF.html#isEmpty()"><tt>isEmpty</tt></a> == !<a href="QRectF.html#isValid()"><tt>isValid</tt></a>).</p>
<p>Use the <a href="QRectF.html#normalized()"><tt>normalized</tt></a> function to retrieve a rectangle where the corners are swapped.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#isNull()"><tt>isNull</tt></a>, 
<a href="QRectF.html#isValid()"><tt>isValid</tt></a>, 
<a href="QRectF.html#normalized()"><tt>normalized</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="isNull()"><!-- --></A><H3>
isNull</H3>
<PRE>
public final boolean <B>isNull</B>()</PRE>
<DL>
<DD><p>Returns true if the rectangle is a null rectangle, otherwise returns false.</p>
<p>A null rectangle has both the width and the height set to 0. A null rectangle is also empty, and hence not valid.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#isEmpty()"><tt>isEmpty</tt></a>, 
<a href="QRectF.html#isValid()"><tt>isValid</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="isValid()"><!-- --></A><H3>
isValid</H3>
<PRE>
public final boolean <B>isValid</B>()</PRE>
<DL>
<DD><p>Returns true if the rectangle is valid, otherwise returns false.</p>
<p>A valid rectangle has a <a href="QRectF.html#width()"><tt>width</tt></a> &gt; 0 and <a href="QRectF.html#height()"><tt>height</tt></a> &gt; 0. Note that non-trivial operations like intersections are not defined for invalid rectangles. A valid rectangle is not empty (i.e&#x2e;, <a href="QRectF.html#isValid()"><tt>isValid</tt></a> == !<a href="QRectF.html#isEmpty()"><tt>isEmpty</tt></a>).</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#isNull()"><tt>isNull</tt></a>, 
<a href="QRectF.html#isEmpty()"><tt>isEmpty</tt></a>, 
<a href="QRectF.html#normalized()"><tt>normalized</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="left()"><!-- --></A><H3>
left</H3>
<PRE>
public final double <B>left</B>()</PRE>
<DL>
<DD><p>Returns the x-coordinate of the rectangle's left edge. Equivalent to <a href="QRectF.html#x()"><tt>x</tt></a>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setLeft(double)"><tt>setLeft</tt></a>, 
<a href="QRectF.html#topLeft()"><tt>topLeft</tt></a>, 
<a href="QRectF.html#bottomLeft()"><tt>bottomLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="moveBottom(double)"><!-- --></A><H3>
moveBottom</H3>
<PRE>
public final void <B>moveBottom</B>(double&nbsp;pos)</PRE>
<DL>
<DD><p>Moves the rectangle vertically, leaving the rectangle's bottom edge at the given <tt>pos</tt> coordinate. The rectangle's size is unchanged.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#bottom()"><tt>bottom</tt></a>, 
<a href="QRectF.html#setBottom(double)"><tt>setBottom</tt></a>, 
<a href="QRectF.html#moveTop(double)"><tt>moveTop</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="moveBottomLeft(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
moveBottomLeft</H3>
<PRE>
public final void <B>moveBottomLeft</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Moves the rectangle, leaving the bottom-left corner at the given <tt>p</tt>. The rectangle's size is unchanged.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setBottomLeft(com.trolltech.qt.core.QPointF)"><tt>setBottomLeft</tt></a>, 
<a href="QRectF.html#moveBottom(double)"><tt>moveBottom</tt></a>, 
<a href="QRectF.html#moveLeft(double)"><tt>moveLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="moveBottomRight(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
moveBottomRight</H3>
<PRE>
public final void <B>moveBottomRight</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Moves the rectangle, leaving the bottom-right corner at the given <tt>p</tt>. The rectangle's size is unchanged.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setBottomRight(com.trolltech.qt.core.QPointF)"><tt>setBottomRight</tt></a>, 
<a href="QRectF.html#moveBottom(double)"><tt>moveBottom</tt></a>, 
<a href="QRectF.html#moveRight(double)"><tt>moveRight</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="moveCenter(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
moveCenter</H3>
<PRE>
public final void <B>moveCenter</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Moves the rectangle, leaving the center point at the given <tt>p</tt>. The rectangle's size is unchanged.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#center()"><tt>center</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="moveLeft(double)"><!-- --></A><H3>
moveLeft</H3>
<PRE>
public final void <B>moveLeft</B>(double&nbsp;pos)</PRE>
<DL>
<DD><p>Moves the rectangle horizontally, leaving the rectangle's left edge at the given <tt>pos</tt> coordinate. The rectangle's size is unchanged.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#left()"><tt>left</tt></a>, 
<a href="QRectF.html#setLeft(double)"><tt>setLeft</tt></a>, 
<a href="QRectF.html#moveRight(double)"><tt>moveRight</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="moveRight(double)"><!-- --></A><H3>
moveRight</H3>
<PRE>
public final void <B>moveRight</B>(double&nbsp;pos)</PRE>
<DL>
<DD><p>Moves the rectangle horizontally, leaving the rectangle's right edge at the given <tt>pos</tt> coordinate. The rectangle's size is unchanged.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#right()"><tt>right</tt></a>, 
<a href="QRectF.html#setRight(double)"><tt>setRight</tt></a>, 
<a href="QRectF.html#moveLeft(double)"><tt>moveLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="moveTo(double, double)"><!-- --></A><H3>
moveTo</H3>
<PRE>
public final void <B>moveTo</B>(double&nbsp;x,
                         double&nbsp;t)</PRE>
<DL>
<DD><p>Moves the rectangle, leaving the top-left corner at the given position (<tt>x</tt>, <tt>t</tt>). The rectangle's size is unchanged.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#translate(com.trolltech.qt.core.QPointF)"><tt>translate</tt></a>, 
<a href="QRectF.html#moveTopLeft(com.trolltech.qt.core.QPointF)"><tt>moveTopLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="moveTo(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
moveTo</H3>
<PRE>
public final void <B>moveTo</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Moves the rectangle, leaving the top-left corner at the given <tt>p</tt>.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="moveTop(double)"><!-- --></A><H3>
moveTop</H3>
<PRE>
public final void <B>moveTop</B>(double&nbsp;pos)</PRE>
<DL>
<DD><p>Moves the rectangle vertically, leaving the rectangle's top line at the given <tt>pos</tt> coordinate. The rectangle's size is unchanged.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#top()"><tt>top</tt></a>, 
<a href="QRectF.html#setTop(double)"><tt>setTop</tt></a>, 
<a href="QRectF.html#moveBottom(double)"><tt>moveBottom</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="moveTopLeft(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
moveTopLeft</H3>
<PRE>
public final void <B>moveTopLeft</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Moves the rectangle, leaving the top-left corner at the given <tt>p</tt>. The rectangle's size is unchanged.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setTopLeft(com.trolltech.qt.core.QPointF)"><tt>setTopLeft</tt></a>, 
<a href="QRectF.html#moveTop(double)"><tt>moveTop</tt></a>, 
<a href="QRectF.html#moveLeft(double)"><tt>moveLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="moveTopRight(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
moveTopRight</H3>
<PRE>
public final void <B>moveTopRight</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Moves the rectangle, leaving the top-right corner at the given <tt>p</tt>. The rectangle's size is unchanged.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setTopRight(com.trolltech.qt.core.QPointF)"><tt>setTopRight</tt></a>, 
<a href="QRectF.html#moveTop(double)"><tt>moveTop</tt></a>, 
<a href="QRectF.html#moveRight(double)"><tt>moveRight</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="normalized()"><!-- --></A><H3>
normalized</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A> <B>normalized</B>()</PRE>
<DL>
<DD><p>Returns a normalized rectangle; i.e&#x2e;, a rectangle that has a non-negative width and height.</p>
<p>If <a href="QRectF.html#width()"><tt>width</tt></a> &lt; 0 the function swaps the left and right corners, and it swaps the top and bottom corners if <a href="QRectF.html#height()"><tt>height</tt></a> &lt; 0.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#isValid()"><tt>isValid</tt></a>, 
<a href="QRectF.html#isEmpty()"><tt>isEmpty</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="writeTo(com.trolltech.qt.core.QDataStream)"><!-- --></A><H3>
writeTo</H3>
<PRE>
public final void <B>writeTo</B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;arg__1)</PRE>
<DL>
<DD>Writes thisQRectF to arg__1.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="readFrom(com.trolltech.qt.core.QDataStream)"><!-- --></A><H3>
readFrom</H3>
<PRE>
public final void <B>readFrom</B>(<A HREF="../../../../com/trolltech/qt/core/QDataStream.html" title="class in com.trolltech.qt.core">QDataStream</A>&nbsp;arg__1)</PRE>
<DL>
<DD>Reads a QRectF from arg__1.
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="right()"><!-- --></A><H3>
right</H3>
<PRE>
public final double <B>right</B>()</PRE>
<DL>
<DD><p>Returns the x-coordinate of the rectangle's right edge.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setRight(double)"><tt>setRight</tt></a>, 
<a href="QRectF.html#topRight()"><tt>topRight</tt></a>, 
<a href="QRectF.html#bottomRight()"><tt>bottomRight</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setBottom(double)"><!-- --></A><H3>
setBottom</H3>
<PRE>
public final void <B>setBottom</B>(double&nbsp;pos)</PRE>
<DL>
<DD><p>Sets the bottom edge of the rectangle to the given <tt>pos</tt> coordinate. May change the height, but will never change the top edge of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#bottom()"><tt>bottom</tt></a>, 
<a href="QRectF.html#moveBottom(double)"><tt>moveBottom</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setBottomLeft(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
setBottomLeft</H3>
<PRE>
public final void <B>setBottomLeft</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Set the bottom-left corner of the rectangle to the given <tt>p</tt>. May change the size, but will the never change the top-right corner of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#bottomLeft()"><tt>bottomLeft</tt></a>, 
<a href="QRectF.html#moveBottomLeft(com.trolltech.qt.core.QPointF)"><tt>moveBottomLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setBottomRight(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
setBottomRight</H3>
<PRE>
public final void <B>setBottomRight</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Set the top-right corner of the rectangle to the given <tt>p</tt>. May change the size, but will the never change the top-left corner of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#bottomRight()"><tt>bottomRight</tt></a>, 
<a href="QRectF.html#moveBottomRight(com.trolltech.qt.core.QPointF)"><tt>moveBottomRight</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setCoords(double, double, double, double)"><!-- --></A><H3>
setCoords</H3>
<PRE>
public final void <B>setCoords</B>(double&nbsp;x1,
                            double&nbsp;y1,
                            double&nbsp;x2,
                            double&nbsp;y2)</PRE>
<DL>
<DD><p>Sets the coordinates of the rectangle's top-left corner to (<tt>x1</tt>, <tt>y1</tt>), and the coordinates of its bottom-right corner to (<tt>x2</tt>, <tt>y2</tt>).</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><tt>getCoords</tt>, 
<a href="QRectF.html#setRect(double, double, double, double)"><tt>setRect</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setHeight(double)"><!-- --></A><H3>
setHeight</H3>
<PRE>
public final void <B>setHeight</B>(double&nbsp;h)</PRE>
<DL>
<DD><p>Sets the height of the rectangle to the given <tt>h</tt>. The bottom edge is changed, but not the top one.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#height()"><tt>height</tt></a>, 
<a href="QRectF.html#setSize(com.trolltech.qt.core.QSizeF)"><tt>setSize</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setLeft(double)"><!-- --></A><H3>
setLeft</H3>
<PRE>
public final void <B>setLeft</B>(double&nbsp;pos)</PRE>
<DL>
<DD><p>Sets the left edge of the rectangle to the given <tt>pos</tt> coordinate. May change the width, but will never change the right edge of the rectangle.</p>
<p>Equivalent to <a href="QRectF.html#setX(double)"><tt>setX</tt></a>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#left()"><tt>left</tt></a>, 
<a href="QRectF.html#moveLeft(double)"><tt>moveLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setRect(double, double, double, double)"><!-- --></A><H3>
setRect</H3>
<PRE>
public final void <B>setRect</B>(double&nbsp;x,
                          double&nbsp;y,
                          double&nbsp;w,
                          double&nbsp;h)</PRE>
<DL>
<DD><p>Sets the coordinates of the rectangle's top-left corner to (<tt>x</tt>, <tt>y</tt>), and its size to the given <tt>w</tt> and <tt>h</tt>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><tt>getRect</tt>, 
<a href="QRectF.html#setCoords(double, double, double, double)"><tt>setCoords</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setRight(double)"><!-- --></A><H3>
setRight</H3>
<PRE>
public final void <B>setRight</B>(double&nbsp;pos)</PRE>
<DL>
<DD><p>Sets the right edge of the rectangle to the given <tt>pos</tt> coordinate. May change the width, but will never change the left edge of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#right()"><tt>right</tt></a>, 
<a href="QRectF.html#moveRight(double)"><tt>moveRight</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setSize(com.trolltech.qt.core.QSizeF)"><!-- --></A><H3>
setSize</H3>
<PRE>
public final void <B>setSize</B>(<A HREF="../../../../com/trolltech/qt/core/QSizeF.html" title="class in com.trolltech.qt.core">QSizeF</A>&nbsp;s)</PRE>
<DL>
<DD><p>Sets the size of the rectangle to the given <tt>s</tt>. The top-left corner is not moved.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#size()"><tt>size</tt></a>, 
<a href="QRectF.html#setWidth(double)"><tt>setWidth</tt></a>, 
<a href="QRectF.html#setHeight(double)"><tt>setHeight</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setTop(double)"><!-- --></A><H3>
setTop</H3>
<PRE>
public final void <B>setTop</B>(double&nbsp;pos)</PRE>
<DL>
<DD><p>Sets the top edge of the rectangle to the given <tt>pos</tt> coordinate. May change the height, but will never change the bottom edge of the rectangle.</p>
<p>Equivalent to <a href="QRectF.html#setY(double)"><tt>setY</tt></a>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#top()"><tt>top</tt></a>, 
<a href="QRectF.html#moveTop(double)"><tt>moveTop</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setTopLeft(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
setTopLeft</H3>
<PRE>
public final void <B>setTopLeft</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Set the top-left corner of the rectangle to the given <tt>p</tt>. May change the size, but will the never change the bottom-right corner of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#topLeft()"><tt>topLeft</tt></a>, 
<a href="QRectF.html#moveTopLeft(com.trolltech.qt.core.QPointF)"><tt>moveTopLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setTopRight(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
setTopRight</H3>
<PRE>
public final void <B>setTopRight</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Set the top-right corner of the rectangle to the given <tt>p</tt>. May change the size, but will the never change the bottom-left corner of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#topRight()"><tt>topRight</tt></a>, 
<a href="QRectF.html#moveTopRight(com.trolltech.qt.core.QPointF)"><tt>moveTopRight</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setWidth(double)"><!-- --></A><H3>
setWidth</H3>
<PRE>
public final void <B>setWidth</B>(double&nbsp;w)</PRE>
<DL>
<DD><p>Sets the width of the rectangle to the given <tt>w</tt>. The right edge is changed, but not the left one.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#width()"><tt>width</tt></a>, 
<a href="QRectF.html#setSize(com.trolltech.qt.core.QSizeF)"><tt>setSize</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setX(double)"><!-- --></A><H3>
setX</H3>
<PRE>
public final void <B>setX</B>(double&nbsp;pos)</PRE>
<DL>
<DD><p>Sets the left edge of the rectangle to the given <tt>pos</tt> coordinate. May change the width, but will never change the right edge of the rectangle.</p>
<p>Equivalent to <a href="QRectF.html#setLeft(double)"><tt>setLeft</tt></a>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#x()"><tt>x</tt></a>, 
<a href="QRectF.html#setY(double)"><tt>setY</tt></a>, 
<a href="QRectF.html#setTopLeft(com.trolltech.qt.core.QPointF)"><tt>setTopLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="setY(double)"><!-- --></A><H3>
setY</H3>
<PRE>
public final void <B>setY</B>(double&nbsp;pos)</PRE>
<DL>
<DD><p>Sets the top edge of the rectangle to the given <tt>pos</tt> coordinate. May change the height, but will never change the bottom edge of the rectangle.</p>
<p>Equivalent to <a href="QRectF.html#setTop(double)"><tt>setTop</tt></a>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#y()"><tt>y</tt></a>, 
<a href="QRectF.html#setX(double)"><tt>setX</tt></a>, 
<a href="QRectF.html#setTopLeft(com.trolltech.qt.core.QPointF)"><tt>setTopLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="size()"><!-- --></A><H3>
size</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QSizeF.html" title="class in com.trolltech.qt.core">QSizeF</A> <B>size</B>()</PRE>
<DL>
<DD><p>Returns the size of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setSize(com.trolltech.qt.core.QSizeF)"><tt>setSize</tt></a>, 
<a href="QRectF.html#width()"><tt>width</tt></a>, 
<a href="QRectF.html#height()"><tt>height</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="toAlignedRect()"><!-- --></A><H3>
toAlignedRect</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QRect.html" title="class in com.trolltech.qt.core">QRect</A> <B>toAlignedRect</B>()</PRE>
<DL>
<DD><p>Returns a <a href="QRect.html"><tt>QRect</tt></a> based on the values of this rectangle that is the smallest possible integer rectangle that completely contains this rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#toRect()"><tt>toRect</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="toRect()"><!-- --></A><H3>
toRect</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QRect.html" title="class in com.trolltech.qt.core">QRect</A> <B>toRect</B>()</PRE>
<DL>
<DD><p>Returns a <a href="QRect.html"><tt>QRect</tt></a> based on the values of this rectangle. Note that the coordinates in the returned rectangle are rounded to the nearest integer.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#QRectF(double, double, double, double)"><tt>QRectF</tt></a>, 
<a href="QRectF.html#toAlignedRect()"><tt>toAlignedRect</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="top()"><!-- --></A><H3>
top</H3>
<PRE>
public final double <B>top</B>()</PRE>
<DL>
<DD><p>Returns the y-coordinate of the rectangle's top edge. Equivalent to <a href="QRectF.html#y()"><tt>y</tt></a>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setTop(double)"><tt>setTop</tt></a>, 
<a href="QRectF.html#topLeft()"><tt>topLeft</tt></a>, 
<a href="QRectF.html#topRight()"><tt>topRight</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="topLeft()"><!-- --></A><H3>
topLeft</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A> <B>topLeft</B>()</PRE>
<DL>
<DD><p>Returns the position of the rectangle's top-left corner.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setTopLeft(com.trolltech.qt.core.QPointF)"><tt>setTopLeft</tt></a>, 
<a href="QRectF.html#top()"><tt>top</tt></a>, 
<a href="QRectF.html#left()"><tt>left</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="topRight()"><!-- --></A><H3>
topRight</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A> <B>topRight</B>()</PRE>
<DL>
<DD><p>Returns the position of the rectangle's top-right corner.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setTopRight(com.trolltech.qt.core.QPointF)"><tt>setTopRight</tt></a>, 
<a href="QRectF.html#top()"><tt>top</tt></a>, 
<a href="QRectF.html#right()"><tt>right</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="translate(double, double)"><!-- --></A><H3>
translate</H3>
<PRE>
public final void <B>translate</B>(double&nbsp;dx,
                            double&nbsp;dy)</PRE>
<DL>
<DD><p>Moves the rectangle <tt>dx</tt> along the x-axis and <tt>dy</tt> along the y-axis, relative to the current position. Positive values move the rectangle to the right and downwards.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#moveTopLeft(com.trolltech.qt.core.QPointF)"><tt>moveTopLeft</tt></a>, 
<a href="QRectF.html#moveTo(com.trolltech.qt.core.QPointF)"><tt>moveTo</tt></a>, 
<a href="QRectF.html#translated(com.trolltech.qt.core.QPointF)"><tt>translated</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="translate(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
translate</H3>
<PRE>
public final void <B>translate</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Moves the rectangle <tt>p</tt>.x() along the x axis and <tt>p</tt>.y() along the y axis, relative to the current position.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="translated(double, double)"><!-- --></A><H3>
translated</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A> <B>translated</B>(double&nbsp;dx,
                               double&nbsp;dy)</PRE>
<DL>
<DD><p>Returns a copy of the rectangle that is translated <tt>dx</tt> along the x axis and <tt>dy</tt> along the y axis, relative to the current position. Positive values move the rectangle to the right and down.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#translate(com.trolltech.qt.core.QPointF)"><tt>translate</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="translated(com.trolltech.qt.core.QPointF)"><!-- --></A><H3>
translated</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A> <B>translated</B>(<A HREF="../../../../com/trolltech/qt/core/QPointF.html" title="class in com.trolltech.qt.core">QPointF</A>&nbsp;p)</PRE>
<DL>
<DD><p>Returns a copy of the rectangle that is translated <tt>p</tt>.x() along the x axis and <tt>p</tt>.y() along the y axis, relative to the current position.</p>
<P>
<DD><DL>
</DL>
</DD>
</DL>
<HR>

<A NAME="united(com.trolltech.qt.core.QRectF)"><!-- --></A><H3>
united</H3>
<PRE>
public final <A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A> <B>united</B>(<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A>&nbsp;other)</PRE>
<DL>
<DD><p>Returns the bounding rectangle of this rectangle and the given <tt>other</tt>.</p>
<p align="center"><img src="%2E%2E/images/qrect-unite.png" /></p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#intersected(com.trolltech.qt.core.QRectF)"><tt>intersected</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="width()"><!-- --></A><H3>
width</H3>
<PRE>
public final double <B>width</B>()</PRE>
<DL>
<DD><p>Returns the width of the rectangle.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setWidth(double)"><tt>setWidth</tt></a>, 
<a href="QRectF.html#height()"><tt>height</tt></a>, 
<a href="QRectF.html#size()"><tt>size</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="x()"><!-- --></A><H3>
x</H3>
<PRE>
public final double <B>x</B>()</PRE>
<DL>
<DD><p>Returns the x-coordinate of the rectangle's left edge. Equivalent to <a href="QRectF.html#left()"><tt>left</tt></a>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setX(double)"><tt>setX</tt></a>, 
<a href="QRectF.html#y()"><tt>y</tt></a>, 
<a href="QRectF.html#topLeft()"><tt>topLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="y()"><!-- --></A><H3>
y</H3>
<PRE>
public final double <B>y</B>()</PRE>
<DL>
<DD><p>Returns the y-coordinate of the rectangle's top edge. Equivalent to <a href="QRectF.html#top()"><tt>top</tt></a>.</p>
<P>
<DD><DL>
<DT><B>See Also:</B><DD><a href="QRectF.html#setY(double)"><tt>setY</tt></a>, 
<a href="QRectF.html#x()"><tt>x</tt></a>, 
<a href="QRectF.html#topLeft()"><tt>topLeft</tt></a></DL>
</DD>
</DL>
<HR>

<A NAME="fromNativePointer(com.trolltech.qt.QNativePointer)"><!-- --></A><H3>
fromNativePointer</H3>
<PRE>
public static <A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A> <B>fromNativePointer</B>(<A HREF="../../../../com/trolltech/qt/QNativePointer.html" title="class in com.trolltech.qt">QNativePointer</A>&nbsp;nativePointer)</PRE>
<DL>
<DD>This function returns the QRectF instance pointed to by nativePointer
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>nativePointer</CODE> - the QNativePointer of which object should be returned.</DL>
</DD>
</DL>
<HR>

<A NAME="nativePointerArray(com.trolltech.qt.core.QRectF[])"><!-- --></A><H3>
nativePointerArray</H3>
<PRE>
public static <A HREF="../../../../com/trolltech/qt/QNativePointer.html" title="class in com.trolltech.qt">QNativePointer</A> <B>nativePointerArray</B>(<A HREF="../../../../com/trolltech/qt/core/QRectF.html" title="class in com.trolltech.qt.core">QRectF</A>[]&nbsp;array)</PRE>
<DL>
<DD>This function returns a QNativePointer that is pointing to the specified QRectF array.
<P>
<DD><DL>
<DT><B>Parameters:</B><DD><CODE>array</CODE> - the array that the returned pointer will point to.
<DT><B>Returns:</B><DD>a QNativePointer that is pointing to the specified array.</DL>
</DD>
</DL>
<HR>

<A NAME="equals(java.lang.Object)"><!-- --></A><H3>
equals</H3>
<PRE>
public boolean <B>equals</B>(java.lang.Object&nbsp;other)</PRE>
<DL>
<DD>
<P>
<DD><DL>
<DT><B>Overrides:</B><DD><CODE>equals</CODE> in class <CODE>java.lang.Object</CODE></DL>
</DD>
<DD><DL>
</DL>
</DD>
</DL>
<!-- ========= END OF CLASS DATA ========= -->
<HR>


<!-- ======= START OF BOTTOM NAVBAR ====== -->
<A NAME="navbar_bottom"><!-- --></A>
<A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
<TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">
<TR>
<TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">
<A NAME="navbar_bottom_firstrow"><!-- --></A>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">
  <TR ALIGN="center" VALIGN="top">
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>
  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>
  </TR>
</TABLE>
</TD>
<TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>
</EM>
</TD>
</TR>

<TR>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRect.html" title="class in com.trolltech.qt.core"><B>PREV CLASS</B></A>&nbsp;
&nbsp;<A HREF="../../../../com/trolltech/qt/core/QRegExp.html" title="class in com.trolltech.qt.core"><B>NEXT CLASS</B></A></FONT></TD>
<TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">
  <A HREF="../../../../index.html?com/trolltech/qt/core/QRectF.html" target="_top"><B>FRAMES</B></A>  &nbsp;
&nbsp;<A HREF="QRectF.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;
&nbsp;<SCRIPT type="text/javascript">
  <!--
  if(window==top) {
    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');
  }
  //-->
</SCRIPT>
<NOSCRIPT>
  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>
</NOSCRIPT>


</FONT></TD>
</TR>
<TR>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
  SUMMARY:&nbsp;<A HREF="#nested_classes_inherited_from_class_com.trolltech.qt.QSignalEmitter">NESTED</A>&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_summary">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD>
<TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">
DETAIL:&nbsp;FIELD&nbsp;|&nbsp;<A HREF="#constructor_detail">CONSTR</A>&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD>
</TR>
</TABLE>
<A NAME="skip-navbar_bottom"></A>
<!-- ======== END OF BOTTOM NAVBAR ======= -->

<HR>

</BODY>
</HTML>