eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.html

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7296
d2f28511065e
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Preferences.ConfigurationPages.WebBrowserVirusTotalPage</h1> 23 <h1>eric6.Preferences.ConfigurationPages.WebBrowserVirusTotalPage</h1>
24
23 <p> 25 <p>
24 Module implementing VirusTotal configuration page (web browser variant). 26 Module implementing VirusTotal configuration page (web browser variant).
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#WebBrowserVirusTotalPage">WebBrowserVirusTotalPage</a></td> 38 <td><a href="#WebBrowserVirusTotalPage">WebBrowserVirusTotalPage</a></td>
34 <td>Class implementing VirusTotal configuration page (web browser variant).</td> 39 <td>Class implementing VirusTotal configuration page (web browser variant).</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
45
39 <tr> 46 <tr>
40 <td><a href="#create">create</a></td> 47 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td> 48 <td>Module function to create the configuration page.</td>
42 </tr> 49 </tr>
43 </table> 50 </table>
44 <hr /><hr /> 51 <hr />
52 <hr />
45 <a NAME="WebBrowserVirusTotalPage" ID="WebBrowserVirusTotalPage"></a> 53 <a NAME="WebBrowserVirusTotalPage" ID="WebBrowserVirusTotalPage"></a>
46 <h2>WebBrowserVirusTotalPage</h2> 54 <h2>WebBrowserVirusTotalPage</h2>
55
47 <p> 56 <p>
48 Class implementing VirusTotal configuration page (web browser variant). 57 Class implementing VirusTotal configuration page (web browser variant).
49 </p> 58 </p>
50 <h3>Derived from</h3> 59 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_HelpVirusTotalPage 60 ConfigurationPageBase, Ui_HelpVirusTotalPage
52 <h3>Class Attributes</h3> 61 <h3>Class Attributes</h3>
62
53 <table> 63 <table>
54 <tr><td>None</td></tr> 64 <tr><td>None</td></tr>
55 </table> 65 </table>
56 <h3>Class Methods</h3> 66 <h3>Class Methods</h3>
67
57 <table> 68 <table>
58 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
59 </table> 70 </table>
60 <h3>Methods</h3> 71 <h3>Methods</h3>
72
61 <table> 73 <table>
74
62 <tr> 75 <tr>
63 <td><a href="#WebBrowserVirusTotalPage.__init__">WebBrowserVirusTotalPage</a></td> 76 <td><a href="#WebBrowserVirusTotalPage.__init__">WebBrowserVirusTotalPage</a></td>
64 <td>Constructor</td> 77 <td>Constructor</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#WebBrowserVirusTotalPage.__checkServiceKeyFinished">__checkServiceKeyFinished</a></td> 80 <td><a href="#WebBrowserVirusTotalPage.__checkServiceKeyFinished">__checkServiceKeyFinished</a></td>
67 <td>Private slot to receive the result of the service key check.</td> 81 <td>Private slot to receive the result of the service key check.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#WebBrowserVirusTotalPage.on_testButton_clicked">on_testButton_clicked</a></td> 84 <td><a href="#WebBrowserVirusTotalPage.on_testButton_clicked">on_testButton_clicked</a></td>
70 <td>Private slot to test the entered service key.</td> 85 <td>Private slot to test the entered service key.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged">on_vtServiceKeyEdit_textChanged</a></td> 88 <td><a href="#WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged">on_vtServiceKeyEdit_textChanged</a></td>
73 <td>Private slot to handle changes of the service key.</td> 89 <td>Private slot to handle changes of the service key.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#WebBrowserVirusTotalPage.save">save</a></td> 92 <td><a href="#WebBrowserVirusTotalPage.save">save</a></td>
76 <td>Public slot to save the VirusTotal configuration.</td> 93 <td>Public slot to save the VirusTotal configuration.</td>
77 </tr> 94 </tr>
78 </table> 95 </table>
79 <h3>Static Methods</h3> 96 <h3>Static Methods</h3>
97
80 <table> 98 <table>
81 <tr><td>None</td></tr> 99 <tr><td>None</td></tr>
82 </table> 100 </table>
101
83 <a NAME="WebBrowserVirusTotalPage.__init__" ID="WebBrowserVirusTotalPage.__init__"></a> 102 <a NAME="WebBrowserVirusTotalPage.__init__" ID="WebBrowserVirusTotalPage.__init__"></a>
84 <h4>WebBrowserVirusTotalPage (Constructor)</h4> 103 <h4>WebBrowserVirusTotalPage (Constructor)</h4>
85 <b>WebBrowserVirusTotalPage</b>(<i></i>) 104 <b>WebBrowserVirusTotalPage</b>(<i></i>)
105
86 <p> 106 <p>
87 Constructor 107 Constructor
88 </p><a NAME="WebBrowserVirusTotalPage.__checkServiceKeyFinished" ID="WebBrowserVirusTotalPage.__checkServiceKeyFinished"></a> 108 </p>
109 <a NAME="WebBrowserVirusTotalPage.__checkServiceKeyFinished" ID="WebBrowserVirusTotalPage.__checkServiceKeyFinished"></a>
89 <h4>WebBrowserVirusTotalPage.__checkServiceKeyFinished</h4> 110 <h4>WebBrowserVirusTotalPage.__checkServiceKeyFinished</h4>
90 <b>__checkServiceKeyFinished</b>(<i>result, msg</i>) 111 <b>__checkServiceKeyFinished</b>(<i>result, msg</i>)
112
91 <p> 113 <p>
92 Private slot to receive the result of the service key check. 114 Private slot to receive the result of the service key check.
93 </p><dl> 115 </p>
116 <dl>
117
94 <dt><i>result</i></dt> 118 <dt><i>result</i></dt>
95 <dd> 119 <dd>
96 flag indicating a successful check (boolean) 120 flag indicating a successful check (boolean)
97 </dd><dt><i>msg</i></dt> 121 </dd>
122 <dt><i>msg</i></dt>
98 <dd> 123 <dd>
99 network error message (str) 124 network error message (str)
100 </dd> 125 </dd>
101 </dl><a NAME="WebBrowserVirusTotalPage.on_testButton_clicked" ID="WebBrowserVirusTotalPage.on_testButton_clicked"></a> 126 </dl>
127 <a NAME="WebBrowserVirusTotalPage.on_testButton_clicked" ID="WebBrowserVirusTotalPage.on_testButton_clicked"></a>
102 <h4>WebBrowserVirusTotalPage.on_testButton_clicked</h4> 128 <h4>WebBrowserVirusTotalPage.on_testButton_clicked</h4>
103 <b>on_testButton_clicked</b>(<i></i>) 129 <b>on_testButton_clicked</b>(<i></i>)
130
104 <p> 131 <p>
105 Private slot to test the entered service key. 132 Private slot to test the entered service key.
106 </p><a NAME="WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged" ID="WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged"></a> 133 </p>
134 <a NAME="WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged" ID="WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged"></a>
107 <h4>WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged</h4> 135 <h4>WebBrowserVirusTotalPage.on_vtServiceKeyEdit_textChanged</h4>
108 <b>on_vtServiceKeyEdit_textChanged</b>(<i>txt</i>) 136 <b>on_vtServiceKeyEdit_textChanged</b>(<i>txt</i>)
137
109 <p> 138 <p>
110 Private slot to handle changes of the service key. 139 Private slot to handle changes of the service key.
111 </p><dl> 140 </p>
141 <dl>
142
112 <dt><i>txt</i></dt> 143 <dt><i>txt</i></dt>
113 <dd> 144 <dd>
114 entered service key (string) 145 entered service key (string)
115 </dd> 146 </dd>
116 </dl><a NAME="WebBrowserVirusTotalPage.save" ID="WebBrowserVirusTotalPage.save"></a> 147 </dl>
148 <a NAME="WebBrowserVirusTotalPage.save" ID="WebBrowserVirusTotalPage.save"></a>
117 <h4>WebBrowserVirusTotalPage.save</h4> 149 <h4>WebBrowserVirusTotalPage.save</h4>
118 <b>save</b>(<i></i>) 150 <b>save</b>(<i></i>)
151
119 <p> 152 <p>
120 Public slot to save the VirusTotal configuration. 153 Public slot to save the VirusTotal configuration.
121 </p> 154 </p>
122 <div align="right"><a href="#top">Up</a></div> 155 <div align="right"><a href="#top">Up</a></div>
123 <hr /><hr /> 156 <hr />
157 <hr />
124 <a NAME="create" ID="create"></a> 158 <a NAME="create" ID="create"></a>
125 <h2>create</h2> 159 <h2>create</h2>
126 <b>create</b>(<i>dlg</i>) 160 <b>create</b>(<i>dlg</i>)
161
127 <p> 162 <p>
128 Module function to create the configuration page. 163 Module function to create the configuration page.
129 </p><dl> 164 </p>
165 <dl>
166
130 <dt><i>dlg</i></dt> 167 <dt><i>dlg</i></dt>
131 <dd> 168 <dd>
132 reference to the configuration dialog 169 reference to the configuration dialog
133 </dd> 170 </dd>
134 </dl><dl> 171 </dl>
172 <dl>
135 <dt>Returns:</dt> 173 <dt>Returns:</dt>
136 <dd> 174 <dd>
137 reference to the instantiated page (ConfigurationPageBase) 175 reference to the instantiated page (ConfigurationPageBase)
138 </dd> 176 </dd>
139 </dl> 177 </dl>

eric ide

mercurial