
/*  $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( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QWebFrame
 *  $METHODS$
 *     :addToJavaScriptWindowObject( cName, oQObject )     -> NIL
 *     :( cName, oQObject, nOwn )                          -> NIL
 *     :childFrames()                                      -> oQList_QWebFrame
 *     :contentsSize()                                     -> oQSize
 *     :frameName()                                        -> cQString
 *     :geometry()                                         -> oQRect
 *     :hitTestContent( oQPoint )                          -> oQWebHitTestResult
 *     :icon()                                             -> oQIcon
 *     :load( oQUrl )                                      -> NIL
 *     :page()                                             -> oQWebPage
 *     :parentFrame()                                      -> oQWebFrame
 *     :pos()                                              -> oQPoint
 *     :render( oQPainter, oQRegion )                      -> NIL
 *     :( oQPainter )                                      -> NIL
 *     :renderTreeDump()                                   -> cQString
 *     :scroll( nDx, nDy )                                 -> NIL
 *     :scrollBarMaximum( nOrientation )                   -> nInt
 *     :scrollBarMinimum( nOrientation )                   -> nInt
 *     :scrollBarPolicy( nOrientation )                    -> nQt_ScrollBarPolicy
 *     :scrollBarValue( nOrientation )                     -> nInt
 *     :scrollPosition()                                   -> oQPoint
 *     :securityOrigin()                                   -> oQWebSecurityOrigin
 *     :setContent( oQByteArray, cMimeType, oQUrl )        -> NIL
 *     :setHtml( cHtml, oQUrl )                            -> NIL
 *     :setScrollBarPolicy( nOrientation, nPolicy )        -> NIL
 *     :setScrollBarValue( nOrientation, nValue )          -> NIL
 *     :setScrollPosition( oQPoint )                       -> NIL
 *     :setTextSizeMultiplier( nFactor )                   -> NIL
 *     :setUrl( oQUrl )                                    -> NIL
 *     :setZoomFactor( nFactor )                           -> NIL
 *     :textSizeMultiplier()                               -> nQreal
 *     :title()                                            -> cQString
 *     :toHtml()                                           -> cQString
 *     :toPlainText()                                      -> cQString
 *     :url()                                              -> oQUrl
 *     :zoomFactor()                                       -> nQreal
 *     :evaluateJavaScript( cScriptSource )                -> oQVariant
 *     :print( oQPrinter )                                 -> NIL
 * 
 *  $DESCRIPTION$
 * 
 *  $EXAMPLES$
 * 
 *  $TESTS$
 * 
 *  $STATUS$
 *     R
 *  $COMPLIANCE$
 *     Not Clipper compatible
 *  $PLATFORMS$
 *     Windows, Linux, Mac OS X, OS/2
 *  $VERSION$
 *     4.5 or upper
 *  $FILES$
 *     Library: hbqtwebkit
 *  $END$
 */
