| CLASS REFERENCE |
| Source: /harbour/contrib/hbqt/TQWebView.prg |
| http://doc.trolltech.com/4.5/qwebview.htm |
| oWebView : findText( cSubString, nOptions ) | lBool |
| oWebView : history() | pQWebHistory |
| oWebView : icon() | pQIcon |
| oWebView : isModified() | lBool |
| oWebView : load( pUrl ) | NIL |
| oWebView : load_1( pRequest, nOperation, pBody ) | NIL |
| oWebView : page() | pQWebPage |
| oWebView : pageAction( nAction ) | pQAction |
| oWebView : selectedText() | cQString |
| oWebView : setContent( pData, cMimeType, pBaseUrl ) | NIL |
| oWebView : setHtml( cHtml, pBaseUrl ) | NIL |
| oWebView : setPage( pPage ) | NIL |
| oWebView : setTextSizeMultiplier( nFactor ) | NIL |
| oWebView : setUrl( pUrl ) | NIL |
| oWebView : setZoomFactor( nFactor ) | NIL |
| oWebView : settings() | pQWebSettings |
| oWebView : textSizeMultiplier() | nQreal |
| oWebView : title() | cQString |
| oWebView : triggerPageAction( nAction, lChecked ) | NIL |
| oWebView : url() | pQUrl |
| oWebView : zoomFactor() | nQreal |
| oWebView : back() | NIL |
| oWebView : forward() | NIL |
| oWebView : print( pPrinter ) | NIL |
| oWebView : reload() | NIL |
| oWebView : stop() | NIL |
| FUNCTIONS REFERENCE |
| Source: /harbour/contrib/hbqt/QWebView.cpp |
| Qt_QWebView_findText( pQWebView, cSubString, nOptions ) | lBool |
| Qt_QWebView_history( pQWebView ) | pQWebHistory |
| Qt_QWebView_icon( pQWebView ) | pQIcon |
| Qt_QWebView_isModified( pQWebView ) | lBool |
| Qt_QWebView_load( pQWebView, pUrl ) | NIL |
| Qt_QWebView_load_1( pQWebView, pRequest, nOperation, pBody ) | NIL |
| Qt_QWebView_page( pQWebView ) | pQWebPage |
| Qt_QWebView_pageAction( pQWebView, nAction ) | pQAction |
| Qt_QWebView_selectedText( pQWebView ) | cQString |
| Qt_QWebView_setContent( pQWebView, pData, cMimeType, pBaseUrl ) | NIL |
| Qt_QWebView_setHtml( pQWebView, cHtml, pBaseUrl ) | NIL |
| Qt_QWebView_setPage( pQWebView, pPage ) | NIL |
| Qt_QWebView_setTextSizeMultiplier( pQWebView, nFactor ) | NIL |
| Qt_QWebView_setUrl( pQWebView, pUrl ) | NIL |
| Qt_QWebView_setZoomFactor( pQWebView, nFactor ) | NIL |
| Qt_QWebView_settings( pQWebView ) | pQWebSettings |
| Qt_QWebView_textSizeMultiplier( pQWebView ) | nQreal |
| Qt_QWebView_title( pQWebView ) | cQString |
| Qt_QWebView_triggerPageAction( pQWebView, nAction, lChecked ) | NIL |
| Qt_QWebView_url( pQWebView ) | pQUrl |
| Qt_QWebView_zoomFactor( pQWebView ) | nQreal |
| Qt_QWebView_back( pQWebView ) | NIL |
| Qt_QWebView_forward( pQWebView ) | NIL |
| Qt_QWebView_print( pQWebView, pPrinter ) | NIL |
| Qt_QWebView_reload( pQWebView ) | NIL |
| Qt_QWebView_stop( pQWebView ) | NIL |