src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.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.GitRevisionSelectionDialog</h1> 9 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog</h1>
10
11 <p> 10 <p>
12 Module implementing a dialog to select a revision. 11 Module implementing a dialog to select a revision.
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="#GitRevisionSelectionDialog">GitRevisionSelectionDialog</a></td> 22 <td><a href="#GitRevisionSelectionDialog">GitRevisionSelectionDialog</a></td>
25 <td>Class implementing a dialog to select a revision.</td> 23 <td>Class implementing a dialog to select a revision.</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="GitRevisionSelectionDialog" ID="GitRevisionSelectionDialog"></a> 34 <a NAME="GitRevisionSelectionDialog" ID="GitRevisionSelectionDialog"></a>
36 <h2>GitRevisionSelectionDialog</h2> 35 <h2>GitRevisionSelectionDialog</h2>
37
38 <p> 36 <p>
39 Class implementing a dialog to select a revision. 37 Class implementing a dialog to select a revision.
40 </p> 38 </p>
39
41 <h3>Derived from</h3> 40 <h3>Derived from</h3>
42 QDialog, Ui_GitRevisionSelectionDialog 41 QDialog, Ui_GitRevisionSelectionDialog
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="#GitRevisionSelectionDialog.__init__">GitRevisionSelectionDialog</a></td> 55 <td><a href="#GitRevisionSelectionDialog.__init__">GitRevisionSelectionDialog</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="#GitRevisionSelectionDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> 95 <td><a href="#GitRevisionSelectionDialog.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="GitRevisionSelectionDialog.__init__" ID="GitRevisionSelectionDialog.__init__"></a> 106 <a NAME="GitRevisionSelectionDialog.__init__" ID="GitRevisionSelectionDialog.__init__"></a>
109 <h4>GitRevisionSelectionDialog (Constructor)</h4> 107 <h4>GitRevisionSelectionDialog (Constructor)</h4>
110 <b>GitRevisionSelectionDialog</b>(<i>tagsList, branchesList, trackingBranchesList=None, noneLabel="", showBranches=True, showHead=True, parent=None, </i>) 108 <b>GitRevisionSelectionDialog</b>(<i>tagsList, branchesList, trackingBranchesList=None, noneLabel="", showBranches=True, showHead=True, 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
144 </dd> 142 </dd>
145 </dl> 143 </dl>
146 <a NAME="GitRevisionSelectionDialog.__updateOK" ID="GitRevisionSelectionDialog.__updateOK"></a> 144 <a NAME="GitRevisionSelectionDialog.__updateOK" ID="GitRevisionSelectionDialog.__updateOK"></a>
147 <h4>GitRevisionSelectionDialog.__updateOK</h4> 145 <h4>GitRevisionSelectionDialog.__updateOK</h4>
148 <b>__updateOK</b>(<i></i>) 146 <b>__updateOK</b>(<i></i>)
149
150 <p> 147 <p>
151 Private slot to update the OK button. 148 Private slot to update the OK button.
152 </p> 149 </p>
150
153 <a NAME="GitRevisionSelectionDialog.getRevision" ID="GitRevisionSelectionDialog.getRevision"></a> 151 <a NAME="GitRevisionSelectionDialog.getRevision" ID="GitRevisionSelectionDialog.getRevision"></a>
154 <h4>GitRevisionSelectionDialog.getRevision</h4> 152 <h4>GitRevisionSelectionDialog.getRevision</h4>
155 <b>getRevision</b>(<i></i>) 153 <b>getRevision</b>(<i></i>)
156
157 <p> 154 <p>
158 Public method to retrieve the selected revision. 155 Public method to retrieve the selected revision.
159 </p> 156 </p>
157
160 <dl> 158 <dl>
161 <dt>Return:</dt> 159 <dt>Return:</dt>
162 <dd> 160 <dd>
163 selected revision 161 selected revision
164 </dd> 162 </dd>
170 </dd> 168 </dd>
171 </dl> 169 </dl>
172 <a NAME="GitRevisionSelectionDialog.on_branchButton_toggled" ID="GitRevisionSelectionDialog.on_branchButton_toggled"></a> 170 <a NAME="GitRevisionSelectionDialog.on_branchButton_toggled" ID="GitRevisionSelectionDialog.on_branchButton_toggled"></a>
173 <h4>GitRevisionSelectionDialog.on_branchButton_toggled</h4> 171 <h4>GitRevisionSelectionDialog.on_branchButton_toggled</h4>
174 <b>on_branchButton_toggled</b>(<i>checked</i>) 172 <b>on_branchButton_toggled</b>(<i>checked</i>)
175
176 <p> 173 <p>
177 Private slot to handle changes of the Branch select button. 174 Private slot to handle changes of the Branch select button.
178 </p> 175 </p>
176
179 <dl> 177 <dl>
180 178
181 <dt><i>checked</i> (bool)</dt> 179 <dt><i>checked</i> (bool)</dt>
182 <dd> 180 <dd>
183 state of the button 181 state of the button
184 </dd> 182 </dd>
185 </dl> 183 </dl>
186 <a NAME="GitRevisionSelectionDialog.on_branchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_branchCombo_editTextChanged"></a> 184 <a NAME="GitRevisionSelectionDialog.on_branchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_branchCombo_editTextChanged"></a>
187 <h4>GitRevisionSelectionDialog.on_branchCombo_editTextChanged</h4> 185 <h4>GitRevisionSelectionDialog.on_branchCombo_editTextChanged</h4>
188 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) 186 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>)
189
190 <p> 187 <p>
191 Private slot to handle changes of the Branch combo. 188 Private slot to handle changes of the Branch combo.
192 </p> 189 </p>
190
193 <dl> 191 <dl>
194 192
195 <dt><i>txt</i> (str)</dt> 193 <dt><i>txt</i> (str)</dt>
196 <dd> 194 <dd>
197 text of the combo 195 text of the combo
198 </dd> 196 </dd>
199 </dl> 197 </dl>
200 <a NAME="GitRevisionSelectionDialog.on_remoteBranchButton_toggled" ID="GitRevisionSelectionDialog.on_remoteBranchButton_toggled"></a> 198 <a NAME="GitRevisionSelectionDialog.on_remoteBranchButton_toggled" ID="GitRevisionSelectionDialog.on_remoteBranchButton_toggled"></a>
201 <h4>GitRevisionSelectionDialog.on_remoteBranchButton_toggled</h4> 199 <h4>GitRevisionSelectionDialog.on_remoteBranchButton_toggled</h4>
202 <b>on_remoteBranchButton_toggled</b>(<i>checked</i>) 200 <b>on_remoteBranchButton_toggled</b>(<i>checked</i>)
203
204 <p> 201 <p>
205 Private slot to handle changes of the Remote Branch select button. 202 Private slot to handle changes of the Remote Branch select button.
206 </p> 203 </p>
204
207 <dl> 205 <dl>
208 206
209 <dt><i>checked</i> (bool)</dt> 207 <dt><i>checked</i> (bool)</dt>
210 <dd> 208 <dd>
211 state of the button 209 state of the button
212 </dd> 210 </dd>
213 </dl> 211 </dl>
214 <a NAME="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged"></a> 212 <a NAME="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged"></a>
215 <h4>GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged</h4> 213 <h4>GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged</h4>
216 <b>on_remoteBranchCombo_editTextChanged</b>(<i>txt</i>) 214 <b>on_remoteBranchCombo_editTextChanged</b>(<i>txt</i>)
217
218 <p> 215 <p>
219 Private slot to handle changes of the Remote Branch combo. 216 Private slot to handle changes of the Remote Branch combo.
220 </p> 217 </p>
218
221 <dl> 219 <dl>
222 220
223 <dt><i>txt</i> (str)</dt> 221 <dt><i>txt</i> (str)</dt>
224 <dd> 222 <dd>
225 text of the combo 223 text of the combo
226 </dd> 224 </dd>
227 </dl> 225 </dl>
228 <a NAME="GitRevisionSelectionDialog.on_revButton_toggled" ID="GitRevisionSelectionDialog.on_revButton_toggled"></a> 226 <a NAME="GitRevisionSelectionDialog.on_revButton_toggled" ID="GitRevisionSelectionDialog.on_revButton_toggled"></a>
229 <h4>GitRevisionSelectionDialog.on_revButton_toggled</h4> 227 <h4>GitRevisionSelectionDialog.on_revButton_toggled</h4>
230 <b>on_revButton_toggled</b>(<i>checked</i>) 228 <b>on_revButton_toggled</b>(<i>checked</i>)
231
232 <p> 229 <p>
233 Private slot to handle changes of the rev select button. 230 Private slot to handle changes of the rev select button.
234 </p> 231 </p>
232
235 <dl> 233 <dl>
236 234
237 <dt><i>checked</i> (bool)</dt> 235 <dt><i>checked</i> (bool)</dt>
238 <dd> 236 <dd>
239 state of the button 237 state of the button
240 </dd> 238 </dd>
241 </dl> 239 </dl>
242 <a NAME="GitRevisionSelectionDialog.on_revEdit_textChanged" ID="GitRevisionSelectionDialog.on_revEdit_textChanged"></a> 240 <a NAME="GitRevisionSelectionDialog.on_revEdit_textChanged" ID="GitRevisionSelectionDialog.on_revEdit_textChanged"></a>
243 <h4>GitRevisionSelectionDialog.on_revEdit_textChanged</h4> 241 <h4>GitRevisionSelectionDialog.on_revEdit_textChanged</h4>
244 <b>on_revEdit_textChanged</b>(<i>txt</i>) 242 <b>on_revEdit_textChanged</b>(<i>txt</i>)
245
246 <p> 243 <p>
247 Private slot to handle changes of the rev edit. 244 Private slot to handle changes of the rev edit.
248 </p> 245 </p>
246
249 <dl> 247 <dl>
250 248
251 <dt><i>txt</i> (str)</dt> 249 <dt><i>txt</i> (str)</dt>
252 <dd> 250 <dd>
253 text of the edit 251 text of the edit
254 </dd> 252 </dd>
255 </dl> 253 </dl>
256 <a NAME="GitRevisionSelectionDialog.on_tagButton_toggled" ID="GitRevisionSelectionDialog.on_tagButton_toggled"></a> 254 <a NAME="GitRevisionSelectionDialog.on_tagButton_toggled" ID="GitRevisionSelectionDialog.on_tagButton_toggled"></a>
257 <h4>GitRevisionSelectionDialog.on_tagButton_toggled</h4> 255 <h4>GitRevisionSelectionDialog.on_tagButton_toggled</h4>
258 <b>on_tagButton_toggled</b>(<i>checked</i>) 256 <b>on_tagButton_toggled</b>(<i>checked</i>)
259
260 <p> 257 <p>
261 Private slot to handle changes of the Tag select button. 258 Private slot to handle changes of the Tag select button.
262 </p> 259 </p>
260
263 <dl> 261 <dl>
264 262
265 <dt><i>checked</i> (bool)</dt> 263 <dt><i>checked</i> (bool)</dt>
266 <dd> 264 <dd>
267 state of the button 265 state of the button
268 </dd> 266 </dd>
269 </dl> 267 </dl>
270 <a NAME="GitRevisionSelectionDialog.on_tagCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_tagCombo_editTextChanged"></a> 268 <a NAME="GitRevisionSelectionDialog.on_tagCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_tagCombo_editTextChanged"></a>
271 <h4>GitRevisionSelectionDialog.on_tagCombo_editTextChanged</h4> 269 <h4>GitRevisionSelectionDialog.on_tagCombo_editTextChanged</h4>
272 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) 270 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>)
273
274 <p> 271 <p>
275 Private slot to handle changes of the Tag combo. 272 Private slot to handle changes of the Tag combo.
276 </p> 273 </p>
274
277 <dl> 275 <dl>
278 276
279 <dt><i>txt</i> (str)</dt> 277 <dt><i>txt</i> (str)</dt>
280 <dd> 278 <dd>
281 text of the combo 279 text of the combo

eric ide

mercurial