|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Helpviewer.Network.SchemeAccessHandler</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Helpviewer.Network.SchemeAccessHandler</h1> |
|
12 <p> |
|
13 Module implementing the base class for specific scheme access handlers. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#SchemeAccessHandler">SchemeAccessHandler</a></td> |
|
23 <td>Clase implementing the base class for specific scheme access handlers.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="SchemeAccessHandler" ID="SchemeAccessHandler"></a> |
|
32 <h2>SchemeAccessHandler</h2> |
|
33 <p> |
|
34 Clase implementing the base class for specific scheme access handlers. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 QObject |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#SchemeAccessHandler.__init__">SchemeAccessHandler</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#SchemeAccessHandler.createRequest">createRequest</a></td> |
|
49 <td>Protected method to create a request.</td> |
|
50 </tr> |
|
51 </table> |
|
52 <a NAME="SchemeAccessHandler.__init__" ID="SchemeAccessHandler.__init__"></a> |
|
53 <h4>SchemeAccessHandler (Constructor)</h4> |
|
54 <b>SchemeAccessHandler</b>(<i>parent = None</i>) |
|
55 <p> |
|
56 Constructor |
|
57 </p><dl> |
|
58 <dt><i>parent</i></dt> |
|
59 <dd> |
|
60 reference to the parent object (QObject) |
|
61 </dd> |
|
62 </dl><a NAME="SchemeAccessHandler.createRequest" ID="SchemeAccessHandler.createRequest"></a> |
|
63 <h4>SchemeAccessHandler.createRequest</h4> |
|
64 <b>createRequest</b>(<i>op, request, outgoingData = None</i>) |
|
65 <p> |
|
66 Protected method to create a request. |
|
67 </p><dl> |
|
68 <dt><i>op</i></dt> |
|
69 <dd> |
|
70 the operation to be performed (QNetworkAccessManager.Operation) |
|
71 </dd><dt><i>request</i></dt> |
|
72 <dd> |
|
73 reference to the request object (QNetworkRequest) |
|
74 </dd><dt><i>outgoingData</i></dt> |
|
75 <dd> |
|
76 reference to an IODevice containing data to be sent |
|
77 (QIODevice) |
|
78 </dd> |
|
79 </dl><dl> |
|
80 <dt>Returns:</dt> |
|
81 <dd> |
|
82 reference to the created reply object (QNetworkReply) |
|
83 </dd> |
|
84 </dl> |
|
85 <div align="right"><a href="#top">Up</a></div> |
|
86 <hr /> |
|
87 </body></html> |