
/*  $DOC$
 *  $TEMPLATE$
 *     Class
 *  $NAME$
 *     QWebPage()
 *  $CATEGORY$
 *     Harbour Bindings for Qt
 *  $SUBCATEGORY$
 *     GUI
 *  $EXTERNALLINK$
 *     http://doc.trolltech.com/4.5/qwebpage.html
 *  $ONELINER$
 *     Creates a new QWebPage object.
 *  $INHERITS$
 *     QObject
 *  $SYNTAX$
 *     QWebPage( ... )
 * 
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QWebPage
 *  $METHODS$
 *     :action( nAction )                                  -> oQAction
 *     :bytesReceived()                                    -> nQuint64
 *     :createStandardContextMenu()                        -> oQMenu
 *     :currentFrame()                                     -> oQWebFrame
 *     :findText( cSubString, nOptions )                   -> lBool
 *     :focusNextPrevChild( lNext )                        -> lBool
 *     :forwardUnsupportedContent()                        -> lBool
 *     :history()                                          -> oQWebHistory
 *     :inputMethodQuery( nProperty )                      -> oQVariant
 *     :isContentEditable()                                -> lBool
 *     :isModified()                                       -> lBool
 *     :linkDelegationPolicy()                             -> nLinkDelegationPolicy
 *     :mainFrame()                                        -> oQWebFrame
 *     :palette()                                          -> oQPalette
 *     :pluginFactory()                                    -> oQWebPluginFactory
 *     :selectedText()                                     -> cQString
 *     :setContentEditable( lEditable )                    -> NIL
 *     :setForwardUnsupportedContent( lForward )           -> NIL
 *     :setLinkDelegationPolicy( nPolicy )                 -> NIL
 *     :setPalette( oQPalette )                            -> NIL
 *     :setPluginFactory( oQWebPluginFactory )             -> NIL
 *     :setView( oQWidget )                                -> NIL
 *     :setViewportSize( oQSize )                          -> NIL
 *     :settings()                                         -> oQWebSettings
 *     :supportsExtension( nExtension )                    -> lBool
 *     :swallowContextMenuEvent( oQContextMenuEvent )      -> lBool
 *     :totalBytes()                                       -> nQuint64
 *     :triggerAction( nAction, lChecked )                 -> NIL
 *     :updatePositionDependentActions( oQPoint )          -> NIL
 *     :view()                                             -> oQWidget
 *     :viewportSize()                                     -> oQSize
 * 
 *  $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$
 */
