eric6/Documentation/Source/eric6.WebBrowser.Network.EricSchemeHandler.html

changeset 7913
9bf6903cae97
parent 7721
331ecfa0e716
child 7989
a21d673a8f99
equal deleted inserted replaced
7912:9f1f41d64648 7913:9bf6903cae97
26 Module implementing a scheme handler for the eric: scheme. 26 Module implementing a scheme handler for the eric: scheme.
27 </p> 27 </p>
28 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29 29
30 <table> 30 <table>
31 <tr><td>None</td></tr> 31 <tr><td>_SupportedPages</td></tr>
32 </table> 32 </table>
33 <h3>Classes</h3> 33 <h3>Classes</h3>
34 34
35 <table> 35 <table>
36 36
59 <h3>Derived from</h3> 59 <h3>Derived from</h3>
60 QWebEngineUrlSchemeHandler 60 QWebEngineUrlSchemeHandler
61 <h3>Class Attributes</h3> 61 <h3>Class Attributes</h3>
62 62
63 <table> 63 <table>
64 <tr><td>SupportedPages</td></tr> 64 <tr><td>None</td></tr>
65 </table> 65 </table>
66 <h3>Class Methods</h3> 66 <h3>Class Methods</h3>
67 67
68 <table> 68 <table>
69 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
174 <tr> 174 <tr>
175 <td><a href="#EricSchemeReply.__adBlockPage">__adBlockPage</a></td> 175 <td><a href="#EricSchemeReply.__adBlockPage">__adBlockPage</a></td>
176 <td>Private method to build the AdBlock page.</td> 176 <td>Private method to build the AdBlock page.</td>
177 </tr> 177 </tr>
178 <tr> 178 <tr>
179 <td><a href="#EricSchemeReply.__errorPage">__errorPage</a></td>
180 <td>Private method to build the Error page.</td>
181 </tr>
182 <tr>
179 <td><a href="#EricSchemeReply.__loadPage">__loadPage</a></td> 183 <td><a href="#EricSchemeReply.__loadPage">__loadPage</a></td>
180 <td>Private method to load the requested page.</td> 184 <td>Private method to load the requested page.</td>
181 </tr> 185 </tr>
182 <tr> 186 <tr>
183 <td><a href="#EricSchemeReply.__speedDialPage">__speedDialPage</a></td> 187 <td><a href="#EricSchemeReply.__speedDialPage">__speedDialPage</a></td>
241 <dt>Return Type:</dt> 245 <dt>Return Type:</dt>
242 <dd> 246 <dd>
243 str 247 str
244 </dd> 248 </dd>
245 </dl> 249 </dl>
250 <a NAME="EricSchemeReply.__errorPage" ID="EricSchemeReply.__errorPage"></a>
251 <h4>EricSchemeReply.__errorPage</h4>
252 <b>__errorPage</b>(<i></i>)
253
254 <p>
255 Private method to build the Error page.
256 </p>
257 <dl>
258 <dt>Returns:</dt>
259 <dd>
260 built Error page
261 </dd>
262 </dl>
263 <dl>
264 <dt>Return Type:</dt>
265 <dd>
266 str
267 </dd>
268 </dl>
246 <a NAME="EricSchemeReply.__loadPage" ID="EricSchemeReply.__loadPage"></a> 269 <a NAME="EricSchemeReply.__loadPage" ID="EricSchemeReply.__loadPage"></a>
247 <h4>EricSchemeReply.__loadPage</h4> 270 <h4>EricSchemeReply.__loadPage</h4>
248 <b>__loadPage</b>(<i></i>) 271 <b>__loadPage</b>(<i></i>)
249 272
250 <p> 273 <p>

eric ide

mercurial