src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
child 10690
fab36645aa7d
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to enter the data for a bundle operation. 11 Module implementing a dialog to enter the data for a bundle operation.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15 15 <table>
16 <table> 16 <tr><td>None</td></tr>
17 <tr><td>None</td></tr> 17 </table>
18 </table> 18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20 20 <table>
21 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#HgBundleDialog">HgBundleDialog</a></td> 22 <td><a href="#HgBundleDialog">HgBundleDialog</a></td>
25 <td>Class implementing a dialog to enter the data for a bundle operation.</td> 23 <td>Class implementing a dialog to enter the data for a bundle operation.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29 28 <table>
30 <table> 29 <tr><td>None</td></tr>
31 <tr><td>None</td></tr> 30 </table>
32 </table> 31
33 <hr /> 32 <hr />
34 <hr /> 33 <hr />
35 <a NAME="HgBundleDialog" ID="HgBundleDialog"></a> 34 <a NAME="HgBundleDialog" ID="HgBundleDialog"></a>
36 <h2>HgBundleDialog</h2> 35 <h2>HgBundleDialog</h2>
37
38 <p> 36 <p>
39 Class implementing a dialog to enter the data for a bundle operation. 37 Class implementing a dialog to enter the data for a bundle operation.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 QDialog, Ui_HgBundleDialog 41 QDialog, Ui_HgBundleDialog
43 <h3>Class Attributes</h3> 42 <h3>Class Attributes</h3>
44 43 <table>
45 <table> 44 <tr><td>None</td></tr>
46 <tr><td>None</td></tr> 45 </table>
47 </table> 46
48 <h3>Class Methods</h3> 47 <h3>Class Methods</h3>
49 48 <table>
50 <table> 49 <tr><td>None</td></tr>
51 <tr><td>None</td></tr> 50 </table>
52 </table> 51
53 <h3>Methods</h3> 52 <h3>Methods</h3>
54 53 <table>
55 <table>
56
57 <tr> 54 <tr>
58 <td><a href="#HgBundleDialog.__init__">HgBundleDialog</a></td> 55 <td><a href="#HgBundleDialog.__init__">HgBundleDialog</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
97 <tr> 94 <tr>
98 <td><a href="#HgBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> 95 <td><a href="#HgBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td>
99 <td>Private slot to handle changes of the Tag combo.</td> 96 <td>Private slot to handle changes of the Tag combo.</td>
100 </tr> 97 </tr>
101 </table> 98 </table>
99
102 <h3>Static Methods</h3> 100 <h3>Static Methods</h3>
103 101 <table>
104 <table> 102 <tr><td>None</td></tr>
105 <tr><td>None</td></tr> 103 </table>
106 </table> 104
107 105
108 <a NAME="HgBundleDialog.__init__" ID="HgBundleDialog.__init__"></a> 106 <a NAME="HgBundleDialog.__init__" ID="HgBundleDialog.__init__"></a>
109 <h4>HgBundleDialog (Constructor)</h4> 107 <h4>HgBundleDialog (Constructor)</h4>
110 <b>HgBundleDialog</b>(<i>tagsList, branchesList, bookmarksList=None, version=(0, 0, 0), parent=None</i>) 108 <b>HgBundleDialog</b>(<i>tagsList, branchesList, bookmarksList=None, version=(0, 0, 0), parent=None</i>)
111
112 <p> 109 <p>
113 Constructor 110 Constructor
114 </p> 111 </p>
112
115 <dl> 113 <dl>
116 114
117 <dt><i>tagsList</i> (list of str)</dt> 115 <dt><i>tagsList</i> (list of str)</dt>
118 <dd> 116 <dd>
119 list of tags 117 list of tags
136 </dd> 134 </dd>
137 </dl> 135 </dl>
138 <a NAME="HgBundleDialog.__updateOK" ID="HgBundleDialog.__updateOK"></a> 136 <a NAME="HgBundleDialog.__updateOK" ID="HgBundleDialog.__updateOK"></a>
139 <h4>HgBundleDialog.__updateOK</h4> 137 <h4>HgBundleDialog.__updateOK</h4>
140 <b>__updateOK</b>(<i></i>) 138 <b>__updateOK</b>(<i></i>)
141
142 <p> 139 <p>
143 Private slot to update the OK button. 140 Private slot to update the OK button.
144 </p> 141 </p>
142
145 <a NAME="HgBundleDialog.getParameters" ID="HgBundleDialog.getParameters"></a> 143 <a NAME="HgBundleDialog.getParameters" ID="HgBundleDialog.getParameters"></a>
146 <h4>HgBundleDialog.getParameters</h4> 144 <h4>HgBundleDialog.getParameters</h4>
147 <b>getParameters</b>(<i></i>) 145 <b>getParameters</b>(<i></i>)
148
149 <p> 146 <p>
150 Public method to retrieve the bundle data. 147 Public method to retrieve the bundle data.
151 </p> 148 </p>
149
152 <dl> 150 <dl>
153 <dt>Return:</dt> 151 <dt>Return:</dt>
154 <dd> 152 <dd>
155 tuple naming the revisions, base revisions, the compression 153 tuple naming the revisions, base revisions, the compression
156 type and a flag indicating to bundle all changesets 154 type and a flag indicating to bundle all changesets
163 </dd> 161 </dd>
164 </dl> 162 </dl>
165 <a NAME="HgBundleDialog.on_bookmarkButton_toggled" ID="HgBundleDialog.on_bookmarkButton_toggled"></a> 163 <a NAME="HgBundleDialog.on_bookmarkButton_toggled" ID="HgBundleDialog.on_bookmarkButton_toggled"></a>
166 <h4>HgBundleDialog.on_bookmarkButton_toggled</h4> 164 <h4>HgBundleDialog.on_bookmarkButton_toggled</h4>
167 <b>on_bookmarkButton_toggled</b>(<i>checked</i>) 165 <b>on_bookmarkButton_toggled</b>(<i>checked</i>)
168
169 <p> 166 <p>
170 Private slot to handle changes of the Bookmark select button. 167 Private slot to handle changes of the Bookmark select button.
171 </p> 168 </p>
169
172 <dl> 170 <dl>
173 171
174 <dt><i>checked</i> (bool)</dt> 172 <dt><i>checked</i> (bool)</dt>
175 <dd> 173 <dd>
176 state of the button 174 state of the button
177 </dd> 175 </dd>
178 </dl> 176 </dl>
179 <a NAME="HgBundleDialog.on_bookmarkCombo_editTextChanged" ID="HgBundleDialog.on_bookmarkCombo_editTextChanged"></a> 177 <a NAME="HgBundleDialog.on_bookmarkCombo_editTextChanged" ID="HgBundleDialog.on_bookmarkCombo_editTextChanged"></a>
180 <h4>HgBundleDialog.on_bookmarkCombo_editTextChanged</h4> 178 <h4>HgBundleDialog.on_bookmarkCombo_editTextChanged</h4>
181 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) 179 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>)
182
183 <p> 180 <p>
184 Private slot to handle changes of the Bookmark combo. 181 Private slot to handle changes of the Bookmark combo.
185 </p> 182 </p>
183
186 <dl> 184 <dl>
187 185
188 <dt><i>txt</i> (str)</dt> 186 <dt><i>txt</i> (str)</dt>
189 <dd> 187 <dd>
190 text of the combo 188 text of the combo
191 </dd> 189 </dd>
192 </dl> 190 </dl>
193 <a NAME="HgBundleDialog.on_branchButton_toggled" ID="HgBundleDialog.on_branchButton_toggled"></a> 191 <a NAME="HgBundleDialog.on_branchButton_toggled" ID="HgBundleDialog.on_branchButton_toggled"></a>
194 <h4>HgBundleDialog.on_branchButton_toggled</h4> 192 <h4>HgBundleDialog.on_branchButton_toggled</h4>
195 <b>on_branchButton_toggled</b>(<i>checked</i>) 193 <b>on_branchButton_toggled</b>(<i>checked</i>)
196
197 <p> 194 <p>
198 Private slot to handle changes of the Branch select button. 195 Private slot to handle changes of the Branch select button.
199 </p> 196 </p>
197
200 <dl> 198 <dl>
201 199
202 <dt><i>checked</i> (bool)</dt> 200 <dt><i>checked</i> (bool)</dt>
203 <dd> 201 <dd>
204 state of the button 202 state of the button
205 </dd> 203 </dd>
206 </dl> 204 </dl>
207 <a NAME="HgBundleDialog.on_branchCombo_editTextChanged" ID="HgBundleDialog.on_branchCombo_editTextChanged"></a> 205 <a NAME="HgBundleDialog.on_branchCombo_editTextChanged" ID="HgBundleDialog.on_branchCombo_editTextChanged"></a>
208 <h4>HgBundleDialog.on_branchCombo_editTextChanged</h4> 206 <h4>HgBundleDialog.on_branchCombo_editTextChanged</h4>
209 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) 207 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>)
210
211 <p> 208 <p>
212 Private slot to handle changes of the Branch combo. 209 Private slot to handle changes of the Branch combo.
213 </p> 210 </p>
211
214 <dl> 212 <dl>
215 213
216 <dt><i>txt</i> (str)</dt> 214 <dt><i>txt</i> (str)</dt>
217 <dd> 215 <dd>
218 text of the combo 216 text of the combo
219 </dd> 217 </dd>
220 </dl> 218 </dl>
221 <a NAME="HgBundleDialog.on_multipleButton_toggled" ID="HgBundleDialog.on_multipleButton_toggled"></a> 219 <a NAME="HgBundleDialog.on_multipleButton_toggled" ID="HgBundleDialog.on_multipleButton_toggled"></a>
222 <h4>HgBundleDialog.on_multipleButton_toggled</h4> 220 <h4>HgBundleDialog.on_multipleButton_toggled</h4>
223 <b>on_multipleButton_toggled</b>(<i>checked</i>) 221 <b>on_multipleButton_toggled</b>(<i>checked</i>)
224
225 <p> 222 <p>
226 Private slot to handle changes of the Multiple select button. 223 Private slot to handle changes of the Multiple select button.
227 </p> 224 </p>
225
228 <dl> 226 <dl>
229 227
230 <dt><i>checked</i> (bool)</dt> 228 <dt><i>checked</i> (bool)</dt>
231 <dd> 229 <dd>
232 state of the button 230 state of the button
233 </dd> 231 </dd>
234 </dl> 232 </dl>
235 <a NAME="HgBundleDialog.on_multipleEdit_textChanged" ID="HgBundleDialog.on_multipleEdit_textChanged"></a> 233 <a NAME="HgBundleDialog.on_multipleEdit_textChanged" ID="HgBundleDialog.on_multipleEdit_textChanged"></a>
236 <h4>HgBundleDialog.on_multipleEdit_textChanged</h4> 234 <h4>HgBundleDialog.on_multipleEdit_textChanged</h4>
237 <b>on_multipleEdit_textChanged</b>(<i></i>) 235 <b>on_multipleEdit_textChanged</b>(<i></i>)
238
239 <p> 236 <p>
240 Private slot to handle changes of the Multiple edit. 237 Private slot to handle changes of the Multiple edit.
241 </p> 238 </p>
239
242 <a NAME="HgBundleDialog.on_tagButton_toggled" ID="HgBundleDialog.on_tagButton_toggled"></a> 240 <a NAME="HgBundleDialog.on_tagButton_toggled" ID="HgBundleDialog.on_tagButton_toggled"></a>
243 <h4>HgBundleDialog.on_tagButton_toggled</h4> 241 <h4>HgBundleDialog.on_tagButton_toggled</h4>
244 <b>on_tagButton_toggled</b>(<i>checked</i>) 242 <b>on_tagButton_toggled</b>(<i>checked</i>)
245
246 <p> 243 <p>
247 Private slot to handle changes of the Tag select button. 244 Private slot to handle changes of the Tag select button.
248 </p> 245 </p>
246
249 <dl> 247 <dl>
250 248
251 <dt><i>checked</i> (bool)</dt> 249 <dt><i>checked</i> (bool)</dt>
252 <dd> 250 <dd>
253 state of the button 251 state of the button
254 </dd> 252 </dd>
255 </dl> 253 </dl>
256 <a NAME="HgBundleDialog.on_tagCombo_editTextChanged" ID="HgBundleDialog.on_tagCombo_editTextChanged"></a> 254 <a NAME="HgBundleDialog.on_tagCombo_editTextChanged" ID="HgBundleDialog.on_tagCombo_editTextChanged"></a>
257 <h4>HgBundleDialog.on_tagCombo_editTextChanged</h4> 255 <h4>HgBundleDialog.on_tagCombo_editTextChanged</h4>
258 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) 256 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>)
259
260 <p> 257 <p>
261 Private slot to handle changes of the Tag combo. 258 Private slot to handle changes of the Tag combo.
262 </p> 259 </p>
260
263 <dl> 261 <dl>
264 262
265 <dt><i>txt</i> (str)</dt> 263 <dt><i>txt</i> (str)</dt>
266 <dd> 264 <dd>
267 text of the combo 265 text of the combo

eric ide

mercurial