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

changeset 3673
e26d7d0c1088
child 6041
415d36b1d3a6
equal deleted inserted replaced
3670:f0cb7579c0b4 3673:e26d7d0c1088
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.Preferences.ConfigurationPages.HelpVirusTotalPage</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body><a NAME="top" ID="top"></a>
22 <h1>eric6.Preferences.ConfigurationPages.HelpVirusTotalPage</h1>
23 <p>
24 Module implementing HelpVirusTotalPage.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#HelpVirusTotalPage">HelpVirusTotalPage</a></td>
34 <td>Class documentation goes here.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr>
40 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td>
42 </tr>
43 </table>
44 <hr /><hr />
45 <a NAME="HelpVirusTotalPage" ID="HelpVirusTotalPage"></a>
46 <h2>HelpVirusTotalPage</h2>
47 <p>
48 Class documentation goes here.
49 </p>
50 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_HelpVirusTotalPage
52 <h3>Class Attributes</h3>
53 <table>
54 <tr><td>None</td></tr>
55 </table>
56 <h3>Class Methods</h3>
57 <table>
58 <tr><td>None</td></tr>
59 </table>
60 <h3>Methods</h3>
61 <table>
62 <tr>
63 <td><a href="#HelpVirusTotalPage.__init__">HelpVirusTotalPage</a></td>
64 <td>Constructor</td>
65 </tr><tr>
66 <td><a href="#HelpVirusTotalPage.__checkServiceKeyFinished">__checkServiceKeyFinished</a></td>
67 <td>Private slot to receive the result of the service key check.</td>
68 </tr><tr>
69 <td><a href="#HelpVirusTotalPage.on_testButton_clicked">on_testButton_clicked</a></td>
70 <td>Private slot to test the entered service key.</td>
71 </tr><tr>
72 <td><a href="#HelpVirusTotalPage.on_vtServiceKeyEdit_textChanged">on_vtServiceKeyEdit_textChanged</a></td>
73 <td>Private slot to handle changes of the service key.</td>
74 </tr><tr>
75 <td><a href="#HelpVirusTotalPage.save">save</a></td>
76 <td>Public slot to save the VirusTotal configuration.</td>
77 </tr>
78 </table>
79 <h3>Static Methods</h3>
80 <table>
81 <tr><td>None</td></tr>
82 </table>
83 <a NAME="HelpVirusTotalPage.__init__" ID="HelpVirusTotalPage.__init__"></a>
84 <h4>HelpVirusTotalPage (Constructor)</h4>
85 <b>HelpVirusTotalPage</b>(<i>parent=None</i>)
86 <p>
87 Constructor
88 </p><dl>
89 <dt><i>parent</i></dt>
90 <dd>
91 reference to the parent widget (QWidget)
92 </dd>
93 </dl><a NAME="HelpVirusTotalPage.__checkServiceKeyFinished" ID="HelpVirusTotalPage.__checkServiceKeyFinished"></a>
94 <h4>HelpVirusTotalPage.__checkServiceKeyFinished</h4>
95 <b>__checkServiceKeyFinished</b>(<i>result, msg</i>)
96 <p>
97 Private slot to receive the result of the service key check.
98 </p><dl>
99 <dt><i>result</i></dt>
100 <dd>
101 flag indicating a successful check (boolean)
102 </dd><dt><i>msg</i></dt>
103 <dd>
104 network error message (str)
105 </dd>
106 </dl><a NAME="HelpVirusTotalPage.on_testButton_clicked" ID="HelpVirusTotalPage.on_testButton_clicked"></a>
107 <h4>HelpVirusTotalPage.on_testButton_clicked</h4>
108 <b>on_testButton_clicked</b>(<i></i>)
109 <p>
110 Private slot to test the entered service key.
111 </p><a NAME="HelpVirusTotalPage.on_vtServiceKeyEdit_textChanged" ID="HelpVirusTotalPage.on_vtServiceKeyEdit_textChanged"></a>
112 <h4>HelpVirusTotalPage.on_vtServiceKeyEdit_textChanged</h4>
113 <b>on_vtServiceKeyEdit_textChanged</b>(<i>txt</i>)
114 <p>
115 Private slot to handle changes of the service key.
116 </p><dl>
117 <dt><i>txt</i></dt>
118 <dd>
119 entered service key (string)
120 </dd>
121 </dl><a NAME="HelpVirusTotalPage.save" ID="HelpVirusTotalPage.save"></a>
122 <h4>HelpVirusTotalPage.save</h4>
123 <b>save</b>(<i></i>)
124 <p>
125 Public slot to save the VirusTotal configuration.
126 </p>
127 <div align="right"><a href="#top">Up</a></div>
128 <hr /><hr />
129 <a NAME="create" ID="create"></a>
130 <h2>create</h2>
131 <b>create</b>(<i>dlg</i>)
132 <p>
133 Module function to create the configuration page.
134 </p><dl>
135 <dt><i>dlg</i></dt>
136 <dd>
137 reference to the configuration dialog
138 </dd>
139 </dl><dl>
140 <dt>Returns:</dt>
141 <dd>
142 reference to the instantiated page (ConfigurationPageBase)
143 </dd>
144 </dl>
145 <div align="right"><a href="#top">Up</a></div>
146 <hr />
147 </body></html>

eric ide

mercurial