Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html

changeset 1258
d5e035c315d5
parent 1229
a8207dc73672
child 1294
d051b9d1426d
equal deleted inserted replaced
1257:0128383c759c 1258:d5e035c315d5
95 <td>Private method to retrieve all entries, that have an unversioned status.</td> 95 <td>Private method to retrieve all entries, that have an unversioned status.</td>
96 </tr><tr> 96 </tr><tr>
97 <td><a href="#HgStatusDialog.__procFinished">__procFinished</a></td> 97 <td><a href="#HgStatusDialog.__procFinished">__procFinished</a></td>
98 <td>Private slot connected to the finished signal.</td> 98 <td>Private slot connected to the finished signal.</td>
99 </tr><tr> 99 </tr><tr>
100 <td><a href="#HgStatusDialog.__processOutputLine">__processOutputLine</a></td>
101 <td>Private method to process the lines of output.</td>
102 </tr><tr>
100 <td><a href="#HgStatusDialog.__readStderr">__readStderr</a></td> 103 <td><a href="#HgStatusDialog.__readStderr">__readStderr</a></td>
101 <td>Private slot to handle the readyReadStandardError signal.</td> 104 <td>Private slot to handle the readyReadStandardError signal.</td>
102 </tr><tr> 105 </tr><tr>
103 <td><a href="#HgStatusDialog.__readStdout">__readStdout</a></td> 106 <td><a href="#HgStatusDialog.__readStdout">__readStdout</a></td>
104 <td>Private slot to handle the readyReadStandardOutput signal.</td> 107 <td>Private slot to handle the readyReadStandardOutput signal.</td>
115 <td><a href="#HgStatusDialog.__revert">__revert</a></td> 118 <td><a href="#HgStatusDialog.__revert">__revert</a></td>
116 <td>Private slot to handle the Revert context menu entry.</td> 119 <td>Private slot to handle the Revert context menu entry.</td>
117 </tr><tr> 120 </tr><tr>
118 <td><a href="#HgStatusDialog.__showContextMenu">__showContextMenu</a></td> 121 <td><a href="#HgStatusDialog.__showContextMenu">__showContextMenu</a></td>
119 <td>Protected slot to show the context menu of the status list.</td> 122 <td>Protected slot to show the context menu of the status list.</td>
123 </tr><tr>
124 <td><a href="#HgStatusDialog.__showError">__showError</a></td>
125 <td>Private slot to show some error.</td>
120 </tr><tr> 126 </tr><tr>
121 <td><a href="#HgStatusDialog.__updateButtons">__updateButtons</a></td> 127 <td><a href="#HgStatusDialog.__updateButtons">__updateButtons</a></td>
122 <td>Private method to update the VCS buttons status.</td> 128 <td>Private method to update the VCS buttons status.</td>
123 </tr><tr> 129 </tr><tr>
124 <td><a href="#HgStatusDialog.__updateCommitButton">__updateCommitButton</a></td> 130 <td><a href="#HgStatusDialog.__updateCommitButton">__updateCommitButton</a></td>
286 <dd> 292 <dd>
287 exit code of the process (integer) 293 exit code of the process (integer)
288 </dd><dt><i>exitStatus</i></dt> 294 </dd><dt><i>exitStatus</i></dt>
289 <dd> 295 <dd>
290 exit status of the process (QProcess.ExitStatus) 296 exit status of the process (QProcess.ExitStatus)
297 </dd>
298 </dl><a NAME="HgStatusDialog.__processOutputLine" ID="HgStatusDialog.__processOutputLine"></a>
299 <h4>HgStatusDialog.__processOutputLine</h4>
300 <b>__processOutputLine</b>(<i>line</i>)
301 <p>
302 Private method to process the lines of output.
303 </p><dl>
304 <dt><i>line</i></dt>
305 <dd>
306 output line to be processed (string)
291 </dd> 307 </dd>
292 </dl><a NAME="HgStatusDialog.__readStderr" ID="HgStatusDialog.__readStderr"></a> 308 </dl><a NAME="HgStatusDialog.__readStderr" ID="HgStatusDialog.__readStderr"></a>
293 <h4>HgStatusDialog.__readStderr</h4> 309 <h4>HgStatusDialog.__readStderr</h4>
294 <b>__readStderr</b>(<i></i>) 310 <b>__readStderr</b>(<i></i>)
295 <p> 311 <p>
333 </p><dl> 349 </p><dl>
334 <dt><i>coord</i></dt> 350 <dt><i>coord</i></dt>
335 <dd> 351 <dd>
336 the position of the mouse pointer (QPoint) 352 the position of the mouse pointer (QPoint)
337 </dd> 353 </dd>
354 </dl><a NAME="HgStatusDialog.__showError" ID="HgStatusDialog.__showError"></a>
355 <h4>HgStatusDialog.__showError</h4>
356 <b>__showError</b>(<i>out</i>)
357 <p>
358 Private slot to show some error.
359 </p><dl>
360 <dt><i>out</i></dt>
361 <dd>
362 error to be shown (string)
363 </dd>
338 </dl><a NAME="HgStatusDialog.__updateButtons" ID="HgStatusDialog.__updateButtons"></a> 364 </dl><a NAME="HgStatusDialog.__updateButtons" ID="HgStatusDialog.__updateButtons"></a>
339 <h4>HgStatusDialog.__updateButtons</h4> 365 <h4>HgStatusDialog.__updateButtons</h4>
340 <b>__updateButtons</b>(<i></i>) 366 <b>__updateButtons</b>(<i></i>)
341 <p> 367 <p>
342 Private method to update the VCS buttons status. 368 Private method to update the VCS buttons status.

eric ide

mercurial