src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog.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.vcsGit.GitBundleDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitBundleDialog</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="#GitBundleDialog">GitBundleDialog</a></td> 22 <td><a href="#GitBundleDialog">GitBundleDialog</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="GitBundleDialog" ID="GitBundleDialog"></a> 34 <a NAME="GitBundleDialog" ID="GitBundleDialog"></a>
36 <h2>GitBundleDialog</h2> 35 <h2>GitBundleDialog</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_GitBundleDialog 41 QDialog, Ui_GitBundleDialog
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="#GitBundleDialog.__init__">GitBundleDialog</a></td> 55 <td><a href="#GitBundleDialog.__init__">GitBundleDialog</a></td>
59 <td>Constructor</td> 56 <td>Constructor</td>
60 </tr> 57 </tr>
61 <tr> 58 <tr>
89 <tr> 86 <tr>
90 <td><a href="#GitBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> 87 <td><a href="#GitBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td>
91 <td>Private slot to handle changes of the Tag combo.</td> 88 <td>Private slot to handle changes of the Tag combo.</td>
92 </tr> 89 </tr>
93 </table> 90 </table>
91
94 <h3>Static Methods</h3> 92 <h3>Static Methods</h3>
95 93 <table>
96 <table> 94 <tr><td>None</td></tr>
97 <tr><td>None</td></tr> 95 </table>
98 </table> 96
99 97
100 <a NAME="GitBundleDialog.__init__" ID="GitBundleDialog.__init__"></a> 98 <a NAME="GitBundleDialog.__init__" ID="GitBundleDialog.__init__"></a>
101 <h4>GitBundleDialog (Constructor)</h4> 99 <h4>GitBundleDialog (Constructor)</h4>
102 <b>GitBundleDialog</b>(<i>tagsList, branchesList, parent=None</i>) 100 <b>GitBundleDialog</b>(<i>tagsList, branchesList, parent=None</i>)
103
104 <p> 101 <p>
105 Constructor 102 Constructor
106 </p> 103 </p>
104
107 <dl> 105 <dl>
108 106
109 <dt><i>tagsList</i> (list of str)</dt> 107 <dt><i>tagsList</i> (list of str)</dt>
110 <dd> 108 <dd>
111 list of tags 109 list of tags
120 </dd> 118 </dd>
121 </dl> 119 </dl>
122 <a NAME="GitBundleDialog.__updateOK" ID="GitBundleDialog.__updateOK"></a> 120 <a NAME="GitBundleDialog.__updateOK" ID="GitBundleDialog.__updateOK"></a>
123 <h4>GitBundleDialog.__updateOK</h4> 121 <h4>GitBundleDialog.__updateOK</h4>
124 <b>__updateOK</b>(<i></i>) 122 <b>__updateOK</b>(<i></i>)
125
126 <p> 123 <p>
127 Private slot to update the OK button. 124 Private slot to update the OK button.
128 </p> 125 </p>
126
129 <a NAME="GitBundleDialog.getData" ID="GitBundleDialog.getData"></a> 127 <a NAME="GitBundleDialog.getData" ID="GitBundleDialog.getData"></a>
130 <h4>GitBundleDialog.getData</h4> 128 <h4>GitBundleDialog.getData</h4>
131 <b>getData</b>(<i></i>) 129 <b>getData</b>(<i></i>)
132
133 <p> 130 <p>
134 Public method to retrieve the bundle data. 131 Public method to retrieve the bundle data.
135 </p> 132 </p>
133
136 <dl> 134 <dl>
137 <dt>Return:</dt> 135 <dt>Return:</dt>
138 <dd> 136 <dd>
139 list of revision expressions 137 list of revision expressions
140 </dd> 138 </dd>
146 </dd> 144 </dd>
147 </dl> 145 </dl>
148 <a NAME="GitBundleDialog.on_branchButton_toggled" ID="GitBundleDialog.on_branchButton_toggled"></a> 146 <a NAME="GitBundleDialog.on_branchButton_toggled" ID="GitBundleDialog.on_branchButton_toggled"></a>
149 <h4>GitBundleDialog.on_branchButton_toggled</h4> 147 <h4>GitBundleDialog.on_branchButton_toggled</h4>
150 <b>on_branchButton_toggled</b>(<i>checked</i>) 148 <b>on_branchButton_toggled</b>(<i>checked</i>)
151
152 <p> 149 <p>
153 Private slot to handle changes of the Branch select button. 150 Private slot to handle changes of the Branch select button.
154 </p> 151 </p>
152
155 <dl> 153 <dl>
156 154
157 <dt><i>checked</i> (bool)</dt> 155 <dt><i>checked</i> (bool)</dt>
158 <dd> 156 <dd>
159 state of the button 157 state of the button
160 </dd> 158 </dd>
161 </dl> 159 </dl>
162 <a NAME="GitBundleDialog.on_branchCombo_editTextChanged" ID="GitBundleDialog.on_branchCombo_editTextChanged"></a> 160 <a NAME="GitBundleDialog.on_branchCombo_editTextChanged" ID="GitBundleDialog.on_branchCombo_editTextChanged"></a>
163 <h4>GitBundleDialog.on_branchCombo_editTextChanged</h4> 161 <h4>GitBundleDialog.on_branchCombo_editTextChanged</h4>
164 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) 162 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>)
165
166 <p> 163 <p>
167 Private slot to handle changes of the Branch combo. 164 Private slot to handle changes of the Branch combo.
168 </p> 165 </p>
166
169 <dl> 167 <dl>
170 168
171 <dt><i>txt</i> (str)</dt> 169 <dt><i>txt</i> (str)</dt>
172 <dd> 170 <dd>
173 text of the combo 171 text of the combo
174 </dd> 172 </dd>
175 </dl> 173 </dl>
176 <a NAME="GitBundleDialog.on_revisionsButton_toggled" ID="GitBundleDialog.on_revisionsButton_toggled"></a> 174 <a NAME="GitBundleDialog.on_revisionsButton_toggled" ID="GitBundleDialog.on_revisionsButton_toggled"></a>
177 <h4>GitBundleDialog.on_revisionsButton_toggled</h4> 175 <h4>GitBundleDialog.on_revisionsButton_toggled</h4>
178 <b>on_revisionsButton_toggled</b>(<i>checked</i>) 176 <b>on_revisionsButton_toggled</b>(<i>checked</i>)
179
180 <p> 177 <p>
181 Private slot to handle changes of the revisions select button. 178 Private slot to handle changes of the revisions select button.
182 </p> 179 </p>
180
183 <dl> 181 <dl>
184 182
185 <dt><i>checked</i> (bool)</dt> 183 <dt><i>checked</i> (bool)</dt>
186 <dd> 184 <dd>
187 state of the button 185 state of the button
188 </dd> 186 </dd>
189 </dl> 187 </dl>
190 <a NAME="GitBundleDialog.on_revisionsEdit_textChanged" ID="GitBundleDialog.on_revisionsEdit_textChanged"></a> 188 <a NAME="GitBundleDialog.on_revisionsEdit_textChanged" ID="GitBundleDialog.on_revisionsEdit_textChanged"></a>
191 <h4>GitBundleDialog.on_revisionsEdit_textChanged</h4> 189 <h4>GitBundleDialog.on_revisionsEdit_textChanged</h4>
192 <b>on_revisionsEdit_textChanged</b>(<i>txt</i>) 190 <b>on_revisionsEdit_textChanged</b>(<i>txt</i>)
193
194 <p> 191 <p>
195 Private slot to handle changes of the Revisions edit. 192 Private slot to handle changes of the Revisions edit.
196 </p> 193 </p>
194
197 <dl> 195 <dl>
198 196
199 <dt><i>txt</i> (str)</dt> 197 <dt><i>txt</i> (str)</dt>
200 <dd> 198 <dd>
201 text of the line edit 199 text of the line edit
202 </dd> 200 </dd>
203 </dl> 201 </dl>
204 <a NAME="GitBundleDialog.on_tagButton_toggled" ID="GitBundleDialog.on_tagButton_toggled"></a> 202 <a NAME="GitBundleDialog.on_tagButton_toggled" ID="GitBundleDialog.on_tagButton_toggled"></a>
205 <h4>GitBundleDialog.on_tagButton_toggled</h4> 203 <h4>GitBundleDialog.on_tagButton_toggled</h4>
206 <b>on_tagButton_toggled</b>(<i>checked</i>) 204 <b>on_tagButton_toggled</b>(<i>checked</i>)
207
208 <p> 205 <p>
209 Private slot to handle changes of the Tag select button. 206 Private slot to handle changes of the Tag select button.
210 </p> 207 </p>
208
211 <dl> 209 <dl>
212 210
213 <dt><i>checked</i> (bool)</dt> 211 <dt><i>checked</i> (bool)</dt>
214 <dd> 212 <dd>
215 state of the button 213 state of the button
216 </dd> 214 </dd>
217 </dl> 215 </dl>
218 <a NAME="GitBundleDialog.on_tagCombo_editTextChanged" ID="GitBundleDialog.on_tagCombo_editTextChanged"></a> 216 <a NAME="GitBundleDialog.on_tagCombo_editTextChanged" ID="GitBundleDialog.on_tagCombo_editTextChanged"></a>
219 <h4>GitBundleDialog.on_tagCombo_editTextChanged</h4> 217 <h4>GitBundleDialog.on_tagCombo_editTextChanged</h4>
220 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) 218 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>)
221
222 <p> 219 <p>
223 Private slot to handle changes of the Tag combo. 220 Private slot to handle changes of the Tag combo.
224 </p> 221 </p>
222
225 <dl> 223 <dl>
226 224
227 <dt><i>txt</i> (str)</dt> 225 <dt><i>txt</i> (str)</dt>
228 <dd> 226 <dd>
229 text of the combo 227 text of the combo

eric ide

mercurial