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

changeset 1294
d051b9d1426d
parent 1258
d5e035c315d5
child 2367
78f6c8193d37
equal deleted inserted replaced
1292:74fc87c7b7a8 1294:d051b9d1426d
65 <td>Private slot to handle the Add context menu entry.</td> 65 <td>Private slot to handle the Add context menu entry.</td>
66 </tr><tr> 66 </tr><tr>
67 <td><a href="#HgStatusDialog.__commit">__commit</a></td> 67 <td><a href="#HgStatusDialog.__commit">__commit</a></td>
68 <td>Private slot to handle the Commit context menu entry.</td> 68 <td>Private slot to handle the Commit context menu entry.</td>
69 </tr><tr> 69 </tr><tr>
70 <td><a href="#HgStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td>
71 <td>Private slot to deselect all entries from commit.</td>
72 </tr><tr>
73 <td><a href="#HgStatusDialog.__commitSelect">__commitSelect</a></td>
74 <td>Private slot to select or deselect all entries.</td>
75 </tr><tr>
76 <td><a href="#HgStatusDialog.__commitSelectAll">__commitSelectAll</a></td>
77 <td>Private slot to select all entries for commit.</td>
78 </tr><tr>
70 <td><a href="#HgStatusDialog.__committed">__committed</a></td> 79 <td><a href="#HgStatusDialog.__committed">__committed</a></td>
71 <td>Private slot called after the commit has finished.</td> 80 <td>Private slot called after the commit has finished.</td>
72 </tr><tr> 81 </tr><tr>
73 <td><a href="#HgStatusDialog.__diff">__diff</a></td> 82 <td><a href="#HgStatusDialog.__diff">__diff</a></td>
74 <td>Private slot to handle the Diff context menu entry.</td> 83 <td>Private slot to handle the Diff context menu entry.</td>
207 </p><a NAME="HgStatusDialog.__commit" ID="HgStatusDialog.__commit"></a> 216 </p><a NAME="HgStatusDialog.__commit" ID="HgStatusDialog.__commit"></a>
208 <h4>HgStatusDialog.__commit</h4> 217 <h4>HgStatusDialog.__commit</h4>
209 <b>__commit</b>(<i></i>) 218 <b>__commit</b>(<i></i>)
210 <p> 219 <p>
211 Private slot to handle the Commit context menu entry. 220 Private slot to handle the Commit context menu entry.
221 </p><a NAME="HgStatusDialog.__commitDeselectAll" ID="HgStatusDialog.__commitDeselectAll"></a>
222 <h4>HgStatusDialog.__commitDeselectAll</h4>
223 <b>__commitDeselectAll</b>(<i></i>)
224 <p>
225 Private slot to deselect all entries from commit.
226 </p><a NAME="HgStatusDialog.__commitSelect" ID="HgStatusDialog.__commitSelect"></a>
227 <h4>HgStatusDialog.__commitSelect</h4>
228 <b>__commitSelect</b>(<i>selected</i>)
229 <p>
230 Private slot to select or deselect all entries.
231 </p><dl>
232 <dt><i>selected</i></dt>
233 <dd>
234 commit selection state to be set (boolean)
235 </dd>
236 </dl><a NAME="HgStatusDialog.__commitSelectAll" ID="HgStatusDialog.__commitSelectAll"></a>
237 <h4>HgStatusDialog.__commitSelectAll</h4>
238 <b>__commitSelectAll</b>(<i></i>)
239 <p>
240 Private slot to select all entries for commit.
212 </p><a NAME="HgStatusDialog.__committed" ID="HgStatusDialog.__committed"></a> 241 </p><a NAME="HgStatusDialog.__committed" ID="HgStatusDialog.__committed"></a>
213 <h4>HgStatusDialog.__committed</h4> 242 <h4>HgStatusDialog.__committed</h4>
214 <b>__committed</b>(<i></i>) 243 <b>__committed</b>(<i></i>)
215 <p> 244 <p>
216 Private slot called after the commit has finished. 245 Private slot called after the commit has finished.

eric ide

mercurial