76 <td>Private slot handling a full screen request.</td> |
76 <td>Private slot handling a full screen request.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#WebBrowserPage.__setupWebChannel">__setupWebChannel</a></td> |
78 <td><a href="#WebBrowserPage.__setupWebChannel">__setupWebChannel</a></td> |
79 <td>Private method to setup a web channel to our external object.</td> |
79 <td>Private method to setup a web channel to our external object.</td> |
80 </tr><tr> |
80 </tr><tr> |
|
81 <td><a href="#WebBrowserPage.__urlChanged">__urlChanged</a></td> |
|
82 <td>Private slot to handle changes of the URL.</td> |
|
83 </tr><tr> |
81 <td><a href="#WebBrowserPage.acceptNavigationRequest">acceptNavigationRequest</a></td> |
84 <td><a href="#WebBrowserPage.acceptNavigationRequest">acceptNavigationRequest</a></td> |
82 <td>Public method to determine, if a request may be accepted.</td> |
85 <td>Public method to determine, if a request may be accepted.</td> |
83 </tr><tr> |
86 </tr><tr> |
84 <td><a href="#WebBrowserPage.certificateError">certificateError</a></td> |
87 <td><a href="#WebBrowserPage.certificateError">certificateError</a></td> |
85 <td>Public method to handle SSL certificate errors.</td> |
88 <td>Public method to handle SSL certificate errors.</td> |
99 <td><a href="#WebBrowserPage.resultCallback">resultCallback</a></td> |
102 <td><a href="#WebBrowserPage.resultCallback">resultCallback</a></td> |
100 <td></td> |
103 <td></td> |
101 </tr><tr> |
104 </tr><tr> |
102 <td><a href="#WebBrowserPage.scroll">scroll</a></td> |
105 <td><a href="#WebBrowserPage.scroll">scroll</a></td> |
103 <td>Public method to scroll by the given amount of pixels.</td> |
106 <td>Public method to scroll by the given amount of pixels.</td> |
|
107 </tr><tr> |
|
108 <td><a href="#WebBrowserPage.setJavaScriptEnabled">setJavaScriptEnabled</a></td> |
|
109 <td>Public method to enable JavaScript.</td> |
104 </tr> |
110 </tr> |
105 </table> |
111 </table> |
106 <h3>Static Methods</h3> |
112 <h3>Static Methods</h3> |
107 <table> |
113 <table> |
108 <tr><td>None</td></tr> |
114 <tr><td>None</td></tr> |
184 </dl><a NAME="WebBrowserPage.__setupWebChannel" ID="WebBrowserPage.__setupWebChannel"></a> |
190 </dl><a NAME="WebBrowserPage.__setupWebChannel" ID="WebBrowserPage.__setupWebChannel"></a> |
185 <h4>WebBrowserPage.__setupWebChannel</h4> |
191 <h4>WebBrowserPage.__setupWebChannel</h4> |
186 <b>__setupWebChannel</b>(<i></i>) |
192 <b>__setupWebChannel</b>(<i></i>) |
187 <p> |
193 <p> |
188 Private method to setup a web channel to our external object. |
194 Private method to setup a web channel to our external object. |
189 </p><a NAME="WebBrowserPage.acceptNavigationRequest" ID="WebBrowserPage.acceptNavigationRequest"></a> |
195 </p><a NAME="WebBrowserPage.__urlChanged" ID="WebBrowserPage.__urlChanged"></a> |
|
196 <h4>WebBrowserPage.__urlChanged</h4> |
|
197 <b>__urlChanged</b>(<i>url</i>) |
|
198 <p> |
|
199 Private slot to handle changes of the URL. |
|
200 </p><dl> |
|
201 <dt><i>url</i> (QUrl)</dt> |
|
202 <dd> |
|
203 new URL |
|
204 </dd> |
|
205 </dl><a NAME="WebBrowserPage.acceptNavigationRequest" ID="WebBrowserPage.acceptNavigationRequest"></a> |
190 <h4>WebBrowserPage.acceptNavigationRequest</h4> |
206 <h4>WebBrowserPage.acceptNavigationRequest</h4> |
191 <b>acceptNavigationRequest</b>(<i>url, type_, isMainFrame</i>) |
207 <b>acceptNavigationRequest</b>(<i>url, type_, isMainFrame</i>) |
192 <p> |
208 <p> |
193 Public method to determine, if a request may be accepted. |
209 Public method to determine, if a request may be accepted. |
194 </p><dl> |
210 </p><dl> |
326 horizontal scroll value |
342 horizontal scroll value |
327 </dd><dt><i>y</i> (int)</dt> |
343 </dd><dt><i>y</i> (int)</dt> |
328 <dd> |
344 <dd> |
329 vertical scroll value |
345 vertical scroll value |
330 </dd> |
346 </dd> |
|
347 </dl><a NAME="WebBrowserPage.setJavaScriptEnabled" ID="WebBrowserPage.setJavaScriptEnabled"></a> |
|
348 <h4>WebBrowserPage.setJavaScriptEnabled</h4> |
|
349 <b>setJavaScriptEnabled</b>(<i>enable</i>) |
|
350 <p> |
|
351 Public method to enable JavaScript. |
|
352 </p><dl> |
|
353 <dt><i>enable</i> (bool)</dt> |
|
354 <dd> |
|
355 flag indicating the enabled state to be set |
|
356 </dd> |
331 </dl> |
357 </dl> |
332 <div align="right"><a href="#top">Up</a></div> |
358 <div align="right"><a href="#top">Up</a></div> |
333 <hr /> |
359 <hr /> |
334 </body></html> |
360 </body></html> |