
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QRectF()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qrectf.html
 *  $ONELINER$
 *     Creates a new QRectF object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QRectF( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QRectF
 *  $METHODS$
 *     :adjust( nDx1, nDy1, nDx2, nDy2 )                   -> NIL
 *     :adjusted( nDx1, nDy1, nDx2, nDy2 )                 -> oQRectF
 *     :bottom()                                           -> nQreal
 *     :bottomLeft()                                       -> oQPointF
 *     :bottomRight()                                      -> oQPointF
 *     :center()                                           -> oQPointF
 *     :contains( oQPointF )                               -> lBool
 *     :( nX, nY )                                         -> lBool
 *     :( oQRectF )                                        -> lBool
 *     :getCoords( @nX1, @nY1, @nX2, @nY2 )                -> NIL
 *     :getRect( @nX, @nY, @nWidth, @nHeight )             -> NIL
 *     :height()                                           -> nQreal
 *     :intersected( oQRectF )                             -> oQRectF
 *     :intersects( oQRectF )                              -> lBool
 *     :isEmpty()                                          -> lBool
 *     :isNull()                                           -> lBool
 *     :isValid()                                          -> lBool
 *     :left()                                             -> nQreal
 *     :moveBottom( nY )                                   -> NIL
 *     :moveBottomLeft( oQPointF )                         -> NIL
 *     :moveBottomRight( oQPointF )                        -> NIL
 *     :moveCenter( oQPointF )                             -> NIL
 *     :moveLeft( nX )                                     -> NIL
 *     :moveRight( nX )                                    -> NIL
 *     :moveTo( nX, nY )                                   -> NIL
 *     :( oQPointF )                                       -> NIL
 *     :moveTop( nY )                                      -> NIL
 *     :moveTopLeft( oQPointF )                            -> NIL
 *     :moveTopRight( oQPointF )                           -> NIL
 *     :normalized()                                       -> oQRectF
 *     :right()                                            -> nQreal
 *     :setBottom( nY )                                    -> NIL
 *     :setBottomLeft( oQPointF )                          -> NIL
 *     :setBottomRight( oQPointF )                         -> NIL
 *     :setCoords( nX1, nY1, nX2, nY2 )                    -> NIL
 *     :setHeight( nHeight )                               -> NIL
 *     :setLeft( nX )                                      -> NIL
 *     :setRect( nX, nY, nWidth, nHeight )                 -> NIL
 *     :setRight( nX )                                     -> NIL
 *     :setSize( oQSizeF )                                 -> NIL
 *     :setTop( nY )                                       -> NIL
 *     :setTopLeft( oQPointF )                             -> NIL
 *     :setTopRight( oQPointF )                            -> NIL
 *     :setWidth( nWidth )                                 -> NIL
 *     :setX( nX )                                         -> NIL
 *     :setY( nY )                                         -> NIL
 *     :size()                                             -> oQSizeF
 *     :toAlignedRect()                                    -> oQRect
 *     :toRect()                                           -> oQRect
 *     :top()                                              -> nQreal
 *     :topLeft()                                          -> oQPointF
 *     :topRight()                                         -> oQPointF
 *     :translate( nDx, nDy )                              -> NIL
 *     :( oQPointF )                                       -> NIL
 *     :translated( nDx, nDy )                             -> oQRectF
 *     :( oQPointF )                                       -> oQRectF
 *     :united( oQRectF )                                  -> oQRectF
 *     :width()                                            -> nQreal
 *     :x()                                                -> nQreal
 *     :y()                                                -> nQreal
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtcore
 *  $END$
 */
