/*
 *  hbQTgen v1.0 - Harbour Callable Wrappers Generator for Qt v4.5.3+
 *  Please do not modify this document as it is subject to change in future.
 *  Pritpal Bedi <bedipritpal@hotmail.com>
 */

/*  $DOC$
    $TEMPLATE$
        Class
    $NAME$
        QLineF()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qlinef.html
    $ONELINER$
        Creates a new QLineF object.
    $INHERITS$

    $SYNTAX$
        QLineF():new( ... )
        QLineF():from( pPtr_OR_oObj_of_type_QLineF )
        QLineF():configure( pPtr_OR_oObj_of_type_QLineF )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QLineF
    $METHODS$
        :p1()                                               -> pQPointF
        :p2()                                               -> pQPointF
        :x1()                                               -> nQreal
        :x2()                                               -> nQreal
        :y1()                                               -> nQreal
        :y2()                                               -> nQreal
        :angle()                                            -> nQreal
        :angleTo( pLine )                                   -> nQreal
        :dx()                                               -> nQreal
        :dy()                                               -> nQreal
        :intersect( pLine, pIntersectionPoint )             -> nIntersectType
        :isNull()                                           -> lBool
        :length()                                           -> nQreal
        :pointAt( nT )                                      -> pQPointF
        :setP1( pP1 )                                       -> NIL
        :setP2( pP2 )                                       -> NIL
        :setAngle( nAngle )                                 -> NIL
        :setLength( nLength )                               -> NIL
        :setLine( nX1, nY1, nX2, nY2 )                      -> NIL
        :setPoints( pP1, pP2 )                              -> NIL
        :toLine()                                           -> pQLine
        :translate( pOffset )                               -> NIL
        :translate_1( nDx, nDy )                            -> NIL

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtcore/TQLineF.prg
        C++ Wrappers : contrib/hbqt/qtcore/QLineF.cpp
        Library      : hbqtcore
    $SEEALSO$

    $END$
 */
