src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
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.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitStashBrowserDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to show the stashes. 11 Module implementing a dialog to show the stashes.
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 20 <table>
21 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#GitStashBrowserDialog">GitStashBrowserDialog</a></td> 22 <td><a href="#GitStashBrowserDialog">GitStashBrowserDialog</a></td>
25 <td>Class implementing a dialog to show the stashes.</td> 23 <td>Class implementing a dialog to show the stashes.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31 <tr><td>None</td></tr> 29 <tr><td>None</td></tr>
32 </table> 30 </table>
31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="GitStashBrowserDialog" ID="GitStashBrowserDialog"></a> 34 <a NAME="GitStashBrowserDialog" ID="GitStashBrowserDialog"></a>
36 <h2>GitStashBrowserDialog</h2> 35 <h2>GitStashBrowserDialog</h2>
37
38 <p> 36 <p>
39 Class implementing a dialog to show the stashes. 37 Class implementing a dialog to show the stashes.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 QWidget, Ui_GitStashBrowserDialog 41 QWidget, Ui_GitStashBrowserDialog
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44 43 <table>
45 <table> 44 <tr><td>DateColumn</td></tr>
46 <tr><td>DateColumn</td></tr><tr><td>FileStatisticsRole</td></tr><tr><td>MessageColumn</td></tr><tr><td>NameColumn</td></tr><tr><td>Separator</td></tr><tr><td>TotalStatisticsRole</td></tr> 45 <tr><td>FileStatisticsRole</td></tr>
47 </table> 46 <tr><td>MessageColumn</td></tr>
47 <tr><td>NameColumn</td></tr>
48 <tr><td>Separator</td></tr>
49 <tr><td>TotalStatisticsRole</td></tr>
50 </table>
51
48 <h3>Class Methods</h3> 52 <h3>Class Methods</h3>
49
50 <table> 53 <table>
51 <tr><td>None</td></tr> 54 <tr><td>None</td></tr>
52 </table> 55 </table>
56
53 <h3>Methods</h3> 57 <h3>Methods</h3>
54 58 <table>
55 <table>
56
57 <tr> 59 <tr>
58 <td><a href="#GitStashBrowserDialog.__init__">GitStashBrowserDialog</a></td> 60 <td><a href="#GitStashBrowserDialog.__init__">GitStashBrowserDialog</a></td>
59 <td>Constructor</td> 61 <td>Constructor</td>
60 </tr> 62 </tr>
61 <tr> 63 <tr>
161 <tr> 163 <tr>
162 <td><a href="#GitStashBrowserDialog.start">start</a></td> 164 <td><a href="#GitStashBrowserDialog.start">start</a></td>
163 <td>Public slot to start the git stash command.</td> 165 <td>Public slot to start the git stash command.</td>
164 </tr> 166 </tr>
165 </table> 167 </table>
168
166 <h3>Static Methods</h3> 169 <h3>Static Methods</h3>
167
168 <table> 170 <table>
169 <tr><td>None</td></tr> 171 <tr><td>None</td></tr>
170 </table> 172 </table>
173
171 174
172 <a NAME="GitStashBrowserDialog.__init__" ID="GitStashBrowserDialog.__init__"></a> 175 <a NAME="GitStashBrowserDialog.__init__" ID="GitStashBrowserDialog.__init__"></a>
173 <h4>GitStashBrowserDialog (Constructor)</h4> 176 <h4>GitStashBrowserDialog (Constructor)</h4>
174 <b>GitStashBrowserDialog</b>(<i>vcs, parent=None</i>) 177 <b>GitStashBrowserDialog</b>(<i>vcs, parent=None</i>)
175
176 <p> 178 <p>
177 Constructor 179 Constructor
178 </p> 180 </p>
181
179 <dl> 182 <dl>
180 183
181 <dt><i>vcs</i> (Git)</dt> 184 <dt><i>vcs</i> (Git)</dt>
182 <dd> 185 <dd>
183 reference to the vcs object 186 reference to the vcs object
188 </dd> 191 </dd>
189 </dl> 192 </dl>
190 <a NAME="GitStashBrowserDialog.__apply" ID="GitStashBrowserDialog.__apply"></a> 193 <a NAME="GitStashBrowserDialog.__apply" ID="GitStashBrowserDialog.__apply"></a>
191 <h4>GitStashBrowserDialog.__apply</h4> 194 <h4>GitStashBrowserDialog.__apply</h4>
192 <b>__apply</b>(<i></i>) 195 <b>__apply</b>(<i></i>)
193
194 <p> 196 <p>
195 Private slot to apply the selected stash but keep it. 197 Private slot to apply the selected stash but keep it.
196 </p> 198 </p>
199
197 <a NAME="GitStashBrowserDialog.__branch" ID="GitStashBrowserDialog.__branch"></a> 200 <a NAME="GitStashBrowserDialog.__branch" ID="GitStashBrowserDialog.__branch"></a>
198 <h4>GitStashBrowserDialog.__branch</h4> 201 <h4>GitStashBrowserDialog.__branch</h4>
199 <b>__branch</b>(<i></i>) 202 <b>__branch</b>(<i></i>)
200
201 <p> 203 <p>
202 Private slot to create a branch from the selected stash. 204 Private slot to create a branch from the selected stash.
203 </p> 205 </p>
206
204 <a NAME="GitStashBrowserDialog.__clear" ID="GitStashBrowserDialog.__clear"></a> 207 <a NAME="GitStashBrowserDialog.__clear" ID="GitStashBrowserDialog.__clear"></a>
205 <h4>GitStashBrowserDialog.__clear</h4> 208 <h4>GitStashBrowserDialog.__clear</h4>
206 <b>__clear</b>(<i></i>) 209 <b>__clear</b>(<i></i>)
207
208 <p> 210 <p>
209 Private slot to delete all stashes. 211 Private slot to delete all stashes.
210 </p> 212 </p>
213
211 <a NAME="GitStashBrowserDialog.__drop" ID="GitStashBrowserDialog.__drop"></a> 214 <a NAME="GitStashBrowserDialog.__drop" ID="GitStashBrowserDialog.__drop"></a>
212 <h4>GitStashBrowserDialog.__drop</h4> 215 <h4>GitStashBrowserDialog.__drop</h4>
213 <b>__drop</b>(<i></i>) 216 <b>__drop</b>(<i></i>)
214
215 <p> 217 <p>
216 Private slot to delete the selected stash. 218 Private slot to delete the selected stash.
217 </p> 219 </p>
220
218 <a NAME="GitStashBrowserDialog.__finish" ID="GitStashBrowserDialog.__finish"></a> 221 <a NAME="GitStashBrowserDialog.__finish" ID="GitStashBrowserDialog.__finish"></a>
219 <h4>GitStashBrowserDialog.__finish</h4> 222 <h4>GitStashBrowserDialog.__finish</h4>
220 <b>__finish</b>(<i></i>) 223 <b>__finish</b>(<i></i>)
221
222 <p> 224 <p>
223 Private slot called when the process finished or the user pressed 225 Private slot called when the process finished or the user pressed
224 the button. 226 the button.
225 </p> 227 </p>
228
226 <a NAME="GitStashBrowserDialog.__generateStashEntry" ID="GitStashBrowserDialog.__generateStashEntry"></a> 229 <a NAME="GitStashBrowserDialog.__generateStashEntry" ID="GitStashBrowserDialog.__generateStashEntry"></a>
227 <h4>GitStashBrowserDialog.__generateStashEntry</h4> 230 <h4>GitStashBrowserDialog.__generateStashEntry</h4>
228 <b>__generateStashEntry</b>(<i>name, date, message</i>) 231 <b>__generateStashEntry</b>(<i>name, date, message</i>)
229
230 <p> 232 <p>
231 Private method to generate the stash items. 233 Private method to generate the stash items.
232 </p> 234 </p>
235
233 <dl> 236 <dl>
234 237
235 <dt><i>name</i> (str)</dt> 238 <dt><i>name</i> (str)</dt>
236 <dd> 239 <dd>
237 name of the stash 240 name of the stash
246 </dd> 249 </dd>
247 </dl> 250 </dl>
248 <a NAME="GitStashBrowserDialog.__getStashEntries" ID="GitStashBrowserDialog.__getStashEntries"></a> 251 <a NAME="GitStashBrowserDialog.__getStashEntries" ID="GitStashBrowserDialog.__getStashEntries"></a>
249 <h4>GitStashBrowserDialog.__getStashEntries</h4> 252 <h4>GitStashBrowserDialog.__getStashEntries</h4>
250 <b>__getStashEntries</b>(<i></i>) 253 <b>__getStashEntries</b>(<i></i>)
251
252 <p> 254 <p>
253 Private method to retrieve the list of stashes. 255 Private method to retrieve the list of stashes.
254 </p> 256 </p>
257
255 <a NAME="GitStashBrowserDialog.__pop" ID="GitStashBrowserDialog.__pop"></a> 258 <a NAME="GitStashBrowserDialog.__pop" ID="GitStashBrowserDialog.__pop"></a>
256 <h4>GitStashBrowserDialog.__pop</h4> 259 <h4>GitStashBrowserDialog.__pop</h4>
257 <b>__pop</b>(<i></i>) 260 <b>__pop</b>(<i></i>)
258
259 <p> 261 <p>
260 Private slot to apply the selected stash and delete it. 262 Private slot to apply the selected stash and delete it.
261 </p> 263 </p>
264
262 <a NAME="GitStashBrowserDialog.__procFinished" ID="GitStashBrowserDialog.__procFinished"></a> 265 <a NAME="GitStashBrowserDialog.__procFinished" ID="GitStashBrowserDialog.__procFinished"></a>
263 <h4>GitStashBrowserDialog.__procFinished</h4> 266 <h4>GitStashBrowserDialog.__procFinished</h4>
264 <b>__procFinished</b>(<i>exitCode, exitStatus</i>) 267 <b>__procFinished</b>(<i>exitCode, exitStatus</i>)
265
266 <p> 268 <p>
267 Private slot connected to the finished signal. 269 Private slot connected to the finished signal.
268 </p> 270 </p>
271
269 <dl> 272 <dl>
270 273
271 <dt><i>exitCode</i> (int)</dt> 274 <dt><i>exitCode</i> (int)</dt>
272 <dd> 275 <dd>
273 exit code of the process 276 exit code of the process
278 </dd> 281 </dd>
279 </dl> 282 </dl>
280 <a NAME="GitStashBrowserDialog.__processBuffer" ID="GitStashBrowserDialog.__processBuffer"></a> 283 <a NAME="GitStashBrowserDialog.__processBuffer" ID="GitStashBrowserDialog.__processBuffer"></a>
281 <h4>GitStashBrowserDialog.__processBuffer</h4> 284 <h4>GitStashBrowserDialog.__processBuffer</h4>
282 <b>__processBuffer</b>(<i></i>) 285 <b>__processBuffer</b>(<i></i>)
283
284 <p> 286 <p>
285 Private method to process the buffered output of the git stash command. 287 Private method to process the buffered output of the git stash command.
286 </p> 288 </p>
289
287 <a NAME="GitStashBrowserDialog.__readStderr" ID="GitStashBrowserDialog.__readStderr"></a> 290 <a NAME="GitStashBrowserDialog.__readStderr" ID="GitStashBrowserDialog.__readStderr"></a>
288 <h4>GitStashBrowserDialog.__readStderr</h4> 291 <h4>GitStashBrowserDialog.__readStderr</h4>
289 <b>__readStderr</b>(<i></i>) 292 <b>__readStderr</b>(<i></i>)
290
291 <p> 293 <p>
292 Private slot to handle the readyReadStandardError signal. 294 Private slot to handle the readyReadStandardError signal.
293 </p> 295 </p>
294 <p> 296 <p>
295 It reads the error output of the process and inserts it into the 297 It reads the error output of the process and inserts it into the
296 error pane. 298 error pane.
297 </p> 299 </p>
300
298 <a NAME="GitStashBrowserDialog.__readStdout" ID="GitStashBrowserDialog.__readStdout"></a> 301 <a NAME="GitStashBrowserDialog.__readStdout" ID="GitStashBrowserDialog.__readStdout"></a>
299 <h4>GitStashBrowserDialog.__readStdout</h4> 302 <h4>GitStashBrowserDialog.__readStdout</h4>
300 <b>__readStdout</b>(<i></i>) 303 <b>__readStdout</b>(<i></i>)
301
302 <p> 304 <p>
303 Private slot to handle the readyReadStandardOutput signal. 305 Private slot to handle the readyReadStandardOutput signal.
304 </p> 306 </p>
305 <p> 307 <p>
306 It reads the output of the process and inserts it into a buffer. 308 It reads the output of the process and inserts it into a buffer.
307 </p> 309 </p>
310
308 <a NAME="GitStashBrowserDialog.__resetUI" ID="GitStashBrowserDialog.__resetUI"></a> 311 <a NAME="GitStashBrowserDialog.__resetUI" ID="GitStashBrowserDialog.__resetUI"></a>
309 <h4>GitStashBrowserDialog.__resetUI</h4> 312 <h4>GitStashBrowserDialog.__resetUI</h4>
310 <b>__resetUI</b>(<i></i>) 313 <b>__resetUI</b>(<i></i>)
311
312 <p> 314 <p>
313 Private method to reset the user interface. 315 Private method to reset the user interface.
314 </p> 316 </p>
317
315 <a NAME="GitStashBrowserDialog.__resizeColumnsStashes" ID="GitStashBrowserDialog.__resizeColumnsStashes"></a> 318 <a NAME="GitStashBrowserDialog.__resizeColumnsStashes" ID="GitStashBrowserDialog.__resizeColumnsStashes"></a>
316 <h4>GitStashBrowserDialog.__resizeColumnsStashes</h4> 319 <h4>GitStashBrowserDialog.__resizeColumnsStashes</h4>
317 <b>__resizeColumnsStashes</b>(<i></i>) 320 <b>__resizeColumnsStashes</b>(<i></i>)
318
319 <p> 321 <p>
320 Private method to resize the shelve list columns. 322 Private method to resize the shelve list columns.
321 </p> 323 </p>
324
322 <a NAME="GitStashBrowserDialog.__showPatch" ID="GitStashBrowserDialog.__showPatch"></a> 325 <a NAME="GitStashBrowserDialog.__showPatch" ID="GitStashBrowserDialog.__showPatch"></a>
323 <h4>GitStashBrowserDialog.__showPatch</h4> 326 <h4>GitStashBrowserDialog.__showPatch</h4>
324 <b>__showPatch</b>(<i></i>) 327 <b>__showPatch</b>(<i></i>)
325
326 <p> 328 <p>
327 Private slot to show the contents of the selected stash. 329 Private slot to show the contents of the selected stash.
328 </p> 330 </p>
331
329 <a NAME="GitStashBrowserDialog.closeEvent" ID="GitStashBrowserDialog.closeEvent"></a> 332 <a NAME="GitStashBrowserDialog.closeEvent" ID="GitStashBrowserDialog.closeEvent"></a>
330 <h4>GitStashBrowserDialog.closeEvent</h4> 333 <h4>GitStashBrowserDialog.closeEvent</h4>
331 <b>closeEvent</b>(<i>e</i>) 334 <b>closeEvent</b>(<i>e</i>)
332
333 <p> 335 <p>
334 Protected slot implementing a close event handler. 336 Protected slot implementing a close event handler.
335 </p> 337 </p>
338
336 <dl> 339 <dl>
337 340
338 <dt><i>e</i> (QCloseEvent)</dt> 341 <dt><i>e</i> (QCloseEvent)</dt>
339 <dd> 342 <dd>
340 close event 343 close event
341 </dd> 344 </dd>
342 </dl> 345 </dl>
343 <a NAME="GitStashBrowserDialog.keyPressEvent" ID="GitStashBrowserDialog.keyPressEvent"></a> 346 <a NAME="GitStashBrowserDialog.keyPressEvent" ID="GitStashBrowserDialog.keyPressEvent"></a>
344 <h4>GitStashBrowserDialog.keyPressEvent</h4> 347 <h4>GitStashBrowserDialog.keyPressEvent</h4>
345 <b>keyPressEvent</b>(<i>evt</i>) 348 <b>keyPressEvent</b>(<i>evt</i>)
346
347 <p> 349 <p>
348 Protected slot to handle a key press event. 350 Protected slot to handle a key press event.
349 </p> 351 </p>
352
350 <dl> 353 <dl>
351 354
352 <dt><i>evt</i> (QKeyEvent)</dt> 355 <dt><i>evt</i> (QKeyEvent)</dt>
353 <dd> 356 <dd>
354 the key press event 357 the key press event
355 </dd> 358 </dd>
356 </dl> 359 </dl>
357 <a NAME="GitStashBrowserDialog.on_buttonBox_clicked" ID="GitStashBrowserDialog.on_buttonBox_clicked"></a> 360 <a NAME="GitStashBrowserDialog.on_buttonBox_clicked" ID="GitStashBrowserDialog.on_buttonBox_clicked"></a>
358 <h4>GitStashBrowserDialog.on_buttonBox_clicked</h4> 361 <h4>GitStashBrowserDialog.on_buttonBox_clicked</h4>
359 <b>on_buttonBox_clicked</b>(<i>button</i>) 362 <b>on_buttonBox_clicked</b>(<i>button</i>)
360
361 <p> 363 <p>
362 Private slot called by a button of the button box clicked. 364 Private slot called by a button of the button box clicked.
363 </p> 365 </p>
366
364 <dl> 367 <dl>
365 368
366 <dt><i>button</i> (QAbstractButton)</dt> 369 <dt><i>button</i> (QAbstractButton)</dt>
367 <dd> 370 <dd>
368 button that was clicked 371 button that was clicked
369 </dd> 372 </dd>
370 </dl> 373 </dl>
371 <a NAME="GitStashBrowserDialog.on_input_returnPressed" ID="GitStashBrowserDialog.on_input_returnPressed"></a> 374 <a NAME="GitStashBrowserDialog.on_input_returnPressed" ID="GitStashBrowserDialog.on_input_returnPressed"></a>
372 <h4>GitStashBrowserDialog.on_input_returnPressed</h4> 375 <h4>GitStashBrowserDialog.on_input_returnPressed</h4>
373 <b>on_input_returnPressed</b>(<i></i>) 376 <b>on_input_returnPressed</b>(<i></i>)
374
375 <p> 377 <p>
376 Private slot to handle the press of the return key in the input field. 378 Private slot to handle the press of the return key in the input field.
377 </p> 379 </p>
380
378 <a NAME="GitStashBrowserDialog.on_passwordCheckBox_toggled" ID="GitStashBrowserDialog.on_passwordCheckBox_toggled"></a> 381 <a NAME="GitStashBrowserDialog.on_passwordCheckBox_toggled" ID="GitStashBrowserDialog.on_passwordCheckBox_toggled"></a>
379 <h4>GitStashBrowserDialog.on_passwordCheckBox_toggled</h4> 382 <h4>GitStashBrowserDialog.on_passwordCheckBox_toggled</h4>
380 <b>on_passwordCheckBox_toggled</b>(<i>checked</i>) 383 <b>on_passwordCheckBox_toggled</b>(<i>checked</i>)
381
382 <p> 384 <p>
383 Private slot to handle the password checkbox toggled. 385 Private slot to handle the password checkbox toggled.
384 </p> 386 </p>
387
385 <dl> 388 <dl>
386 389
387 <dt><i>checked</i> (bool)</dt> 390 <dt><i>checked</i> (bool)</dt>
388 <dd> 391 <dd>
389 flag indicating the status of the check box 392 flag indicating the status of the check box
390 </dd> 393 </dd>
391 </dl> 394 </dl>
392 <a NAME="GitStashBrowserDialog.on_refreshButton_clicked" ID="GitStashBrowserDialog.on_refreshButton_clicked"></a> 395 <a NAME="GitStashBrowserDialog.on_refreshButton_clicked" ID="GitStashBrowserDialog.on_refreshButton_clicked"></a>
393 <h4>GitStashBrowserDialog.on_refreshButton_clicked</h4> 396 <h4>GitStashBrowserDialog.on_refreshButton_clicked</h4>
394 <b>on_refreshButton_clicked</b>(<i></i>) 397 <b>on_refreshButton_clicked</b>(<i></i>)
395
396 <p> 398 <p>
397 Private slot to refresh the list of shelves. 399 Private slot to refresh the list of shelves.
398 </p> 400 </p>
401
399 <a NAME="GitStashBrowserDialog.on_sendButton_clicked" ID="GitStashBrowserDialog.on_sendButton_clicked"></a> 402 <a NAME="GitStashBrowserDialog.on_sendButton_clicked" ID="GitStashBrowserDialog.on_sendButton_clicked"></a>
400 <h4>GitStashBrowserDialog.on_sendButton_clicked</h4> 403 <h4>GitStashBrowserDialog.on_sendButton_clicked</h4>
401 <b>on_sendButton_clicked</b>(<i></i>) 404 <b>on_sendButton_clicked</b>(<i></i>)
402
403 <p> 405 <p>
404 Private slot to send the input to the git process. 406 Private slot to send the input to the git process.
405 </p> 407 </p>
408
406 <a NAME="GitStashBrowserDialog.on_stashList_currentItemChanged" ID="GitStashBrowserDialog.on_stashList_currentItemChanged"></a> 409 <a NAME="GitStashBrowserDialog.on_stashList_currentItemChanged" ID="GitStashBrowserDialog.on_stashList_currentItemChanged"></a>
407 <h4>GitStashBrowserDialog.on_stashList_currentItemChanged</h4> 410 <h4>GitStashBrowserDialog.on_stashList_currentItemChanged</h4>
408 <b>on_stashList_currentItemChanged</b>(<i>current, previous</i>) 411 <b>on_stashList_currentItemChanged</b>(<i>current, previous</i>)
409
410 <p> 412 <p>
411 Private slot called, when the current item of the stash list changes. 413 Private slot called, when the current item of the stash list changes.
412 </p> 414 </p>
415
413 <dl> 416 <dl>
414 417
415 <dt><i>current</i> (QTreeWidgetItem)</dt> 418 <dt><i>current</i> (QTreeWidgetItem)</dt>
416 <dd> 419 <dd>
417 reference to the new current item 420 reference to the new current item
422 </dd> 425 </dd>
423 </dl> 426 </dl>
424 <a NAME="GitStashBrowserDialog.on_stashList_customContextMenuRequested" ID="GitStashBrowserDialog.on_stashList_customContextMenuRequested"></a> 427 <a NAME="GitStashBrowserDialog.on_stashList_customContextMenuRequested" ID="GitStashBrowserDialog.on_stashList_customContextMenuRequested"></a>
425 <h4>GitStashBrowserDialog.on_stashList_customContextMenuRequested</h4> 428 <h4>GitStashBrowserDialog.on_stashList_customContextMenuRequested</h4>
426 <b>on_stashList_customContextMenuRequested</b>(<i>pos</i>) 429 <b>on_stashList_customContextMenuRequested</b>(<i>pos</i>)
427
428 <p> 430 <p>
429 Private slot to show the context menu of the stash list. 431 Private slot to show the context menu of the stash list.
430 </p> 432 </p>
433
431 <dl> 434 <dl>
432 435
433 <dt><i>pos</i> (QPoint)</dt> 436 <dt><i>pos</i> (QPoint)</dt>
434 <dd> 437 <dd>
435 position of the mouse pointer 438 position of the mouse pointer
436 </dd> 439 </dd>
437 </dl> 440 </dl>
438 <a NAME="GitStashBrowserDialog.show" ID="GitStashBrowserDialog.show"></a> 441 <a NAME="GitStashBrowserDialog.show" ID="GitStashBrowserDialog.show"></a>
439 <h4>GitStashBrowserDialog.show</h4> 442 <h4>GitStashBrowserDialog.show</h4>
440 <b>show</b>(<i></i>) 443 <b>show</b>(<i></i>)
441
442 <p> 444 <p>
443 Public slot to show the dialog. 445 Public slot to show the dialog.
444 </p> 446 </p>
447
445 <a NAME="GitStashBrowserDialog.start" ID="GitStashBrowserDialog.start"></a> 448 <a NAME="GitStashBrowserDialog.start" ID="GitStashBrowserDialog.start"></a>
446 <h4>GitStashBrowserDialog.start</h4> 449 <h4>GitStashBrowserDialog.start</h4>
447 <b>start</b>(<i>projectDir</i>) 450 <b>start</b>(<i>projectDir</i>)
448
449 <p> 451 <p>
450 Public slot to start the git stash command. 452 Public slot to start the git stash command.
451 </p> 453 </p>
454
452 <dl> 455 <dl>
453 456
454 <dt><i>projectDir</i> (str)</dt> 457 <dt><i>projectDir</i> (str)</dt>
455 <dd> 458 <dd>
456 name of the project directory 459 name of the project directory

eric ide

mercurial