src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html

branch
eric7
changeset 10438
4cd7e5a8b3cf
parent 9236
db53a9efe7ef
child 10479
856476537696
equal deleted inserted replaced
10437:2f70ca07f0af 10438:4cd7e5a8b3cf
112 <p> 112 <p>
113 Constructor 113 Constructor
114 </p> 114 </p>
115 <dl> 115 <dl>
116 116
117 <dt><i>tagsList</i></dt> 117 <dt><i>tagsList</i> (list of str)</dt>
118 <dd> 118 <dd>
119 list of tags (list of strings) 119 list of tags
120 </dd> 120 </dd>
121 <dt><i>branchesList</i></dt> 121 <dt><i>branchesList</i> (list of str)</dt>
122 <dd> 122 <dd>
123 list of branches (list of strings) 123 list of branches
124 </dd> 124 </dd>
125 <dt><i>trackingBranchesList</i></dt> 125 <dt><i>trackingBranchesList</i> (list of str)</dt>
126 <dd> 126 <dd>
127 list of remote branches (list of strings) 127 list of remote branches
128 </dd> 128 </dd>
129 <dt><i>noneLabel</i></dt> 129 <dt><i>noneLabel</i> (str)</dt>
130 <dd> 130 <dd>
131 label text for "no revision selected" (string) 131 label text for "no revision selected"
132 </dd> 132 </dd>
133 <dt><i>showBranches</i></dt> 133 <dt><i>showBranches</i> (bool)</dt>
134 <dd> 134 <dd>
135 flag indicating to show the branch selection 135 flag indicating to show the branch selection
136 (boolean) 136 </dd>
137 </dd> 137 <dt><i>showHead</i> (bool)</dt>
138 <dt><i>showHead</i></dt> 138 <dd>
139 <dd> 139 flag indicating to show the head selection
140 flag indicating to show the head selection (boolean) 140 </dd>
141 </dd> 141 <dt><i>parent</i> (QWidget)</dt>
142 <dt><i>parent</i></dt> 142 <dd>
143 <dd> 143 parent widget
144 parent widget (QWidget)
145 </dd> 144 </dd>
146 </dl> 145 </dl>
147 <a NAME="GitRevisionSelectionDialog.__updateOK" ID="GitRevisionSelectionDialog.__updateOK"></a> 146 <a NAME="GitRevisionSelectionDialog.__updateOK" ID="GitRevisionSelectionDialog.__updateOK"></a>
148 <h4>GitRevisionSelectionDialog.__updateOK</h4> 147 <h4>GitRevisionSelectionDialog.__updateOK</h4>
149 <b>__updateOK</b>(<i></i>) 148 <b>__updateOK</b>(<i></i>)
159 Public method to retrieve the selected revision. 158 Public method to retrieve the selected revision.
160 </p> 159 </p>
161 <dl> 160 <dl>
162 <dt>Return:</dt> 161 <dt>Return:</dt>
163 <dd> 162 <dd>
164 selected revision (string) 163 selected revision
164 </dd>
165 </dl>
166 <dl>
167 <dt>Return Type:</dt>
168 <dd>
169 str
165 </dd> 170 </dd>
166 </dl> 171 </dl>
167 <a NAME="GitRevisionSelectionDialog.on_branchButton_toggled" ID="GitRevisionSelectionDialog.on_branchButton_toggled"></a> 172 <a NAME="GitRevisionSelectionDialog.on_branchButton_toggled" ID="GitRevisionSelectionDialog.on_branchButton_toggled"></a>
168 <h4>GitRevisionSelectionDialog.on_branchButton_toggled</h4> 173 <h4>GitRevisionSelectionDialog.on_branchButton_toggled</h4>
169 <b>on_branchButton_toggled</b>(<i>checked</i>) 174 <b>on_branchButton_toggled</b>(<i>checked</i>)
171 <p> 176 <p>
172 Private slot to handle changes of the Branch select button. 177 Private slot to handle changes of the Branch select button.
173 </p> 178 </p>
174 <dl> 179 <dl>
175 180
176 <dt><i>checked</i></dt> 181 <dt><i>checked</i> (bool)</dt>
177 <dd> 182 <dd>
178 state of the button (boolean) 183 state of the button
179 </dd> 184 </dd>
180 </dl> 185 </dl>
181 <a NAME="GitRevisionSelectionDialog.on_branchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_branchCombo_editTextChanged"></a> 186 <a NAME="GitRevisionSelectionDialog.on_branchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_branchCombo_editTextChanged"></a>
182 <h4>GitRevisionSelectionDialog.on_branchCombo_editTextChanged</h4> 187 <h4>GitRevisionSelectionDialog.on_branchCombo_editTextChanged</h4>
183 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) 188 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>)
185 <p> 190 <p>
186 Private slot to handle changes of the Branch combo. 191 Private slot to handle changes of the Branch combo.
187 </p> 192 </p>
188 <dl> 193 <dl>
189 194
190 <dt><i>txt</i></dt> 195 <dt><i>txt</i> (str)</dt>
191 <dd> 196 <dd>
192 text of the combo (string) 197 text of the combo
193 </dd> 198 </dd>
194 </dl> 199 </dl>
195 <a NAME="GitRevisionSelectionDialog.on_remoteBranchButton_toggled" ID="GitRevisionSelectionDialog.on_remoteBranchButton_toggled"></a> 200 <a NAME="GitRevisionSelectionDialog.on_remoteBranchButton_toggled" ID="GitRevisionSelectionDialog.on_remoteBranchButton_toggled"></a>
196 <h4>GitRevisionSelectionDialog.on_remoteBranchButton_toggled</h4> 201 <h4>GitRevisionSelectionDialog.on_remoteBranchButton_toggled</h4>
197 <b>on_remoteBranchButton_toggled</b>(<i>checked</i>) 202 <b>on_remoteBranchButton_toggled</b>(<i>checked</i>)
199 <p> 204 <p>
200 Private slot to handle changes of the Remote Branch select button. 205 Private slot to handle changes of the Remote Branch select button.
201 </p> 206 </p>
202 <dl> 207 <dl>
203 208
204 <dt><i>checked</i></dt> 209 <dt><i>checked</i> (bool)</dt>
205 <dd> 210 <dd>
206 state of the button (boolean) 211 state of the button
207 </dd> 212 </dd>
208 </dl> 213 </dl>
209 <a NAME="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged"></a> 214 <a NAME="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged"></a>
210 <h4>GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged</h4> 215 <h4>GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged</h4>
211 <b>on_remoteBranchCombo_editTextChanged</b>(<i>txt</i>) 216 <b>on_remoteBranchCombo_editTextChanged</b>(<i>txt</i>)
213 <p> 218 <p>
214 Private slot to handle changes of the Remote Branch combo. 219 Private slot to handle changes of the Remote Branch combo.
215 </p> 220 </p>
216 <dl> 221 <dl>
217 222
218 <dt><i>txt</i></dt> 223 <dt><i>txt</i> (str)</dt>
219 <dd> 224 <dd>
220 text of the combo (string) 225 text of the combo
221 </dd> 226 </dd>
222 </dl> 227 </dl>
223 <a NAME="GitRevisionSelectionDialog.on_revButton_toggled" ID="GitRevisionSelectionDialog.on_revButton_toggled"></a> 228 <a NAME="GitRevisionSelectionDialog.on_revButton_toggled" ID="GitRevisionSelectionDialog.on_revButton_toggled"></a>
224 <h4>GitRevisionSelectionDialog.on_revButton_toggled</h4> 229 <h4>GitRevisionSelectionDialog.on_revButton_toggled</h4>
225 <b>on_revButton_toggled</b>(<i>checked</i>) 230 <b>on_revButton_toggled</b>(<i>checked</i>)
227 <p> 232 <p>
228 Private slot to handle changes of the rev select button. 233 Private slot to handle changes of the rev select button.
229 </p> 234 </p>
230 <dl> 235 <dl>
231 236
232 <dt><i>checked</i></dt> 237 <dt><i>checked</i> (bool)</dt>
233 <dd> 238 <dd>
234 state of the button (boolean) 239 state of the button
235 </dd> 240 </dd>
236 </dl> 241 </dl>
237 <a NAME="GitRevisionSelectionDialog.on_revEdit_textChanged" ID="GitRevisionSelectionDialog.on_revEdit_textChanged"></a> 242 <a NAME="GitRevisionSelectionDialog.on_revEdit_textChanged" ID="GitRevisionSelectionDialog.on_revEdit_textChanged"></a>
238 <h4>GitRevisionSelectionDialog.on_revEdit_textChanged</h4> 243 <h4>GitRevisionSelectionDialog.on_revEdit_textChanged</h4>
239 <b>on_revEdit_textChanged</b>(<i>txt</i>) 244 <b>on_revEdit_textChanged</b>(<i>txt</i>)
241 <p> 246 <p>
242 Private slot to handle changes of the rev edit. 247 Private slot to handle changes of the rev edit.
243 </p> 248 </p>
244 <dl> 249 <dl>
245 250
246 <dt><i>txt</i></dt> 251 <dt><i>txt</i> (str)</dt>
247 <dd> 252 <dd>
248 text of the edit (string) 253 text of the edit
249 </dd> 254 </dd>
250 </dl> 255 </dl>
251 <a NAME="GitRevisionSelectionDialog.on_tagButton_toggled" ID="GitRevisionSelectionDialog.on_tagButton_toggled"></a> 256 <a NAME="GitRevisionSelectionDialog.on_tagButton_toggled" ID="GitRevisionSelectionDialog.on_tagButton_toggled"></a>
252 <h4>GitRevisionSelectionDialog.on_tagButton_toggled</h4> 257 <h4>GitRevisionSelectionDialog.on_tagButton_toggled</h4>
253 <b>on_tagButton_toggled</b>(<i>checked</i>) 258 <b>on_tagButton_toggled</b>(<i>checked</i>)
255 <p> 260 <p>
256 Private slot to handle changes of the Tag select button. 261 Private slot to handle changes of the Tag select button.
257 </p> 262 </p>
258 <dl> 263 <dl>
259 264
260 <dt><i>checked</i></dt> 265 <dt><i>checked</i> (bool)</dt>
261 <dd> 266 <dd>
262 state of the button (boolean) 267 state of the button
263 </dd> 268 </dd>
264 </dl> 269 </dl>
265 <a NAME="GitRevisionSelectionDialog.on_tagCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_tagCombo_editTextChanged"></a> 270 <a NAME="GitRevisionSelectionDialog.on_tagCombo_editTextChanged" ID="GitRevisionSelectionDialog.on_tagCombo_editTextChanged"></a>
266 <h4>GitRevisionSelectionDialog.on_tagCombo_editTextChanged</h4> 271 <h4>GitRevisionSelectionDialog.on_tagCombo_editTextChanged</h4>
267 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) 272 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>)
269 <p> 274 <p>
270 Private slot to handle changes of the Tag combo. 275 Private slot to handle changes of the Tag combo.
271 </p> 276 </p>
272 <dl> 277 <dl>
273 278
274 <dt><i>txt</i></dt> 279 <dt><i>txt</i> (str)</dt>
275 <dd> 280 <dd>
276 text of the combo (string) 281 text of the combo
277 </dd> 282 </dd>
278 </dl> 283 </dl>
279 <div align="right"><a href="#top">Up</a></div> 284 <div align="right"><a href="#top">Up</a></div>
280 <hr /> 285 <hr />
281 </body></html> 286 </body></html>

eric ide

mercurial