src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignaturesDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
128 <p> 128 <p>
129 Constructor 129 Constructor
130 </p> 130 </p>
131 <dl> 131 <dl>
132 132
133 <dt><i>vcs</i></dt> 133 <dt><i>vcs</i> (Hg)</dt>
134 <dd> 134 <dd>
135 reference to the vcs object 135 reference to the vcs object
136 </dd> 136 </dd>
137 <dt><i>parent</i></dt> 137 <dt><i>parent</i> (QWidget)</dt>
138 <dd> 138 <dd>
139 reference to the parent widget (QWidget) 139 reference to the parent widget
140 </dd> 140 </dd>
141 </dl> 141 </dl>
142 <a NAME="HgGpgSignaturesDialog.__filterSignatures" ID="HgGpgSignaturesDialog.__filterSignatures"></a> 142 <a NAME="HgGpgSignaturesDialog.__filterSignatures" ID="HgGpgSignaturesDialog.__filterSignatures"></a>
143 <h4>HgGpgSignaturesDialog.__filterSignatures</h4> 143 <h4>HgGpgSignaturesDialog.__filterSignatures</h4>
144 <b>__filterSignatures</b>(<i></i>) 144 <b>__filterSignatures</b>(<i></i>)
161 <p> 161 <p>
162 Private method to generate a patch item in the list of patches. 162 Private method to generate a patch item in the list of patches.
163 </p> 163 </p>
164 <dl> 164 <dl>
165 165
166 <dt><i>revision</i></dt> 166 <dt><i>revision</i> (str)</dt>
167 <dd> 167 <dd>
168 revision number (string) 168 revision number
169 </dd> 169 </dd>
170 <dt><i>changeset</i></dt> 170 <dt><i>changeset</i> (str)</dt>
171 <dd> 171 <dd>
172 changeset of the bookmark (string) 172 changeset of the bookmark
173 </dd> 173 </dd>
174 <dt><i>signature</i></dt> 174 <dt><i>signature</i> (str)</dt>
175 <dd> 175 <dd>
176 signature of the changeset (string) 176 signature of the changeset
177 </dd> 177 </dd>
178 </dl> 178 </dl>
179 <a NAME="HgGpgSignaturesDialog.__processOutputLine" ID="HgGpgSignaturesDialog.__processOutputLine"></a> 179 <a NAME="HgGpgSignaturesDialog.__processOutputLine" ID="HgGpgSignaturesDialog.__processOutputLine"></a>
180 <h4>HgGpgSignaturesDialog.__processOutputLine</h4> 180 <h4>HgGpgSignaturesDialog.__processOutputLine</h4>
181 <b>__processOutputLine</b>(<i>line</i>) 181 <b>__processOutputLine</b>(<i>line</i>)
183 <p> 183 <p>
184 Private method to process the lines of output. 184 Private method to process the lines of output.
185 </p> 185 </p>
186 <dl> 186 <dl>
187 187
188 <dt><i>line</i></dt> 188 <dt><i>line</i> (str)</dt>
189 <dd> 189 <dd>
190 output line to be processed (string) 190 output line to be processed
191 </dd> 191 </dd>
192 </dl> 192 </dl>
193 <a NAME="HgGpgSignaturesDialog.__resizeColumns" ID="HgGpgSignaturesDialog.__resizeColumns"></a> 193 <a NAME="HgGpgSignaturesDialog.__resizeColumns" ID="HgGpgSignaturesDialog.__resizeColumns"></a>
194 <h4>HgGpgSignaturesDialog.__resizeColumns</h4> 194 <h4>HgGpgSignaturesDialog.__resizeColumns</h4>
195 <b>__resizeColumns</b>(<i></i>) 195 <b>__resizeColumns</b>(<i></i>)
211 <p> 211 <p>
212 Private slot to show some error. 212 Private slot to show some error.
213 </p> 213 </p>
214 <dl> 214 <dl>
215 215
216 <dt><i>out</i></dt> 216 <dt><i>out</i> (str)</dt>
217 <dd> 217 <dd>
218 error to be shown (string) 218 error to be shown
219 </dd> 219 </dd>
220 </dl> 220 </dl>
221 <a NAME="HgGpgSignaturesDialog.closeEvent" ID="HgGpgSignaturesDialog.closeEvent"></a> 221 <a NAME="HgGpgSignaturesDialog.closeEvent" ID="HgGpgSignaturesDialog.closeEvent"></a>
222 <h4>HgGpgSignaturesDialog.closeEvent</h4> 222 <h4>HgGpgSignaturesDialog.closeEvent</h4>
223 <b>closeEvent</b>(<i>e</i>) 223 <b>closeEvent</b>(<i>e</i>)
225 <p> 225 <p>
226 Protected slot implementing a close event handler. 226 Protected slot implementing a close event handler.
227 </p> 227 </p>
228 <dl> 228 <dl>
229 229
230 <dt><i>e</i></dt> 230 <dt><i>e</i> (QCloseEvent)</dt>
231 <dd> 231 <dd>
232 close event (QCloseEvent) 232 close event
233 </dd> 233 </dd>
234 </dl> 234 </dl>
235 <a NAME="HgGpgSignaturesDialog.on_buttonBox_clicked" ID="HgGpgSignaturesDialog.on_buttonBox_clicked"></a> 235 <a NAME="HgGpgSignaturesDialog.on_buttonBox_clicked" ID="HgGpgSignaturesDialog.on_buttonBox_clicked"></a>
236 <h4>HgGpgSignaturesDialog.on_buttonBox_clicked</h4> 236 <h4>HgGpgSignaturesDialog.on_buttonBox_clicked</h4>
237 <b>on_buttonBox_clicked</b>(<i>button</i>) 237 <b>on_buttonBox_clicked</b>(<i>button</i>)
239 <p> 239 <p>
240 Private slot called by a button of the button box clicked. 240 Private slot called by a button of the button box clicked.
241 </p> 241 </p>
242 <dl> 242 <dl>
243 243
244 <dt><i>button</i></dt> 244 <dt><i>button</i> (QAbstractButton)</dt>
245 <dd> 245 <dd>
246 button that was clicked (QAbstractButton) 246 button that was clicked
247 </dd> 247 </dd>
248 </dl> 248 </dl>
249 <a NAME="HgGpgSignaturesDialog.on_categoryCombo_activated" ID="HgGpgSignaturesDialog.on_categoryCombo_activated"></a> 249 <a NAME="HgGpgSignaturesDialog.on_categoryCombo_activated" ID="HgGpgSignaturesDialog.on_categoryCombo_activated"></a>
250 <h4>HgGpgSignaturesDialog.on_categoryCombo_activated</h4> 250 <h4>HgGpgSignaturesDialog.on_categoryCombo_activated</h4>
251 <b>on_categoryCombo_activated</b>(<i>index</i>) 251 <b>on_categoryCombo_activated</b>(<i>index</i>)
267 <p> 267 <p>
268 Private slot called, when a filter expression is entered. 268 Private slot called, when a filter expression is entered.
269 </p> 269 </p>
270 <dl> 270 <dl>
271 271
272 <dt><i>txt</i></dt> 272 <dt><i>txt</i> (str)</dt>
273 <dd> 273 <dd>
274 filter expression (string) 274 filter expression
275 </dd> 275 </dd>
276 </dl> 276 </dl>
277 <a NAME="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ID="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged"></a> 277 <a NAME="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged" ID="HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged"></a>
278 <h4>HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged</h4> 278 <h4>HgGpgSignaturesDialog.on_signaturesList_itemSelectionChanged</h4>
279 <b>on_signaturesList_itemSelectionChanged</b>(<i></i>) 279 <b>on_signaturesList_itemSelectionChanged</b>(<i></i>)

eric ide

mercurial