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

branch
eric7
changeset 10690
fab36645aa7d
parent 10479
856476537696
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
167 str 167 str
168 </dd> 168 </dd>
169 </dl> 169 </dl>
170 <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>
171 <h4>GitRevisionSelectionDialog.on_branchButton_toggled</h4> 171 <h4>GitRevisionSelectionDialog.on_branchButton_toggled</h4>
172 <b>on_branchButton_toggled</b>(<i>checked</i>) 172 <b>on_branchButton_toggled</b>(<i>_checked</i>)
173 <p> 173 <p>
174 Private slot to handle changes of the Branch select button. 174 Private slot to handle changes of the Branch select button.
175 </p> 175 </p>
176 176
177 <dl> 177 <dl>
178 178
179 <dt><i>checked</i> (bool)</dt> 179 <dt><i>_checked</i> (bool)</dt>
180 <dd> 180 <dd>
181 state of the button 181 state of the button (unused)
182 </dd> 182 </dd>
183 </dl> 183 </dl>
184 <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>
185 <h4>GitRevisionSelectionDialog.on_branchCombo_editTextChanged</h4> 185 <h4>GitRevisionSelectionDialog.on_branchCombo_editTextChanged</h4>
186 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) 186 <b>on_branchCombo_editTextChanged</b>(<i>_txt</i>)
187 <p> 187 <p>
188 Private slot to handle changes of the Branch combo. 188 Private slot to handle changes of the Branch combo.
189 </p> 189 </p>
190 190
191 <dl> 191 <dl>
192 192
193 <dt><i>txt</i> (str)</dt> 193 <dt><i>_txt</i> (str)</dt>
194 <dd> 194 <dd>
195 text of the combo 195 text of the combo (unused)
196 </dd> 196 </dd>
197 </dl> 197 </dl>
198 <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>
199 <h4>GitRevisionSelectionDialog.on_remoteBranchButton_toggled</h4> 199 <h4>GitRevisionSelectionDialog.on_remoteBranchButton_toggled</h4>
200 <b>on_remoteBranchButton_toggled</b>(<i>checked</i>) 200 <b>on_remoteBranchButton_toggled</b>(<i>_checked</i>)
201 <p> 201 <p>
202 Private slot to handle changes of the Remote Branch select button. 202 Private slot to handle changes of the Remote Branch select button.
203 </p> 203 </p>
204 204
205 <dl> 205 <dl>
206 206
207 <dt><i>checked</i> (bool)</dt> 207 <dt><i>_checked</i> (bool)</dt>
208 <dd> 208 <dd>
209 state of the button 209 state of the button (unused)
210 </dd> 210 </dd>
211 </dl> 211 </dl>
212 <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>
213 <h4>GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged</h4> 213 <h4>GitRevisionSelectionDialog.on_remoteBranchCombo_editTextChanged</h4>
214 <b>on_remoteBranchCombo_editTextChanged</b>(<i>txt</i>) 214 <b>on_remoteBranchCombo_editTextChanged</b>(<i>_txt</i>)
215 <p> 215 <p>
216 Private slot to handle changes of the Remote Branch combo. 216 Private slot to handle changes of the Remote Branch combo.
217 </p> 217 </p>
218 218
219 <dl> 219 <dl>
220 220
221 <dt><i>txt</i> (str)</dt> 221 <dt><i>_txt</i> (str)</dt>
222 <dd> 222 <dd>
223 text of the combo 223 text of the combo (unused)
224 </dd> 224 </dd>
225 </dl> 225 </dl>
226 <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>
227 <h4>GitRevisionSelectionDialog.on_revButton_toggled</h4> 227 <h4>GitRevisionSelectionDialog.on_revButton_toggled</h4>
228 <b>on_revButton_toggled</b>(<i>checked</i>) 228 <b>on_revButton_toggled</b>(<i>_checked</i>)
229 <p> 229 <p>
230 Private slot to handle changes of the rev select button. 230 Private slot to handle changes of the rev select button.
231 </p> 231 </p>
232 232
233 <dl> 233 <dl>
234 234
235 <dt><i>checked</i> (bool)</dt> 235 <dt><i>_checked</i> (bool)</dt>
236 <dd> 236 <dd>
237 state of the button 237 state of the button (unused)
238 </dd> 238 </dd>
239 </dl> 239 </dl>
240 <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>
241 <h4>GitRevisionSelectionDialog.on_revEdit_textChanged</h4> 241 <h4>GitRevisionSelectionDialog.on_revEdit_textChanged</h4>
242 <b>on_revEdit_textChanged</b>(<i>txt</i>) 242 <b>on_revEdit_textChanged</b>(<i>_txt</i>)
243 <p> 243 <p>
244 Private slot to handle changes of the rev edit. 244 Private slot to handle changes of the rev edit.
245 </p> 245 </p>
246 246
247 <dl> 247 <dl>
248 248
249 <dt><i>txt</i> (str)</dt> 249 <dt><i>_txt</i> (str)</dt>
250 <dd> 250 <dd>
251 text of the edit 251 text of the edit (unused)
252 </dd> 252 </dd>
253 </dl> 253 </dl>
254 <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>
255 <h4>GitRevisionSelectionDialog.on_tagButton_toggled</h4> 255 <h4>GitRevisionSelectionDialog.on_tagButton_toggled</h4>
256 <b>on_tagButton_toggled</b>(<i>checked</i>) 256 <b>on_tagButton_toggled</b>(<i>_checked</i>)
257 <p> 257 <p>
258 Private slot to handle changes of the Tag select button. 258 Private slot to handle changes of the Tag select button.
259 </p> 259 </p>
260 260
261 <dl> 261 <dl>
262 262
263 <dt><i>checked</i> (bool)</dt> 263 <dt><i>_checked</i> (bool)</dt>
264 <dd> 264 <dd>
265 state of the button 265 state of the button (unused)
266 </dd> 266 </dd>
267 </dl> 267 </dl>
268 <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>
269 <h4>GitRevisionSelectionDialog.on_tagCombo_editTextChanged</h4> 269 <h4>GitRevisionSelectionDialog.on_tagCombo_editTextChanged</h4>
270 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) 270 <b>on_tagCombo_editTextChanged</b>(<i>_txt</i>)
271 <p> 271 <p>
272 Private slot to handle changes of the Tag combo. 272 Private slot to handle changes of the Tag combo.
273 </p> 273 </p>
274 274
275 <dl> 275 <dl>
276 276
277 <dt><i>txt</i> (str)</dt> 277 <dt><i>_txt</i> (str)</dt>
278 <dd> 278 <dd>
279 text of the combo 279 text of the combo (unused)
280 </dd> 280 </dd>
281 </dl> 281 </dl>
282 <div align="right"><a href="#top">Up</a></div> 282 <div align="right"><a href="#top">Up</a></div>
283 <hr /> 283 <hr />
284 </body></html> 284 </body></html>

eric ide

mercurial