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

branch
Py2 comp.
changeset 3484
645c12de6b0c
parent 3349
2a034a7f1f54
child 3586
6e3a6c5b58bf
equal deleted inserted replaced
3456:96232974dcdb 3484:645c12de6b0c
70 <td>Private slot called by the context menu to show the difference of a file to the repository.</td> 70 <td>Private slot called by the context menu to show the difference of a file to the repository.</td>
71 </tr><tr> 71 </tr><tr>
72 <td><a href="#HgProjectBrowserHelper.__HgForget">__HgForget</a></td> 72 <td><a href="#HgProjectBrowserHelper.__HgForget">__HgForget</a></td>
73 <td>Private slot called by the context menu to remove the selected file from the Mercurial repository leaving a copy in the project directory.</td> 73 <td>Private slot called by the context menu to remove the selected file from the Mercurial repository leaving a copy in the project directory.</td>
74 </tr><tr> 74 </tr><tr>
75 <td><a href="#HgProjectBrowserHelper.__HgLogBrowser">__HgLogBrowser</a></td>
76 <td>Private slot called by the context menu to show the log browser for a file.</td>
77 </tr><tr>
78 <td><a href="#HgProjectBrowserHelper.__HgMove">__HgMove</a></td> 75 <td><a href="#HgProjectBrowserHelper.__HgMove">__HgMove</a></td>
79 <td>Private slot called by the context menu to move the selected file.</td> 76 <td>Private slot called by the context menu to move the selected file.</td>
80 </tr><tr> 77 </tr><tr>
81 <td><a href="#HgProjectBrowserHelper.__HgResolve">__HgResolve</a></td> 78 <td><a href="#HgProjectBrowserHelper.__HgResolve">__HgResolve</a></td>
82 <td>Private slot called by the context menu to resolve conflicts of a file.</td> 79 <td>Private slot called by the context menu to resolve conflicts of a file.</td>
87 <td><a href="#HgProjectBrowserHelper.__HgSbsDiff">__HgSbsDiff</a></td> 84 <td><a href="#HgProjectBrowserHelper.__HgSbsDiff">__HgSbsDiff</a></td>
88 <td>Private slot called by the context menu to show the difference of a file to the repository side-by-side.</td> 85 <td>Private slot called by the context menu to show the difference of a file to the repository side-by-side.</td>
89 </tr><tr> 86 </tr><tr>
90 <td><a href="#HgProjectBrowserHelper.__HgSbsExtendedDiff">__HgSbsExtendedDiff</a></td> 87 <td><a href="#HgProjectBrowserHelper.__HgSbsExtendedDiff">__HgSbsExtendedDiff</a></td>
91 <td>Private slot called by the context menu to show the difference of a file to the repository side-by-side.</td> 88 <td>Private slot called by the context menu to show the difference of a file to the repository side-by-side.</td>
89 </tr><tr>
90 <td><a href="#HgProjectBrowserHelper.__addExtensionsMenu">__addExtensionsMenu</a></td>
91 <td>Private method to add an extension menu entry.</td>
92 </tr><tr>
93 <td><a href="#HgProjectBrowserHelper.__showExtensionMenu">__showExtensionMenu</a></td>
94 <td>Private slot showing the extensions menu.</td>
92 </tr><tr> 95 </tr><tr>
93 <td><a href="#HgProjectBrowserHelper._addVCSMenu">_addVCSMenu</a></td> 96 <td><a href="#HgProjectBrowserHelper._addVCSMenu">_addVCSMenu</a></td>
94 <td>Protected method used to add the VCS menu to all project browsers.</td> 97 <td>Protected method used to add the VCS menu to all project browsers.</td>
95 </tr><tr> 98 </tr><tr>
96 <td><a href="#HgProjectBrowserHelper._addVCSMenuBack">_addVCSMenuBack</a></td> 99 <td><a href="#HgProjectBrowserHelper._addVCSMenuBack">_addVCSMenuBack</a></td>
171 <h4>HgProjectBrowserHelper.__HgForget</h4> 174 <h4>HgProjectBrowserHelper.__HgForget</h4>
172 <b>__HgForget</b>(<i></i>) 175 <b>__HgForget</b>(<i></i>)
173 <p> 176 <p>
174 Private slot called by the context menu to remove the selected file 177 Private slot called by the context menu to remove the selected file
175 from the Mercurial repository leaving a copy in the project directory. 178 from the Mercurial repository leaving a copy in the project directory.
176 </p><a NAME="HgProjectBrowserHelper.__HgLogBrowser" ID="HgProjectBrowserHelper.__HgLogBrowser"></a>
177 <h4>HgProjectBrowserHelper.__HgLogBrowser</h4>
178 <b>__HgLogBrowser</b>(<i></i>)
179 <p>
180 Private slot called by the context menu to show the log browser for a
181 file.
182 </p><a NAME="HgProjectBrowserHelper.__HgMove" ID="HgProjectBrowserHelper.__HgMove"></a> 179 </p><a NAME="HgProjectBrowserHelper.__HgMove" ID="HgProjectBrowserHelper.__HgMove"></a>
183 <h4>HgProjectBrowserHelper.__HgMove</h4> 180 <h4>HgProjectBrowserHelper.__HgMove</h4>
184 <b>__HgMove</b>(<i></i>) 181 <b>__HgMove</b>(<i></i>)
185 <p> 182 <p>
186 Private slot called by the context menu to move the selected file. 183 Private slot called by the context menu to move the selected file.
206 <p> 203 <p>
207 Private slot called by the context menu to show the difference of a 204 Private slot called by the context menu to show the difference of a
208 file to the repository side-by-side. 205 file to the repository side-by-side.
209 </p><p> 206 </p><p>
210 It allows the selection of revisions to compare. 207 It allows the selection of revisions to compare.
211 </p><a NAME="HgProjectBrowserHelper._addVCSMenu" ID="HgProjectBrowserHelper._addVCSMenu"></a> 208 </p><a NAME="HgProjectBrowserHelper.__addExtensionsMenu" ID="HgProjectBrowserHelper.__addExtensionsMenu"></a>
209 <h4>HgProjectBrowserHelper.__addExtensionsMenu</h4>
210 <b>__addExtensionsMenu</b>(<i>menu, key</i>)
211 <p>
212 Private method to add an extension menu entry.
213 </p><dl>
214 <dt><i>menu</i></dt>
215 <dd>
216 menu to add it to (QMenu)
217 </dd><dt><i>key</i></dt>
218 <dd>
219 menu key (string, one of 'mainMenu', 'multiMenu',
220 'backMenu', 'dirMenu' or 'dirMultiMenu')
221 </dd>
222 </dl><dl>
223 <dt>Returns:</dt>
224 <dd>
225 reference to the menu action (QAction)
226 </dd>
227 </dl><a NAME="HgProjectBrowserHelper.__showExtensionMenu" ID="HgProjectBrowserHelper.__showExtensionMenu"></a>
228 <h4>HgProjectBrowserHelper.__showExtensionMenu</h4>
229 <b>__showExtensionMenu</b>(<i>key, controlled</i>)
230 <p>
231 Private slot showing the extensions menu.
232 </p><dl>
233 <dt><i>key</i></dt>
234 <dd>
235 menu key (string, one of 'mainMenu', 'multiMenu',
236 'backMenu', 'dirMenu' or 'dirMultiMenu')
237 </dd><dt><i>controlled</i></dt>
238 <dd>
239 flag indicating to show the menu for a
240 version controlled entry or a non-version controlled entry
241 (boolean)
242 </dd>
243 </dl><a NAME="HgProjectBrowserHelper._addVCSMenu" ID="HgProjectBrowserHelper._addVCSMenu"></a>
212 <h4>HgProjectBrowserHelper._addVCSMenu</h4> 244 <h4>HgProjectBrowserHelper._addVCSMenu</h4>
213 <b>_addVCSMenu</b>(<i>mainMenu</i>) 245 <b>_addVCSMenu</b>(<i>mainMenu</i>)
214 <p> 246 <p>
215 Protected method used to add the VCS menu to all project browsers. 247 Protected method used to add the VCS menu to all project browsers.
216 </p><dl> 248 </p><dl>

eric ide

mercurial