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

changeset 7205
f1ee707adc0b
parent 6942
2602857055c5
child 7220
5cf645f6daab
equal deleted inserted replaced
7195:6b53960ff598 7205:f1ee707adc0b
60 <table> 60 <table>
61 <tr> 61 <tr>
62 <td><a href="#HgStatusDialog.__init__">HgStatusDialog</a></td> 62 <td><a href="#HgStatusDialog.__init__">HgStatusDialog</a></td>
63 <td>Constructor</td> 63 <td>Constructor</td>
64 </tr><tr> 64 </tr><tr>
65 <td><a href="#HgStatusDialog.__abortMerge">__abortMerge</a></td>
66 <td>Private slot used to abort an uncommitted merge.</td>
67 </tr><tr>
65 <td><a href="#HgStatusDialog.__actionsMenuHovered">__actionsMenuHovered</a></td> 68 <td><a href="#HgStatusDialog.__actionsMenuHovered">__actionsMenuHovered</a></td>
66 <td>Private slot to show the tooltip for an action menu entry.</td> 69 <td>Private slot to show the tooltip for an action menu entry.</td>
67 </tr><tr> 70 </tr><tr>
68 <td><a href="#HgStatusDialog.__add">__add</a></td> 71 <td><a href="#HgStatusDialog.__add">__add</a></td>
69 <td>Private slot to handle the Add context menu entry.</td> 72 <td>Private slot to handle the Add context menu entry.</td>
71 <td><a href="#HgStatusDialog.__commit">__commit</a></td> 74 <td><a href="#HgStatusDialog.__commit">__commit</a></td>
72 <td>Private slot to handle the Commit context menu entry.</td> 75 <td>Private slot to handle the Commit context menu entry.</td>
73 </tr><tr> 76 </tr><tr>
74 <td><a href="#HgStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td> 77 <td><a href="#HgStatusDialog.__commitDeselectAll">__commitDeselectAll</a></td>
75 <td>Private slot to deselect all entries from commit.</td> 78 <td>Private slot to deselect all entries from commit.</td>
79 </tr><tr>
80 <td><a href="#HgStatusDialog.__commitMerge">__commitMerge</a></td>
81 <td>Private slot to handle the Commit Merge context menu entry.</td>
76 </tr><tr> 82 </tr><tr>
77 <td><a href="#HgStatusDialog.__commitSelect">__commitSelect</a></td> 83 <td><a href="#HgStatusDialog.__commitSelect">__commitSelect</a></td>
78 <td>Private slot to select or deselect all entries.</td> 84 <td>Private slot to select or deselect all entries.</td>
79 </tr><tr> 85 </tr><tr>
80 <td><a href="#HgStatusDialog.__commitSelectAll">__commitSelectAll</a></td> 86 <td><a href="#HgStatusDialog.__commitSelectAll">__commitSelectAll</a></td>
210 flag indicating to show a queue repo status (boolean) 216 flag indicating to show a queue repo status (boolean)
211 </dd><dt><i>parent</i></dt> 217 </dd><dt><i>parent</i></dt>
212 <dd> 218 <dd>
213 parent widget (QWidget) 219 parent widget (QWidget)
214 </dd> 220 </dd>
215 </dl><a NAME="HgStatusDialog.__actionsMenuHovered" ID="HgStatusDialog.__actionsMenuHovered"></a> 221 </dl><a NAME="HgStatusDialog.__abortMerge" ID="HgStatusDialog.__abortMerge"></a>
222 <h4>HgStatusDialog.__abortMerge</h4>
223 <b>__abortMerge</b>(<i></i>)
224 <p>
225 Private slot used to abort an uncommitted merge.
226 </p><a NAME="HgStatusDialog.__actionsMenuHovered" ID="HgStatusDialog.__actionsMenuHovered"></a>
216 <h4>HgStatusDialog.__actionsMenuHovered</h4> 227 <h4>HgStatusDialog.__actionsMenuHovered</h4>
217 <b>__actionsMenuHovered</b>(<i>action</i>) 228 <b>__actionsMenuHovered</b>(<i>action</i>)
218 <p> 229 <p>
219 Private slot to show the tooltip for an action menu entry. 230 Private slot to show the tooltip for an action menu entry.
220 </p><dl> 231 </p><dl>
235 </p><a NAME="HgStatusDialog.__commitDeselectAll" ID="HgStatusDialog.__commitDeselectAll"></a> 246 </p><a NAME="HgStatusDialog.__commitDeselectAll" ID="HgStatusDialog.__commitDeselectAll"></a>
236 <h4>HgStatusDialog.__commitDeselectAll</h4> 247 <h4>HgStatusDialog.__commitDeselectAll</h4>
237 <b>__commitDeselectAll</b>(<i></i>) 248 <b>__commitDeselectAll</b>(<i></i>)
238 <p> 249 <p>
239 Private slot to deselect all entries from commit. 250 Private slot to deselect all entries from commit.
251 </p><a NAME="HgStatusDialog.__commitMerge" ID="HgStatusDialog.__commitMerge"></a>
252 <h4>HgStatusDialog.__commitMerge</h4>
253 <b>__commitMerge</b>(<i></i>)
254 <p>
255 Private slot to handle the Commit Merge context menu entry.
240 </p><a NAME="HgStatusDialog.__commitSelect" ID="HgStatusDialog.__commitSelect"></a> 256 </p><a NAME="HgStatusDialog.__commitSelect" ID="HgStatusDialog.__commitSelect"></a>
241 <h4>HgStatusDialog.__commitSelect</h4> 257 <h4>HgStatusDialog.__commitSelect</h4>
242 <b>__commitSelect</b>(<i>selected</i>) 258 <b>__commitSelect</b>(<i>selected</i>)
243 <p> 259 <p>
244 Private slot to select or deselect all entries. 260 Private slot to select or deselect all entries.

eric ide

mercurial