|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog</title> |
|
4 <meta charset="UTF-8"> |
|
5 <link rel="stylesheet" href="styles.css"> |
|
6 </head> |
|
7 <body> |
|
8 <a NAME="top" ID="top"></a> |
|
9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing a dialog to enter the data for a bundle operation. |
|
13 </p> |
|
14 <h3>Global Attributes</h3> |
|
15 |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 |
|
21 <table> |
|
22 |
|
23 <tr> |
|
24 <td><a href="#GitBundleDialog">GitBundleDialog</a></td> |
|
25 <td>Class implementing a dialog to enter the data for a bundle operation.</td> |
|
26 </tr> |
|
27 </table> |
|
28 <h3>Functions</h3> |
|
29 |
|
30 <table> |
|
31 <tr><td>None</td></tr> |
|
32 </table> |
|
33 <hr /> |
|
34 <hr /> |
|
35 <a NAME="GitBundleDialog" ID="GitBundleDialog"></a> |
|
36 <h2>GitBundleDialog</h2> |
|
37 |
|
38 <p> |
|
39 Class implementing a dialog to enter the data for a bundle operation. |
|
40 </p> |
|
41 <h3>Derived from</h3> |
|
42 QDialog, Ui_GitBundleDialog |
|
43 <h3>Class Attributes</h3> |
|
44 |
|
45 <table> |
|
46 <tr><td>None</td></tr> |
|
47 </table> |
|
48 <h3>Class Methods</h3> |
|
49 |
|
50 <table> |
|
51 <tr><td>None</td></tr> |
|
52 </table> |
|
53 <h3>Methods</h3> |
|
54 |
|
55 <table> |
|
56 |
|
57 <tr> |
|
58 <td><a href="#GitBundleDialog.__init__">GitBundleDialog</a></td> |
|
59 <td>Constructor</td> |
|
60 </tr> |
|
61 <tr> |
|
62 <td><a href="#GitBundleDialog.__updateOK">__updateOK</a></td> |
|
63 <td>Private slot to update the OK button.</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#GitBundleDialog.getData">getData</a></td> |
|
67 <td>Public method to retrieve the bundle data.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#GitBundleDialog.on_branchButton_toggled">on_branchButton_toggled</a></td> |
|
71 <td>Private slot to handle changes of the Branch select button.</td> |
|
72 </tr> |
|
73 <tr> |
|
74 <td><a href="#GitBundleDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> |
|
75 <td>Private slot to handle changes of the Branch combo.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#GitBundleDialog.on_revisionsButton_toggled">on_revisionsButton_toggled</a></td> |
|
79 <td>Private slot to handle changes of the revisions select button.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#GitBundleDialog.on_revisionsEdit_textChanged">on_revisionsEdit_textChanged</a></td> |
|
83 <td>Private slot to handle changes of the Revisions edit.</td> |
|
84 </tr> |
|
85 <tr> |
|
86 <td><a href="#GitBundleDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> |
|
87 <td>Private slot to handle changes of the Tag select button.</td> |
|
88 </tr> |
|
89 <tr> |
|
90 <td><a href="#GitBundleDialog.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 |
|
96 <table> |
|
97 <tr><td>None</td></tr> |
|
98 </table> |
|
99 |
|
100 <a NAME="GitBundleDialog.__init__" ID="GitBundleDialog.__init__"></a> |
|
101 <h4>GitBundleDialog (Constructor)</h4> |
|
102 <b>GitBundleDialog</b>(<i>tagsList, branchesList, parent=None</i>) |
|
103 |
|
104 <p> |
|
105 Constructor |
|
106 </p> |
|
107 <dl> |
|
108 |
|
109 <dt><i>tagsList</i></dt> |
|
110 <dd> |
|
111 list of tags (list of strings) |
|
112 </dd> |
|
113 <dt><i>branchesList</i></dt> |
|
114 <dd> |
|
115 list of branches (list of strings) |
|
116 </dd> |
|
117 <dt><i>parent</i></dt> |
|
118 <dd> |
|
119 parent widget (QWidget) |
|
120 </dd> |
|
121 </dl> |
|
122 <a NAME="GitBundleDialog.__updateOK" ID="GitBundleDialog.__updateOK"></a> |
|
123 <h4>GitBundleDialog.__updateOK</h4> |
|
124 <b>__updateOK</b>(<i></i>) |
|
125 |
|
126 <p> |
|
127 Private slot to update the OK button. |
|
128 </p> |
|
129 <a NAME="GitBundleDialog.getData" ID="GitBundleDialog.getData"></a> |
|
130 <h4>GitBundleDialog.getData</h4> |
|
131 <b>getData</b>(<i></i>) |
|
132 |
|
133 <p> |
|
134 Public method to retrieve the bundle data. |
|
135 </p> |
|
136 <dl> |
|
137 <dt>Return:</dt> |
|
138 <dd> |
|
139 list of revision expressions (list of strings) |
|
140 </dd> |
|
141 </dl> |
|
142 <a NAME="GitBundleDialog.on_branchButton_toggled" ID="GitBundleDialog.on_branchButton_toggled"></a> |
|
143 <h4>GitBundleDialog.on_branchButton_toggled</h4> |
|
144 <b>on_branchButton_toggled</b>(<i>checked</i>) |
|
145 |
|
146 <p> |
|
147 Private slot to handle changes of the Branch select button. |
|
148 </p> |
|
149 <dl> |
|
150 |
|
151 <dt><i>checked</i></dt> |
|
152 <dd> |
|
153 state of the button (boolean) |
|
154 </dd> |
|
155 </dl> |
|
156 <a NAME="GitBundleDialog.on_branchCombo_editTextChanged" ID="GitBundleDialog.on_branchCombo_editTextChanged"></a> |
|
157 <h4>GitBundleDialog.on_branchCombo_editTextChanged</h4> |
|
158 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) |
|
159 |
|
160 <p> |
|
161 Private slot to handle changes of the Branch combo. |
|
162 </p> |
|
163 <dl> |
|
164 |
|
165 <dt><i>txt</i></dt> |
|
166 <dd> |
|
167 text of the combo (string) |
|
168 </dd> |
|
169 </dl> |
|
170 <a NAME="GitBundleDialog.on_revisionsButton_toggled" ID="GitBundleDialog.on_revisionsButton_toggled"></a> |
|
171 <h4>GitBundleDialog.on_revisionsButton_toggled</h4> |
|
172 <b>on_revisionsButton_toggled</b>(<i>checked</i>) |
|
173 |
|
174 <p> |
|
175 Private slot to handle changes of the revisions select button. |
|
176 </p> |
|
177 <dl> |
|
178 |
|
179 <dt><i>checked</i></dt> |
|
180 <dd> |
|
181 state of the button (boolean) |
|
182 </dd> |
|
183 </dl> |
|
184 <a NAME="GitBundleDialog.on_revisionsEdit_textChanged" ID="GitBundleDialog.on_revisionsEdit_textChanged"></a> |
|
185 <h4>GitBundleDialog.on_revisionsEdit_textChanged</h4> |
|
186 <b>on_revisionsEdit_textChanged</b>(<i>txt</i>) |
|
187 |
|
188 <p> |
|
189 Private slot to handle changes of the Revisions edit. |
|
190 </p> |
|
191 <dl> |
|
192 |
|
193 <dt><i>txt</i></dt> |
|
194 <dd> |
|
195 text of the line edit (string) |
|
196 </dd> |
|
197 </dl> |
|
198 <a NAME="GitBundleDialog.on_tagButton_toggled" ID="GitBundleDialog.on_tagButton_toggled"></a> |
|
199 <h4>GitBundleDialog.on_tagButton_toggled</h4> |
|
200 <b>on_tagButton_toggled</b>(<i>checked</i>) |
|
201 |
|
202 <p> |
|
203 Private slot to handle changes of the Tag select button. |
|
204 </p> |
|
205 <dl> |
|
206 |
|
207 <dt><i>checked</i></dt> |
|
208 <dd> |
|
209 state of the button (boolean) |
|
210 </dd> |
|
211 </dl> |
|
212 <a NAME="GitBundleDialog.on_tagCombo_editTextChanged" ID="GitBundleDialog.on_tagCombo_editTextChanged"></a> |
|
213 <h4>GitBundleDialog.on_tagCombo_editTextChanged</h4> |
|
214 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) |
|
215 |
|
216 <p> |
|
217 Private slot to handle changes of the Tag combo. |
|
218 </p> |
|
219 <dl> |
|
220 |
|
221 <dt><i>txt</i></dt> |
|
222 <dd> |
|
223 text of the combo (string) |
|
224 </dd> |
|
225 </dl> |
|
226 <div align="right"><a href="#top">Up</a></div> |
|
227 <hr /> |
|
228 </body></html> |