|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric6.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><a NAME="top" ID="top"></a> |
|
22 <h1>eric6.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog</h1> |
|
23 <p> |
|
24 Module implementing a dialog to enter the data for a bundle operation. |
|
25 </p> |
|
26 <h3>Global Attributes</h3> |
|
27 <table> |
|
28 <tr><td>None</td></tr> |
|
29 </table> |
|
30 <h3>Classes</h3> |
|
31 <table> |
|
32 <tr> |
|
33 <td><a href="#HgBundleDialog">HgBundleDialog</a></td> |
|
34 <td>Class implementing a dialog to enter the data for a bundle operation.</td> |
|
35 </tr> |
|
36 </table> |
|
37 <h3>Functions</h3> |
|
38 <table> |
|
39 <tr><td>None</td></tr> |
|
40 </table> |
|
41 <hr /><hr /> |
|
42 <a NAME="HgBundleDialog" ID="HgBundleDialog"></a> |
|
43 <h2>HgBundleDialog</h2> |
|
44 <p> |
|
45 Class implementing a dialog to enter the data for a bundle operation. |
|
46 </p> |
|
47 <h3>Derived from</h3> |
|
48 QDialog, Ui_HgBundleDialog |
|
49 <h3>Class Attributes</h3> |
|
50 <table> |
|
51 <tr><td>None</td></tr> |
|
52 </table> |
|
53 <h3>Class Methods</h3> |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 <table> |
|
59 <tr> |
|
60 <td><a href="#HgBundleDialog.__init__">HgBundleDialog</a></td> |
|
61 <td>Constructor</td> |
|
62 </tr><tr> |
|
63 <td><a href="#HgBundleDialog.__updateOK">__updateOK</a></td> |
|
64 <td>Private slot to update the OK button.</td> |
|
65 </tr><tr> |
|
66 <td><a href="#HgBundleDialog.getParameters">getParameters</a></td> |
|
67 <td>Public method to retrieve the bundle data.</td> |
|
68 </tr><tr> |
|
69 <td><a href="#HgBundleDialog.on_bookmarkButton_toggled">on_bookmarkButton_toggled</a></td> |
|
70 <td>Private slot to handle changes of the Bookmark select button.</td> |
|
71 </tr><tr> |
|
72 <td><a href="#HgBundleDialog.on_bookmarkCombo_editTextChanged">on_bookmarkCombo_editTextChanged</a></td> |
|
73 <td>Private slot to handle changes of the Bookmark combo.</td> |
|
74 </tr><tr> |
|
75 <td><a href="#HgBundleDialog.on_branchButton_toggled">on_branchButton_toggled</a></td> |
|
76 <td>Private slot to handle changes of the Branch select button.</td> |
|
77 </tr><tr> |
|
78 <td><a href="#HgBundleDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> |
|
79 <td>Private slot to handle changes of the Branch combo.</td> |
|
80 </tr><tr> |
|
81 <td><a href="#HgBundleDialog.on_multipleButton_toggled">on_multipleButton_toggled</a></td> |
|
82 <td>Private slot to handle changes of the Multiple select button.</td> |
|
83 </tr><tr> |
|
84 <td><a href="#HgBundleDialog.on_multipleEdit_textChanged">on_multipleEdit_textChanged</a></td> |
|
85 <td>Private slot to handle changes of the Multiple edit.</td> |
|
86 </tr><tr> |
|
87 <td><a href="#HgBundleDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> |
|
88 <td>Private slot to handle changes of the Tag select button.</td> |
|
89 </tr><tr> |
|
90 <td><a href="#HgBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> |
|
91 <td>Private slot to handle changes of the Tag combo.</td> |
|
92 </tr> |
|
93 </table> |
|
94 <h3>Static Methods</h3> |
|
95 <table> |
|
96 <tr><td>None</td></tr> |
|
97 </table> |
|
98 <a NAME="HgBundleDialog.__init__" ID="HgBundleDialog.__init__"></a> |
|
99 <h4>HgBundleDialog (Constructor)</h4> |
|
100 <b>HgBundleDialog</b>(<i>tagsList, branchesList, bookmarksList=None, version=(0, 0, 0), parent=None</i>) |
|
101 <p> |
|
102 Constructor |
|
103 </p><dl> |
|
104 <dt><i>tagsList</i> (list of str)</dt> |
|
105 <dd> |
|
106 list of tags |
|
107 </dd><dt><i>branchesList</i> (list of str)</dt> |
|
108 <dd> |
|
109 list of branches |
|
110 </dd><dt><i>bookmarksList</i> (list of str)</dt> |
|
111 <dd> |
|
112 list of bookmarks |
|
113 </dd><dt><i>version</i> (tuple of three integers)</dt> |
|
114 <dd> |
|
115 Mercurial version info |
|
116 </dd><dt><i>parent</i> (QWidget)</dt> |
|
117 <dd> |
|
118 parent widget |
|
119 </dd> |
|
120 </dl><a NAME="HgBundleDialog.__updateOK" ID="HgBundleDialog.__updateOK"></a> |
|
121 <h4>HgBundleDialog.__updateOK</h4> |
|
122 <b>__updateOK</b>(<i></i>) |
|
123 <p> |
|
124 Private slot to update the OK button. |
|
125 </p><a NAME="HgBundleDialog.getParameters" ID="HgBundleDialog.getParameters"></a> |
|
126 <h4>HgBundleDialog.getParameters</h4> |
|
127 <b>getParameters</b>(<i></i>) |
|
128 <p> |
|
129 Public method to retrieve the bundle data. |
|
130 </p><dl> |
|
131 <dt>Returns:</dt> |
|
132 <dd> |
|
133 tuple naming the revisions, base revisions, the compression |
|
134 type and a flag indicating to bundle all changesets (string, |
|
135 string, boolean) |
|
136 </dd> |
|
137 </dl><a NAME="HgBundleDialog.on_bookmarkButton_toggled" ID="HgBundleDialog.on_bookmarkButton_toggled"></a> |
|
138 <h4>HgBundleDialog.on_bookmarkButton_toggled</h4> |
|
139 <b>on_bookmarkButton_toggled</b>(<i>checked</i>) |
|
140 <p> |
|
141 Private slot to handle changes of the Bookmark select button. |
|
142 </p><dl> |
|
143 <dt><i>checked</i></dt> |
|
144 <dd> |
|
145 state of the button (boolean) |
|
146 </dd> |
|
147 </dl><a NAME="HgBundleDialog.on_bookmarkCombo_editTextChanged" ID="HgBundleDialog.on_bookmarkCombo_editTextChanged"></a> |
|
148 <h4>HgBundleDialog.on_bookmarkCombo_editTextChanged</h4> |
|
149 <b>on_bookmarkCombo_editTextChanged</b>(<i>txt</i>) |
|
150 <p> |
|
151 Private slot to handle changes of the Bookmark combo. |
|
152 </p><dl> |
|
153 <dt><i>txt</i></dt> |
|
154 <dd> |
|
155 text of the combo (string) |
|
156 </dd> |
|
157 </dl><a NAME="HgBundleDialog.on_branchButton_toggled" ID="HgBundleDialog.on_branchButton_toggled"></a> |
|
158 <h4>HgBundleDialog.on_branchButton_toggled</h4> |
|
159 <b>on_branchButton_toggled</b>(<i>checked</i>) |
|
160 <p> |
|
161 Private slot to handle changes of the Branch select button. |
|
162 </p><dl> |
|
163 <dt><i>checked</i></dt> |
|
164 <dd> |
|
165 state of the button (boolean) |
|
166 </dd> |
|
167 </dl><a NAME="HgBundleDialog.on_branchCombo_editTextChanged" ID="HgBundleDialog.on_branchCombo_editTextChanged"></a> |
|
168 <h4>HgBundleDialog.on_branchCombo_editTextChanged</h4> |
|
169 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
|
170 <p> |
|
171 Private slot to handle changes of the Branch combo. |
|
172 </p><dl> |
|
173 <dt><i>txt</i></dt> |
|
174 <dd> |
|
175 text of the combo (string) |
|
176 </dd> |
|
177 </dl><a NAME="HgBundleDialog.on_multipleButton_toggled" ID="HgBundleDialog.on_multipleButton_toggled"></a> |
|
178 <h4>HgBundleDialog.on_multipleButton_toggled</h4> |
|
179 <b>on_multipleButton_toggled</b>(<i>checked</i>) |
|
180 <p> |
|
181 Private slot to handle changes of the Multiple select button. |
|
182 </p><dl> |
|
183 <dt><i>checked</i></dt> |
|
184 <dd> |
|
185 state of the button (boolean) |
|
186 </dd> |
|
187 </dl><a NAME="HgBundleDialog.on_multipleEdit_textChanged" ID="HgBundleDialog.on_multipleEdit_textChanged"></a> |
|
188 <h4>HgBundleDialog.on_multipleEdit_textChanged</h4> |
|
189 <b>on_multipleEdit_textChanged</b>(<i></i>) |
|
190 <p> |
|
191 Private slot to handle changes of the Multiple edit. |
|
192 </p><a NAME="HgBundleDialog.on_tagButton_toggled" ID="HgBundleDialog.on_tagButton_toggled"></a> |
|
193 <h4>HgBundleDialog.on_tagButton_toggled</h4> |
|
194 <b>on_tagButton_toggled</b>(<i>checked</i>) |
|
195 <p> |
|
196 Private slot to handle changes of the Tag select button. |
|
197 </p><dl> |
|
198 <dt><i>checked</i></dt> |
|
199 <dd> |
|
200 state of the button (boolean) |
|
201 </dd> |
|
202 </dl><a NAME="HgBundleDialog.on_tagCombo_editTextChanged" ID="HgBundleDialog.on_tagCombo_editTextChanged"></a> |
|
203 <h4>HgBundleDialog.on_tagCombo_editTextChanged</h4> |
|
204 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
|
205 <p> |
|
206 Private slot to handle changes of the Tag combo. |
|
207 </p><dl> |
|
208 <dt><i>txt</i></dt> |
|
209 <dd> |
|
210 text of the combo (string) |
|
211 </dd> |
|
212 </dl> |
|
213 <div align="right"><a href="#top">Up</a></div> |
|
214 <hr /> |
|
215 </body></html> |