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