/*
 *  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$
        QLine()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qline.html
    $ONELINER$
        Creates a new QLine object.
    $INHERITS$

    $SYNTAX$
        QLine():new( ... )
        QLine():from( pPtr_OR_oObj_of_type_QLine )
        QLine():configure( pPtr_OR_oObj_of_type_QLine )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QLine
    $METHODS$
        :p1()                                               -> pQPoint
        :p2()                                               -> pQPoint
        :x1()                                               -> nInt
        :x2()                                               -> nInt
        :y1()                                               -> nInt
        :y2()                                               -> nInt
        :dx()                                               -> nInt
        :dy()                                               -> nInt
        :isNull()                                           -> lBool
        :setP1( pP1 )                                       -> NIL
        :setP2( pP2 )                                       -> NIL
        :setLine( nX1, nY1, nX2, nY2 )                      -> NIL
        :setPoints( pP1, pP2 )                              -> NIL
        :translate( pOffset )                               -> NIL
        :translate_1( nDx, nDy )                            -> NIL

    $DESCRIPTION$

    $EXAMPLES$
        oLine := QLine():new()
        oLine := QLine():new( pQLine )
        oLine := QLine():new( pQPoint_p1, pQPoint_p2 )
        oLine := QLine():new( nX1, nY1, nX2, nY2 )

    $TESTS$

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

    $END$
 */
