|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog</h1> |
|
12 <p> |
|
13 Module implementing a dialog to enter the data for a switch operation. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#SvnSwitchDialog">SvnSwitchDialog</a></td> |
|
23 <td>Class implementing a dialog to enter the data for a switch operation.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <hr /><hr /> |
|
31 <a NAME="SvnSwitchDialog" ID="SvnSwitchDialog"></a> |
|
32 <h2>SvnSwitchDialog</h2> |
|
33 <p> |
|
34 Class implementing a dialog to enter the data for a switch operation. |
|
35 </p> |
|
36 <h3>Derived from</h3> |
|
37 QDialog, Ui_SvnSwitchDialog |
|
38 <h3>Class Attributes</h3> |
|
39 <table> |
|
40 <tr><td>None</td></tr> |
|
41 </table> |
|
42 <h3>Methods</h3> |
|
43 <table> |
|
44 <tr> |
|
45 <td><a href="#SvnSwitchDialog.__init__">SvnSwitchDialog</a></td> |
|
46 <td>Constructor</td> |
|
47 </tr><tr> |
|
48 <td><a href="#SvnSwitchDialog.getParameters">getParameters</a></td> |
|
49 <td>Public method to retrieve the tag data.</td> |
|
50 </tr> |
|
51 </table> |
|
52 <a NAME="SvnSwitchDialog.__init__" ID="SvnSwitchDialog.__init__"></a> |
|
53 <h4>SvnSwitchDialog (Constructor)</h4> |
|
54 <b>SvnSwitchDialog</b>(<i>taglist, reposURL, standardLayout, parent = None</i>) |
|
55 <p> |
|
56 Constructor |
|
57 </p><dl> |
|
58 <dt><i>taglist</i></dt> |
|
59 <dd> |
|
60 list of previously entered tags (list of strings) |
|
61 </dd><dt><i>reposURL</i></dt> |
|
62 <dd> |
|
63 repository path (string) or None |
|
64 </dd><dt><i>standardLayout</i></dt> |
|
65 <dd> |
|
66 flag indicating the layout of the |
|
67 repository (boolean) |
|
68 </dd><dt><i>parent</i></dt> |
|
69 <dd> |
|
70 parent widget (QWidget) |
|
71 </dd> |
|
72 </dl><a NAME="SvnSwitchDialog.getParameters" ID="SvnSwitchDialog.getParameters"></a> |
|
73 <h4>SvnSwitchDialog.getParameters</h4> |
|
74 <b>getParameters</b>(<i></i>) |
|
75 <p> |
|
76 Public method to retrieve the tag data. |
|
77 </p><dl> |
|
78 <dt>Returns:</dt> |
|
79 <dd> |
|
80 tuple of string and int (tag, tag type) |
|
81 </dd> |
|
82 </dl> |
|
83 <div align="right"><a href="#top">Up</a></div> |
|
84 <hr /> |
|
85 </body></html> |