/*
 * $Id$
 */

/*  $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():new( ... )
 *     QWebPage():from( pPtr_OR_oObj_of_type_QWebPage )
 *     QWebPage():configure( pPtr_OR_oObj_of_type_QWebPage )
 *  $ARGUMENTS$
 * 
 *  $RETURNS$
 *     An instance of the object of type QWebPage
 *  $METHODS$
 *     :action( nAction )                                  -> pQAction
 *     :bytesReceived()                                    -> nQuint64
 *     :createStandardContextMenu()                        -> pQMenu
 *     :currentFrame()                                     -> pQWebFrame
 *     :findText( cSubString, nOptions )                   -> lBool
 *     :focusNextPrevChild( lNext )                        -> lBool
 *     :forwardUnsupportedContent()                        -> lBool
 *     :history()                                          -> pQWebHistory
 *     :inputMethodQuery( nProperty )                      -> pQVariant
 *     :isContentEditable()                                -> lBool
 *     :isModified()                                       -> lBool
 *     :linkDelegationPolicy()                             -> nLinkDelegationPolicy
 *     :mainFrame()                                        -> pQWebFrame
 *     :palette()                                          -> pQPalette
 *     :pluginFactory()                                    -> pQWebPluginFactory
 *     :selectedText()                                     -> cQString
 *     :setContentEditable( lEditable )                    -> NIL
 *     :setForwardUnsupportedContent( lForward )           -> NIL
 *     :setLinkDelegationPolicy( nPolicy )                 -> NIL
 *     :setPalette( pPalette )                             -> NIL
 *     :setPluginFactory( pFactory )                       -> NIL
 *     :setView( pView )                                   -> NIL
 *     :setViewportSize( pSize )                           -> NIL
 *     :settings()                                         -> pQWebSettings
 *     :supportsExtension( nExtension )                    -> lBool
 *     :swallowContextMenuEvent( pEvent )                  -> lBool
 *     :totalBytes()                                       -> nQuint64
 *     :triggerAction( nAction, lChecked )                 -> NIL
 *     :updatePositionDependentActions( pPos )             -> NIL
 *     :view()                                             -> pQWidget
 *     :viewportSize()                                     -> pQSize
 * 
 *  $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/TQWebPage.prg
 *     C++ wrappers  : contrib/hbqt/qtwebkit/QWebPage.cpp
 *     Library       : hbqtwebkit
 *  $SEEALSO$
 *     QObject
 *  $END$
 */
