19 </style> |
19 </style> |
20 </head> |
20 </head> |
21 <body><a NAME="top" ID="top"></a> |
21 <body><a NAME="top" ID="top"></a> |
22 <h1>eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog</h1> |
22 <h1>eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog</h1> |
23 <p> |
23 <p> |
24 Module implementing a dialog to show the output of the hg status command process. |
24 Module implementing a dialog to show the output of the hg status command |
|
25 process. |
25 </p> |
26 </p> |
26 <h3>Global Attributes</h3> |
27 <h3>Global Attributes</h3> |
27 <table> |
28 <table> |
28 <tr><td>None</td></tr> |
29 <tr><td>None</td></tr> |
29 </table> |
30 </table> |
40 </table> |
41 </table> |
41 <hr /><hr /> |
42 <hr /><hr /> |
42 <a NAME="HgStatusDialog" ID="HgStatusDialog"></a> |
43 <a NAME="HgStatusDialog" ID="HgStatusDialog"></a> |
43 <h2>HgStatusDialog</h2> |
44 <h2>HgStatusDialog</h2> |
44 <p> |
45 <p> |
45 Class implementing a dialog to show the output of the hg status command process. |
46 Class implementing a dialog to show the output of the hg status command |
|
47 process. |
46 </p> |
48 </p> |
47 <h3>Derived from</h3> |
49 <h3>Derived from</h3> |
48 QWidget, Ui_HgStatusDialog |
50 QWidget, Ui_HgStatusDialog |
49 <h3>Class Attributes</h3> |
51 <h3>Class Attributes</h3> |
50 <table> |
52 <table> |
258 Private slot to handle the Diff context menu entry. |
260 Private slot to handle the Diff context menu entry. |
259 </p><a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a> |
261 </p><a NAME="HgStatusDialog.__finish" ID="HgStatusDialog.__finish"></a> |
260 <h4>HgStatusDialog.__finish</h4> |
262 <h4>HgStatusDialog.__finish</h4> |
261 <b>__finish</b>(<i></i>) |
263 <b>__finish</b>(<i></i>) |
262 <p> |
264 <p> |
263 Private slot called when the process finished or the user pressed the button. |
265 Private slot called when the process finished or the user pressed |
|
266 the button. |
264 </p><a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a> |
267 </p><a NAME="HgStatusDialog.__forget" ID="HgStatusDialog.__forget"></a> |
265 <h4>HgStatusDialog.__forget</h4> |
268 <h4>HgStatusDialog.__forget</h4> |
266 <b>__forget</b>(<i></i>) |
269 <b>__forget</b>(<i></i>) |
267 <p> |
270 <p> |
268 Private slot to handle the Remove context menu entry. |
271 Private slot to handle the Remove context menu entry. |
311 </dd> |
314 </dd> |
312 </dl><a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a> |
315 </dl><a NAME="HgStatusDialog.__getUnversionedItems" ID="HgStatusDialog.__getUnversionedItems"></a> |
313 <h4>HgStatusDialog.__getUnversionedItems</h4> |
316 <h4>HgStatusDialog.__getUnversionedItems</h4> |
314 <b>__getUnversionedItems</b>(<i></i>) |
317 <b>__getUnversionedItems</b>(<i></i>) |
315 <p> |
318 <p> |
316 Private method to retrieve all entries, that have an unversioned status. |
319 Private method to retrieve all entries, that have an unversioned |
|
320 status. |
317 </p><dl> |
321 </p><dl> |
318 <dt>Returns:</dt> |
322 <dt>Returns:</dt> |
319 <dd> |
323 <dd> |
320 list of all items with an unversioned status |
324 list of all items with an unversioned status |
321 </dd> |
325 </dd> |