|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <style> |
|
6 body { |
|
7 background: #EDECE6; |
|
8 margin: 0em 1em 10em 1em; |
|
9 color: black; |
|
10 } |
|
11 |
|
12 h1 { color: white; background: #85774A; } |
|
13 h2 { color: white; background: #85774A; } |
|
14 h3 { color: white; background: #9D936E; } |
|
15 h4 { color: white; background: #9D936E; } |
|
16 |
|
17 a { color: #BA6D36; } |
|
18 |
|
19 </style> |
|
20 </head> |
|
21 <body> |
|
22 <a NAME="top" ID="top"></a> |
|
23 <h1>eric7.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing a dialog to enter the URLs for the svn diff command. |
|
27 </p> |
|
28 <h3>Global Attributes</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <h3>Classes</h3> |
|
34 |
|
35 <table> |
|
36 |
|
37 <tr> |
|
38 <td><a href="#SvnUrlSelectionDialog">SvnUrlSelectionDialog</a></td> |
|
39 <td>Class implementing a dialog to enter the URLs for the svn diff command.</td> |
|
40 </tr> |
|
41 </table> |
|
42 <h3>Functions</h3> |
|
43 |
|
44 <table> |
|
45 <tr><td>None</td></tr> |
|
46 </table> |
|
47 <hr /> |
|
48 <hr /> |
|
49 <a NAME="SvnUrlSelectionDialog" ID="SvnUrlSelectionDialog"></a> |
|
50 <h2>SvnUrlSelectionDialog</h2> |
|
51 |
|
52 <p> |
|
53 Class implementing a dialog to enter the URLs for the svn diff command. |
|
54 </p> |
|
55 <h3>Derived from</h3> |
|
56 QDialog, Ui_SvnUrlSelectionDialog |
|
57 <h3>Class Attributes</h3> |
|
58 |
|
59 <table> |
|
60 <tr><td>None</td></tr> |
|
61 </table> |
|
62 <h3>Class Methods</h3> |
|
63 |
|
64 <table> |
|
65 <tr><td>None</td></tr> |
|
66 </table> |
|
67 <h3>Methods</h3> |
|
68 |
|
69 <table> |
|
70 |
|
71 <tr> |
|
72 <td><a href="#SvnUrlSelectionDialog.__init__">SvnUrlSelectionDialog</a></td> |
|
73 <td>Constructor</td> |
|
74 </tr> |
|
75 <tr> |
|
76 <td><a href="#SvnUrlSelectionDialog.__changeLabelCombo">__changeLabelCombo</a></td> |
|
77 <td>Private method used to change the label combo depending on the selected type.</td> |
|
78 </tr> |
|
79 <tr> |
|
80 <td><a href="#SvnUrlSelectionDialog.getURLs">getURLs</a></td> |
|
81 <td>Public method to get the entered URLs.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged">on_typeCombo1_currentIndexChanged</a></td> |
|
85 <td>Private slot called when the selected type was changed.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="#SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged">on_typeCombo2_currentIndexChanged</a></td> |
|
89 <td>Private slot called when the selected type was changed.</td> |
|
90 </tr> |
|
91 </table> |
|
92 <h3>Static Methods</h3> |
|
93 |
|
94 <table> |
|
95 <tr><td>None</td></tr> |
|
96 </table> |
|
97 |
|
98 <a NAME="SvnUrlSelectionDialog.__init__" ID="SvnUrlSelectionDialog.__init__"></a> |
|
99 <h4>SvnUrlSelectionDialog (Constructor)</h4> |
|
100 <b>SvnUrlSelectionDialog</b>(<i>vcs, tagsList, branchesList, path, parent=None</i>) |
|
101 |
|
102 <p> |
|
103 Constructor |
|
104 </p> |
|
105 <dl> |
|
106 |
|
107 <dt><i>vcs</i></dt> |
|
108 <dd> |
|
109 reference to the vcs object |
|
110 </dd> |
|
111 <dt><i>tagsList</i></dt> |
|
112 <dd> |
|
113 list of tags (list of strings) |
|
114 </dd> |
|
115 <dt><i>branchesList</i></dt> |
|
116 <dd> |
|
117 list of branches (list of strings) |
|
118 </dd> |
|
119 <dt><i>path</i></dt> |
|
120 <dd> |
|
121 pathname to determine the repository URL from (string) |
|
122 </dd> |
|
123 <dt><i>parent</i></dt> |
|
124 <dd> |
|
125 parent widget of the dialog (QWidget) |
|
126 </dd> |
|
127 </dl> |
|
128 <a NAME="SvnUrlSelectionDialog.__changeLabelCombo" ID="SvnUrlSelectionDialog.__changeLabelCombo"></a> |
|
129 <h4>SvnUrlSelectionDialog.__changeLabelCombo</h4> |
|
130 <b>__changeLabelCombo</b>(<i>labelCombo, type_</i>) |
|
131 |
|
132 <p> |
|
133 Private method used to change the label combo depending on the |
|
134 selected type. |
|
135 </p> |
|
136 <dl> |
|
137 |
|
138 <dt><i>labelCombo</i></dt> |
|
139 <dd> |
|
140 reference to the labelCombo object (QComboBox) |
|
141 </dd> |
|
142 <dt><i>type_</i></dt> |
|
143 <dd> |
|
144 type string (string) |
|
145 </dd> |
|
146 </dl> |
|
147 <a NAME="SvnUrlSelectionDialog.getURLs" ID="SvnUrlSelectionDialog.getURLs"></a> |
|
148 <h4>SvnUrlSelectionDialog.getURLs</h4> |
|
149 <b>getURLs</b>(<i></i>) |
|
150 |
|
151 <p> |
|
152 Public method to get the entered URLs. |
|
153 </p> |
|
154 <dl> |
|
155 <dt>Return:</dt> |
|
156 <dd> |
|
157 tuple of list of two URL strings (list of strings) and |
|
158 a flag indicating a diff summary (boolean) |
|
159 </dd> |
|
160 </dl> |
|
161 <a NAME="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged"></a> |
|
162 <h4>SvnUrlSelectionDialog.on_typeCombo1_currentIndexChanged</h4> |
|
163 <b>on_typeCombo1_currentIndexChanged</b>(<i>index</i>) |
|
164 |
|
165 <p> |
|
166 Private slot called when the selected type was changed. |
|
167 </p> |
|
168 <dl> |
|
169 |
|
170 <dt><i>index</i> (int)</dt> |
|
171 <dd> |
|
172 index of the current item |
|
173 </dd> |
|
174 </dl> |
|
175 <a NAME="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged" ID="SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged"></a> |
|
176 <h4>SvnUrlSelectionDialog.on_typeCombo2_currentIndexChanged</h4> |
|
177 <b>on_typeCombo2_currentIndexChanged</b>(<i>index</i>) |
|
178 |
|
179 <p> |
|
180 Private slot called when the selected type was changed. |
|
181 </p> |
|
182 <dl> |
|
183 |
|
184 <dt><i>index</i> (int)</dt> |
|
185 <dd> |
|
186 index of the current item |
|
187 </dd> |
|
188 </dl> |
|
189 <div align="right"><a href="#top">Up</a></div> |
|
190 <hr /> |
|
191 </body></html> |