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

branch
eric7
changeset 8372
e0227a7c850e
child 8596
d64760b2da50
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog</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.vcsMercurial.HgBundleDialog</h1>
24
25 <p>
26 Module implementing a dialog to enter the data for a bundle operation.
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="#HgBundleDialog">HgBundleDialog</a></td>
39 <td>Class implementing a dialog to enter the data for a bundle operation.</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="HgBundleDialog" ID="HgBundleDialog"></a>
50 <h2>HgBundleDialog</h2>
51
52 <p>
53 Class implementing a dialog to enter the data for a bundle operation.
54 </p>
55 <h3>Derived from</h3>
56 QDialog, Ui_HgBundleDialog
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="#HgBundleDialog.__init__">HgBundleDialog</a></td>
73 <td>Constructor</td>
74 </tr>
75 <tr>
76 <td><a href="#HgBundleDialog.__updateOK">__updateOK</a></td>
77 <td>Private slot to update the OK button.</td>
78 </tr>
79 <tr>
80 <td><a href="#HgBundleDialog.getParameters">getParameters</a></td>
81 <td>Public method to retrieve the bundle data.</td>
82 </tr>
83 <tr>
84 <td><a href="#HgBundleDialog.on_bookmarkButton_toggled">on_bookmarkButton_toggled</a></td>
85 <td>Private slot to handle changes of the Bookmark select button.</td>
86 </tr>
87 <tr>
88 <td><a href="#HgBundleDialog.on_bookmarkCombo_editTextChanged">on_bookmarkCombo_editTextChanged</a></td>
89 <td>Private slot to handle changes of the Bookmark combo.</td>
90 </tr>
91 <tr>
92 <td><a href="#HgBundleDialog.on_branchButton_toggled">on_branchButton_toggled</a></td>
93 <td>Private slot to handle changes of the Branch select button.</td>
94 </tr>
95 <tr>
96 <td><a href="#HgBundleDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td>
97 <td>Private slot to handle changes of the Branch combo.</td>
98 </tr>
99 <tr>
100 <td><a href="#HgBundleDialog.on_multipleButton_toggled">on_multipleButton_toggled</a></td>
101 <td>Private slot to handle changes of the Multiple select button.</td>
102 </tr>
103 <tr>
104 <td><a href="#HgBundleDialog.on_multipleEdit_textChanged">on_multipleEdit_textChanged</a></td>
105 <td>Private slot to handle changes of the Multiple edit.</td>
106 </tr>
107 <tr>
108 <td><a href="#HgBundleDialog.on_tagButton_toggled">on_tagButton_toggled</a></td>
109 <td>Private slot to handle changes of the Tag select button.</td>
110 </tr>
111 <tr>
112 <td><a href="#HgBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td>
113 <td>Private slot to handle changes of the Tag combo.</td>
114 </tr>
115 </table>
116 <h3>Static Methods</h3>
117
118 <table>
119 <tr><td>None</td></tr>
120 </table>
121
122 <a NAME="HgBundleDialog.__init__" ID="HgBundleDialog.__init__"></a>
123 <h4>HgBundleDialog (Constructor)</h4>
124 <b>HgBundleDialog</b>(<i>tagsList, branchesList, bookmarksList=None, version=(0, 0, 0), parent=None</i>)
125
126 <p>
127 Constructor
128 </p>
129 <dl>
130
131 <dt><i>tagsList</i> (list of str)</dt>
132 <dd>
133 list of tags
134 </dd>
135 <dt><i>branchesList</i> (list of str)</dt>
136 <dd>
137 list of branches
138 </dd>
139 <dt><i>bookmarksList</i> (list of str)</dt>
140 <dd>
141 list of bookmarks
142 </dd>
143 <dt><i>version</i> (tuple of three integers)</dt>
144 <dd>
145 Mercurial version info
146 </dd>
147 <dt><i>parent</i> (QWidget)</dt>
148 <dd>
149 parent widget
150 </dd>
151 </dl>
152 <a NAME="HgBundleDialog.__updateOK" ID="HgBundleDialog.__updateOK"></a>
153 <h4>HgBundleDialog.__updateOK</h4>
154 <b>__updateOK</b>(<i></i>)
155
156 <p>
157 Private slot to update the OK button.
158 </p>
159 <a NAME="HgBundleDialog.getParameters" ID="HgBundleDialog.getParameters"></a>
160 <h4>HgBundleDialog.getParameters</h4>
161 <b>getParameters</b>(<i></i>)
162
163 <p>
164 Public method to retrieve the bundle data.
165 </p>
166 <dl>
167 <dt>Return:</dt>
168 <dd>
169 tuple naming the revisions, base revisions, the compression
170 type and a flag indicating to bundle all changesets (string,
171 string, boolean)
172 </dd>
173 </dl>
174 <a NAME="HgBundleDialog.on_bookmarkButton_toggled" ID="HgBundleDialog.on_bookmarkButton_toggled"></a>
175 <h4>HgBundleDialog.on_bookmarkButton_toggled</h4>
176 <b>on_bookmarkButton_toggled</b>(<i>checked</i>)
177
178 <p>
179 Private slot to handle changes of the Bookmark select button.
180 </p>
181 <dl>
182
183 <dt><i>checked</i></dt>
184 <dd>
185 state of the button (boolean)
186 </dd>
187 </dl>
188 <a NAME="HgBundleDialog.on_bookmarkCombo_editTextChanged" ID="HgBundleDialog.on_bookmarkCombo_editTextChanged"></a>
189 <h4>HgBundleDialog.on_bookmarkCombo_editTextChanged</h4>
190 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>)
191
192 <p>
193 Private slot to handle changes of the Bookmark combo.
194 </p>
195 <dl>
196
197 <dt><i>txt</i></dt>
198 <dd>
199 text of the combo (string)
200 </dd>
201 </dl>
202 <a NAME="HgBundleDialog.on_branchButton_toggled" ID="HgBundleDialog.on_branchButton_toggled"></a>
203 <h4>HgBundleDialog.on_branchButton_toggled</h4>
204 <b>on_branchButton_toggled</b>(<i>checked</i>)
205
206 <p>
207 Private slot to handle changes of the Branch select button.
208 </p>
209 <dl>
210
211 <dt><i>checked</i></dt>
212 <dd>
213 state of the button (boolean)
214 </dd>
215 </dl>
216 <a NAME="HgBundleDialog.on_branchCombo_editTextChanged" ID="HgBundleDialog.on_branchCombo_editTextChanged"></a>
217 <h4>HgBundleDialog.on_branchCombo_editTextChanged</h4>
218 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>)
219
220 <p>
221 Private slot to handle changes of the Branch combo.
222 </p>
223 <dl>
224
225 <dt><i>txt</i></dt>
226 <dd>
227 text of the combo (string)
228 </dd>
229 </dl>
230 <a NAME="HgBundleDialog.on_multipleButton_toggled" ID="HgBundleDialog.on_multipleButton_toggled"></a>
231 <h4>HgBundleDialog.on_multipleButton_toggled</h4>
232 <b>on_multipleButton_toggled</b>(<i>checked</i>)
233
234 <p>
235 Private slot to handle changes of the Multiple select button.
236 </p>
237 <dl>
238
239 <dt><i>checked</i></dt>
240 <dd>
241 state of the button (boolean)
242 </dd>
243 </dl>
244 <a NAME="HgBundleDialog.on_multipleEdit_textChanged" ID="HgBundleDialog.on_multipleEdit_textChanged"></a>
245 <h4>HgBundleDialog.on_multipleEdit_textChanged</h4>
246 <b>on_multipleEdit_textChanged</b>(<i></i>)
247
248 <p>
249 Private slot to handle changes of the Multiple edit.
250 </p>
251 <a NAME="HgBundleDialog.on_tagButton_toggled" ID="HgBundleDialog.on_tagButton_toggled"></a>
252 <h4>HgBundleDialog.on_tagButton_toggled</h4>
253 <b>on_tagButton_toggled</b>(<i>checked</i>)
254
255 <p>
256 Private slot to handle changes of the Tag select button.
257 </p>
258 <dl>
259
260 <dt><i>checked</i></dt>
261 <dd>
262 state of the button (boolean)
263 </dd>
264 </dl>
265 <a NAME="HgBundleDialog.on_tagCombo_editTextChanged" ID="HgBundleDialog.on_tagCombo_editTextChanged"></a>
266 <h4>HgBundleDialog.on_tagCombo_editTextChanged</h4>
267 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>)
268
269 <p>
270 Private slot to handle changes of the Tag combo.
271 </p>
272 <dl>
273
274 <dt><i>txt</i></dt>
275 <dd>
276 text of the combo (string)
277 </dd>
278 </dl>
279 <div align="right"><a href="#top">Up</a></div>
280 <hr />
281 </body></html>

eric ide

mercurial