/*
 * $Id$
 */

/*  $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
 *     :childFrames()                                      -> pQList<QWebFrame *>
 *     :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, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Harbour source: contrib/hbqt/qtwebkit/TQWebFrame.prg
 *     C++ wrappers  : contrib/hbqt/qtwebkit/QWebFrame.cpp
 *     Library       : hbqtwebkit
 *  $SEEALSO$
 *     QObject
 *  $END$
 */
