
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QPoint()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qpoint.html
 *  $ONELINER$
 *     Creates a new QPoint object.
 *  $INHERITS$
 * 
 *  $SYNTAX$
 *     QPoint( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QPoint
 *  $METHODS$
 *     :isNull()                                           -> lBool
 *     :manhattanLength()                                  -> nInt
 *     :rx()                                               -> nInt
 *     :ry()                                               -> nInt
 *     :setX( nX )                                         -> NIL
 *     :setY( nY )                                         -> NIL
 *     :x()                                                -> nInt
 *     :y()                                                -> nInt
 * 
 *  $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$
 */
