src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.html

branch
eric7
changeset 10479
856476537696
parent 10428
a071d4065202
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage</h1> 9 <h1>eric7.Preferences.ConfigurationPages.WebBrowserVirusTotalPage</h1>
10
11 <p> 10 <p>
12 Module implementing VirusTotal configuration page (web browser variant). 11 Module implementing VirusTotal configuration page (web browser variant).
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#WebBrowserVirusTotalPage">WebBrowserVirusTotalPage</a></td> 22 <td><a href="#WebBrowserVirusTotalPage">WebBrowserVirusTotalPage</a></td>
25 <td>Class implementing VirusTotal configuration page (web browser variant).</td> 23 <td>Class implementing VirusTotal configuration page (web browser variant).</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31
32 <tr> 29 <tr>
33 <td><a href="#create">create</a></td> 30 <td><a href="#create">create</a></td>
34 <td>Module function to create the configuration page.</td> 31 <td>Module function to create the configuration page.</td>
35 </tr> 32 </tr>
36 </table> 33 </table>
34
37 <hr /> 35 <hr />
38 <hr /> 36 <hr />
39 <a NAME="WebBrowserVirusTotalPage" ID="WebBrowserVirusTotalPage"></a> 37 <a NAME="WebBrowserVirusTotalPage" ID="WebBrowserVirusTotalPage"></a>
40 <h2>WebBrowserVirusTotalPage</h2> 38 <h2>WebBrowserVirusTotalPage</h2>
41
42 <p> 39 <p>
43 Class implementing VirusTotal configuration page (web browser variant). 40 Class implementing VirusTotal configuration page (web browser variant).
44 </p> 41 </p>
42
45 <h3>Derived from</h3> 43 <h3>Derived from</h3>
46 ConfigurationPageBase, Ui_WebBrowserVirusTotalPage 44 ConfigurationPageBase, Ui_WebBrowserVirusTotalPage
47 <h3>Class Attributes</h3> 45 <h3>Class Attributes</h3>
48
49 <table> 46 <table>
50 <tr><td>None</td></tr> 47 <tr><td>None</td></tr>
51 </table> 48 </table>
49
52 <h3>Class Methods</h3> 50 <h3>Class Methods</h3>
53
54 <table> 51 <table>
55 <tr><td>None</td></tr> 52 <tr><td>None</td></tr>
56 </table> 53 </table>
54
57 <h3>Methods</h3> 55 <h3>Methods</h3>
58
59 <table> 56 <table>
60
61 <tr> 57 <tr>
62 <td><a href="#WebBrowserVirusTotalPage.__init__">WebBrowserVirusTotalPage</a></td> 58 <td><a href="#WebBrowserVirusTotalPage.__init__">WebBrowserVirusTotalPage</a></td>
63 <td>Constructor</td> 59 <td>Constructor</td>
64 </tr> 60 </tr>
65 <tr> 61 <tr>
77 <tr> 73 <tr>
78 <td><a href="#WebBrowserVirusTotalPage.save">save</a></td> 74 <td><a href="#WebBrowserVirusTotalPage.save">save</a></td>
79 <td>Public slot to save the VirusTotal configuration.</td> 75 <td>Public slot to save the VirusTotal configuration.</td>
80 </tr> 76 </tr>
81 </table> 77 </table>
78
82 <h3>Static Methods</h3> 79 <h3>Static Methods</h3>
83
84 <table> 80 <table>
85 <tr><td>None</td></tr> 81 <tr><td>None</td></tr>
86 </table> 82 </table>
87 83
84
88 <a NAME="WebBrowserVirusTotalPage.__init__" ID="WebBrowserVirusTotalPage.__init__"></a> 85 <a NAME="WebBrowserVirusTotalPage.__init__" ID="WebBrowserVirusTotalPage.__init__"></a>
89 <h4>WebBrowserVirusTotalPage (Constructor)</h4> 86 <h4>WebBrowserVirusTotalPage (Constructor)</h4>
90 <b>WebBrowserVirusTotalPage</b>(<i></i>) 87 <b>WebBrowserVirusTotalPage</b>(<i></i>)
91
92 <p> 88 <p>
93 Constructor 89 Constructor
94 </p> 90 </p>
91
95 <a NAME="WebBrowserVirusTotalPage.__checkServiceKeyFinished" ID="WebBrowserVirusTotalPage.__checkServiceKeyFinished"></a> 92 <a NAME="WebBrowserVirusTotalPage.__checkServiceKeyFinished" ID="WebBrowserVirusTotalPage.__checkServiceKeyFinished"></a>
96 <h4>WebBrowserVirusTotalPage.__checkServiceKeyFinished</h4> 93 <h4>WebBrowserVirusTotalPage.__checkServiceKeyFinished</h4>
97 <b>__checkServiceKeyFinished</b>(<i>result, msg</i>) 94 <b>__checkServiceKeyFinished</b>(<i>result, msg</i>)
98
99 <p> 95 <p>
100 Private slot to receive the result of the service key check. 96 Private slot to receive the result of the service key check.
101 </p> 97 </p>
98
102 <dl> 99 <dl>
103 100
104 <dt><i>result</i> (bool)</dt> 101 <dt><i>result</i> (bool)</dt>
105 <dd> 102 <dd>
106 flag indicating a successful check 103 flag indicating a successful check
111 </dd> 108 </dd>
112 </dl> 109 </dl>
113 <a NAME="WebBrowserVirusTotalPage.on_testButton_clicked" ID="WebBrowserVirusTotalPage.on_testButton_clicked"></a> 110 <a NAME="WebBrowserVirusTotalPage.on_testButton_clicked" ID="WebBrowserVirusTotalPage.on_testButton_clicked"></a>
114 <h4>WebBrowserVirusTotalPage.on_testButton_clicked</h4> 111 <h4>WebBrowserVirusTotalPage.on_testButton_clicked</h4>
115 <b>on_testButton_clicked</b>(<i></i>) 112 <b>on_testButton_clicked</b>(<i></i>)
116
117 <p> 113 <p>
118 Private slot to test the entered service key. 114 Private slot to test the entered service key.
119 </p> 115 </p>
116
120 <a NAME="WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged" ID="WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged"></a> 117 <a NAME="WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged" ID="WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged"></a>
121 <h4>WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged</h4> 118 <h4>WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged</h4>
122 <b>on_vtServiceKeyEdit_textChanged</b>(<i>txt</i>) 119 <b>on_vtServiceKeyEdit_textChanged</b>(<i>txt</i>)
123
124 <p> 120 <p>
125 Private slot to handle changes of the service key. 121 Private slot to handle changes of the service key.
126 </p> 122 </p>
123
127 <dl> 124 <dl>
128 125
129 <dt><i>txt</i> (str)</dt> 126 <dt><i>txt</i> (str)</dt>
130 <dd> 127 <dd>
131 entered service key 128 entered service key
132 </dd> 129 </dd>
133 </dl> 130 </dl>
134 <a NAME="WebBrowserVirusTotalPage.save" ID="WebBrowserVirusTotalPage.save"></a> 131 <a NAME="WebBrowserVirusTotalPage.save" ID="WebBrowserVirusTotalPage.save"></a>
135 <h4>WebBrowserVirusTotalPage.save</h4> 132 <h4>WebBrowserVirusTotalPage.save</h4>
136 <b>save</b>(<i></i>) 133 <b>save</b>(<i></i>)
137
138 <p> 134 <p>
139 Public slot to save the VirusTotal configuration. 135 Public slot to save the VirusTotal configuration.
140 </p> 136 </p>
137
141 <div align="right"><a href="#top">Up</a></div> 138 <div align="right"><a href="#top">Up</a></div>
142 <hr /> 139 <hr />
143 <hr /> 140 <hr />
144 <a NAME="create" ID="create"></a> 141 <a NAME="create" ID="create"></a>
145 <h2>create</h2> 142 <h2>create</h2>
146 <b>create</b>(<i>dlg</i>) 143 <b>create</b>(<i>dlg</i>)
147
148 <p> 144 <p>
149 Module function to create the configuration page. 145 Module function to create the configuration page.
150 </p> 146 </p>
147
151 <dl> 148 <dl>
152 149
153 <dt><i>dlg</i> (ConfigurationDialog)</dt> 150 <dt><i>dlg</i> (ConfigurationDialog)</dt>
154 <dd> 151 <dd>
155 reference to the configuration dialog 152 reference to the configuration dialog

eric ide

mercurial