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

changeset 945
8cd4d08fa9f6
parent 440
69ace3e2dcf6
child 1228
7afaf2fca55b
equal deleted inserted replaced
944:1b59c4ba121e 945:8cd4d08fa9f6
109 <td>Slot called before the context menu (multiple selections) is shown.</td> 109 <td>Slot called before the context menu (multiple selections) is shown.</td>
110 </tr> 110 </tr>
111 </table> 111 </table>
112 <a NAME="HgProjectBrowserHelper.__init__" ID="HgProjectBrowserHelper.__init__"></a> 112 <a NAME="HgProjectBrowserHelper.__init__" ID="HgProjectBrowserHelper.__init__"></a>
113 <h4>HgProjectBrowserHelper (Constructor)</h4> 113 <h4>HgProjectBrowserHelper (Constructor)</h4>
114 <b>HgProjectBrowserHelper</b>(<i>vcsObject, browserObject, projectObject, isTranslationsBrowser, parent = None, name = None</i>) 114 <b>HgProjectBrowserHelper</b>(<i>vcsObject, browserObject, projectObject, isTranslationsBrowser, parent=None, name=None</i>)
115 <p> 115 <p>
116 Constructor 116 Constructor
117 </p><dl> 117 </p><dl>
118 <dt><i>vcsObject</i></dt> 118 <dt><i>vcsObject</i></dt>
119 <dd> 119 <dd>
221 </dd> 221 </dd>
222 </dl><a NAME="HgProjectBrowserHelper._addVCSMenuMulti" ID="HgProjectBrowserHelper._addVCSMenuMulti"></a> 222 </dl><a NAME="HgProjectBrowserHelper._addVCSMenuMulti" ID="HgProjectBrowserHelper._addVCSMenuMulti"></a>
223 <h4>HgProjectBrowserHelper._addVCSMenuMulti</h4> 223 <h4>HgProjectBrowserHelper._addVCSMenuMulti</h4>
224 <b>_addVCSMenuMulti</b>(<i>mainMenu</i>) 224 <b>_addVCSMenuMulti</b>(<i>mainMenu</i>)
225 <p> 225 <p>
226 Protected method used to add the VCS menu for multi selection to all 226 Protected method used to add the VCS menu for multi selection to all
227 project browsers. 227 project browsers.
228 </p><dl> 228 </p><dl>
229 <dt><i>mainMenu</i></dt> 229 <dt><i>mainMenu</i></dt>
230 <dd> 230 <dd>
231 reference to the menu to be amended 231 reference to the menu to be amended
232 </dd> 232 </dd>
233 </dl><a NAME="HgProjectBrowserHelper.showContextMenu" ID="HgProjectBrowserHelper.showContextMenu"></a> 233 </dl><a NAME="HgProjectBrowserHelper.showContextMenu" ID="HgProjectBrowserHelper.showContextMenu"></a>
234 <h4>HgProjectBrowserHelper.showContextMenu</h4> 234 <h4>HgProjectBrowserHelper.showContextMenu</h4>
235 <b>showContextMenu</b>(<i>menu, standardItems</i>) 235 <b>showContextMenu</b>(<i>menu, standardItems</i>)
236 <p> 236 <p>
237 Slot called before the context menu is shown. 237 Slot called before the context menu is shown.
238 </p><p> 238 </p><p>
239 It enables/disables the VCS menu entries depending on the overall 239 It enables/disables the VCS menu entries depending on the overall
240 VCS status and the file status. 240 VCS status and the file status.
241 </p><dl> 241 </p><dl>
242 <dt><i>menu</i></dt> 242 <dt><i>menu</i></dt>
243 <dd> 243 <dd>
244 reference to the menu to be shown 244 reference to the menu to be shown
249 </dd> 249 </dd>
250 </dl><a NAME="HgProjectBrowserHelper.showContextMenuDir" ID="HgProjectBrowserHelper.showContextMenuDir"></a> 250 </dl><a NAME="HgProjectBrowserHelper.showContextMenuDir" ID="HgProjectBrowserHelper.showContextMenuDir"></a>
251 <h4>HgProjectBrowserHelper.showContextMenuDir</h4> 251 <h4>HgProjectBrowserHelper.showContextMenuDir</h4>
252 <b>showContextMenuDir</b>(<i>menu, standardItems</i>) 252 <b>showContextMenuDir</b>(<i>menu, standardItems</i>)
253 <p> 253 <p>
254 Slot called before the context menu is shown. 254 Slot called before the context menu is shown.
255 </p><p> 255 </p><p>
256 It enables/disables the VCS menu entries depending on the overall 256 It enables/disables the VCS menu entries depending on the overall
257 VCS status and the directory status. 257 VCS status and the directory status.
258 </p><dl> 258 </p><dl>
259 <dt><i>menu</i></dt> 259 <dt><i>menu</i></dt>
260 <dd> 260 <dd>
261 reference to the menu to be shown 261 reference to the menu to be shown
266 </dd> 266 </dd>
267 </dl><a NAME="HgProjectBrowserHelper.showContextMenuDirMulti" ID="HgProjectBrowserHelper.showContextMenuDirMulti"></a> 267 </dl><a NAME="HgProjectBrowserHelper.showContextMenuDirMulti" ID="HgProjectBrowserHelper.showContextMenuDirMulti"></a>
268 <h4>HgProjectBrowserHelper.showContextMenuDirMulti</h4> 268 <h4>HgProjectBrowserHelper.showContextMenuDirMulti</h4>
269 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>) 269 <b>showContextMenuDirMulti</b>(<i>menu, standardItems</i>)
270 <p> 270 <p>
271 Slot called before the context menu is shown. 271 Slot called before the context menu is shown.
272 </p><p> 272 </p><p>
273 It enables/disables the VCS menu entries depending on the overall 273 It enables/disables the VCS menu entries depending on the overall
274 VCS status and the directory status. 274 VCS status and the directory status.
275 </p><dl> 275 </p><dl>
276 <dt><i>menu</i></dt> 276 <dt><i>menu</i></dt>
277 <dd> 277 <dd>
278 reference to the menu to be shown 278 reference to the menu to be shown
283 </dd> 283 </dd>
284 </dl><a NAME="HgProjectBrowserHelper.showContextMenuMulti" ID="HgProjectBrowserHelper.showContextMenuMulti"></a> 284 </dl><a NAME="HgProjectBrowserHelper.showContextMenuMulti" ID="HgProjectBrowserHelper.showContextMenuMulti"></a>
285 <h4>HgProjectBrowserHelper.showContextMenuMulti</h4> 285 <h4>HgProjectBrowserHelper.showContextMenuMulti</h4>
286 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>) 286 <b>showContextMenuMulti</b>(<i>menu, standardItems</i>)
287 <p> 287 <p>
288 Slot called before the context menu (multiple selections) is shown. 288 Slot called before the context menu (multiple selections) is shown.
289 </p><p> 289 </p><p>
290 It enables/disables the VCS menu entries depending on the overall 290 It enables/disables the VCS menu entries depending on the overall
291 VCS status and the files status. 291 VCS status and the files status.
292 </p><dl> 292 </p><dl>
293 <dt><i>menu</i></dt> 293 <dt><i>menu</i></dt>
294 <dd> 294 <dd>
295 reference to the menu to be shown 295 reference to the menu to be shown

eric ide

mercurial