src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9209
b99e7fd55fd3
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
148 <p> 148 <p>
149 Constructor 149 Constructor
150 </p> 150 </p>
151 <dl> 151 <dl>
152 152
153 <dt><i>vcsObject</i></dt> 153 <dt><i>vcsObject</i> (Subversion)</dt>
154 <dd> 154 <dd>
155 reference to the vcs object 155 reference to the vcs object
156 </dd> 156 </dd>
157 <dt><i>projectObject</i></dt> 157 <dt><i>projectObject</i> (Project)</dt>
158 <dd> 158 <dd>
159 reference to the project object 159 reference to the project object
160 </dd> 160 </dd>
161 <dt><i>parent</i></dt> 161 <dt><i>parent</i> (QWidget)</dt>
162 <dd> 162 <dd>
163 parent widget (QWidget) 163 parent widget
164 </dd> 164 </dd>
165 <dt><i>name</i></dt> 165 <dt><i>name</i> (str)</dt>
166 <dd> 166 <dd>
167 name of this object (string) 167 name of this object
168 </dd> 168 </dd>
169 </dl> 169 </dl>
170 <a NAME="PySvnProjectHelper.__svnBranchList" ID="PySvnProjectHelper.__svnBranchList"></a> 170 <a NAME="PySvnProjectHelper.__svnBranchList" ID="PySvnProjectHelper.__svnBranchList"></a>
171 <h4>PySvnProjectHelper.__svnBranchList</h4> 171 <h4>PySvnProjectHelper.__svnBranchList</h4>
172 <b>__svnBranchList</b>(<i></i>) 172 <b>__svnBranchList</b>(<i></i>)
275 Public method to get a list of all actions. 275 Public method to get a list of all actions.
276 </p> 276 </p>
277 <dl> 277 <dl>
278 <dt>Return:</dt> 278 <dt>Return:</dt>
279 <dd> 279 <dd>
280 list of all actions (list of EricAction) 280 list of all actions
281 </dd>
282 </dl>
283 <dl>
284 <dt>Return Type:</dt>
285 <dd>
286 list of EricAction
281 </dd> 287 </dd>
282 </dl> 288 </dl>
283 <a NAME="PySvnProjectHelper.initActions" ID="PySvnProjectHelper.initActions"></a> 289 <a NAME="PySvnProjectHelper.initActions" ID="PySvnProjectHelper.initActions"></a>
284 <h4>PySvnProjectHelper.initActions</h4> 290 <h4>PySvnProjectHelper.initActions</h4>
285 <b>initActions</b>(<i></i>) 291 <b>initActions</b>(<i></i>)
294 <p> 300 <p>
295 Public method to generate the VCS menu. 301 Public method to generate the VCS menu.
296 </p> 302 </p>
297 <dl> 303 <dl>
298 304
299 <dt><i>menu</i></dt> 305 <dt><i>menu</i> (QMenu)</dt>
300 <dd> 306 <dd>
301 reference to the menu to be populated (QMenu) 307 reference to the menu to be populated
302 </dd> 308 </dd>
303 </dl> 309 </dl>
304 <a NAME="PySvnProjectHelper.initToolbar" ID="PySvnProjectHelper.initToolbar"></a> 310 <a NAME="PySvnProjectHelper.initToolbar" ID="PySvnProjectHelper.initToolbar"></a>
305 <h4>PySvnProjectHelper.initToolbar</h4> 311 <h4>PySvnProjectHelper.initToolbar</h4>
306 <b>initToolbar</b>(<i>ui, toolbarManager</i>) 312 <b>initToolbar</b>(<i>ui, toolbarManager</i>)
308 <p> 314 <p>
309 Public slot to initialize the VCS toolbar. 315 Public slot to initialize the VCS toolbar.
310 </p> 316 </p>
311 <dl> 317 <dl>
312 318
313 <dt><i>ui</i></dt> 319 <dt><i>ui</i> (UserInterface)</dt>
314 <dd> 320 <dd>
315 reference to the main window (UserInterface) 321 reference to the main window
316 </dd> 322 </dd>
317 <dt><i>toolbarManager</i></dt> 323 <dt><i>toolbarManager</i> (EricToolBarManager)</dt>
318 <dd> 324 <dd>
319 reference to a toolbar manager object 325 reference to a toolbar manager object
320 (EricToolBarManager)
321 </dd> 326 </dd>
322 </dl> 327 </dl>
323 <a NAME="PySvnProjectHelper.removeToolbar" ID="PySvnProjectHelper.removeToolbar"></a> 328 <a NAME="PySvnProjectHelper.removeToolbar" ID="PySvnProjectHelper.removeToolbar"></a>
324 <h4>PySvnProjectHelper.removeToolbar</h4> 329 <h4>PySvnProjectHelper.removeToolbar</h4>
325 <b>removeToolbar</b>(<i>ui, toolbarManager</i>) 330 <b>removeToolbar</b>(<i>ui, toolbarManager</i>)
327 <p> 332 <p>
328 Public method to remove a toolbar created by initToolbar(). 333 Public method to remove a toolbar created by initToolbar().
329 </p> 334 </p>
330 <dl> 335 <dl>
331 336
332 <dt><i>ui</i></dt> 337 <dt><i>ui</i> (UserInterface)</dt>
333 <dd> 338 <dd>
334 reference to the main window (UserInterface) 339 reference to the main window
335 </dd> 340 </dd>
336 <dt><i>toolbarManager</i></dt> 341 <dt><i>toolbarManager</i> (EricToolBarManager)</dt>
337 <dd> 342 <dd>
338 reference to a toolbar manager object 343 reference to a toolbar manager object
339 (EricToolBarManager)
340 </dd> 344 </dd>
341 </dl> 345 </dl>
342 <div align="right"><a href="#top">Up</a></div> 346 <div align="right"><a href="#top">Up</a></div>
343 <hr /> 347 <hr />
344 </body></html> 348 </body></html>

eric ide

mercurial