/*
 *  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$
        QWebFrame()
    $CATEGORY$
        Harbour Bindings for Qt
    $SUBCATEGORY$
        GUI
    $EXTERNALLINK$
        http://doc.trolltech.com/4.5/qwebframe.html
    $ONELINER$
        Creates a new QWebFrame object.
    $INHERITS$
        QObject
    $SYNTAX$
        QWebFrame():new( ... )
        QWebFrame():from( pPtr_OR_oObj_of_type_QWebFrame )
        QWebFrame():configure( pPtr_OR_oObj_of_type_QWebFrame )
    $ARGUMENTS$

    $RETURNS$
        An instance of the object of type QWebFrame
    $METHODS$
        :addToJavaScriptWindowObject( cName, pObject )      -> NIL
        :addToJavaScriptWindowObject_1( cName, pObject, nOwn )  -> NIL
        :contentsSize()                                     -> pQSize
        :frameName()                                        -> cQString
        :geometry()                                         -> pQRect
        :hitTestContent( pPos )                             -> pQWebHitTestResult
        :icon()                                             -> pQIcon
        :load( pUrl )                                       -> NIL
        :page()                                             -> pQWebPage
        :pos()                                              -> pQPoint
        :render( pPainter, pClip )                          -> NIL
        :render_1( pPainter )                               -> NIL
        :renderTreeDump()                                   -> cQString
        :scroll( nDx, nDy )                                 -> NIL
        :scrollBarMaximum( nOrientation )                   -> nInt
        :scrollBarMinimum( nOrientation )                   -> nInt
        :scrollBarPolicy( nOrientation )                    -> nQt::ScrollBarPolicy
        :scrollBarValue( nOrientation )                     -> nInt
        :scrollPosition()                                   -> pQPoint
        :securityOrigin()                                   -> pQWebSecurityOrigin
        :setContent( pData, cMimeType, pBaseUrl )           -> NIL
        :setHtml( cHtml, pBaseUrl )                         -> NIL
        :setScrollBarPolicy( nOrientation, nPolicy )        -> NIL
        :setScrollBarValue( nOrientation, nValue )          -> NIL
        :setScrollPosition( pPos )                          -> NIL
        :setTextSizeMultiplier( nFactor )                   -> NIL
        :setUrl( pUrl )                                     -> NIL
        :setZoomFactor( nFactor )                           -> NIL
        :textSizeMultiplier()                               -> nQreal
        :title()                                            -> cQString
        :toHtml()                                           -> cQString
        :toPlainText()                                      -> cQString
        :url()                                              -> pQUrl
        :zoomFactor()                                       -> nQreal
        :evaluateJavaScript( cScriptSource )                -> pQVariant
        :print( pPrinter )                                  -> NIL

    $DESCRIPTION$

    $EXAMPLES$

    $TESTS$

    $STATUS$
        R
    $COMPLIANCE$
        Not Clipper Compatible
    $PLATFORMS$
        Windows, Linux, MacOS, OS2
    $VERSION$
        4.5.3
    $FILES$
        Prg Source   : contrib/hbqt/qtwebkit/TQWebFrame.prg
        C++ Wrappers : contrib/hbqt/qtwebkit/QWebFrame.cpp
        Library      : hbqtwebkit
    $SEEALSO$
        QObject
    $END$
 */
