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

branch
eric7
changeset 10690
fab36645aa7d
parent 10479
856476537696
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
163 dict 163 dict
164 </dd> 164 </dd>
165 </dl> 165 </dl>
166 <a NAME="GitWorktreeAddDialog.on_branchButton_toggled" ID="GitWorktreeAddDialog.on_branchButton_toggled"></a> 166 <a NAME="GitWorktreeAddDialog.on_branchButton_toggled" ID="GitWorktreeAddDialog.on_branchButton_toggled"></a>
167 <h4>GitWorktreeAddDialog.on_branchButton_toggled</h4> 167 <h4>GitWorktreeAddDialog.on_branchButton_toggled</h4>
168 <b>on_branchButton_toggled</b>(<i>checked</i>) 168 <b>on_branchButton_toggled</b>(<i>_checked</i>)
169 <p> 169 <p>
170 Private slot to handle changes of the Branch select button. 170 Private slot to handle changes of the Branch select button.
171 </p> 171 </p>
172 172
173 <dl> 173 <dl>
174 174
175 <dt><i>checked</i> (bool)</dt> 175 <dt><i>_checked</i> (bool)</dt>
176 <dd> 176 <dd>
177 state of the button 177 state of the button (unused)
178 </dd> 178 </dd>
179 </dl> 179 </dl>
180 <a NAME="GitWorktreeAddDialog.on_branchCombo_editTextChanged" ID="GitWorktreeAddDialog.on_branchCombo_editTextChanged"></a> 180 <a NAME="GitWorktreeAddDialog.on_branchCombo_editTextChanged" ID="GitWorktreeAddDialog.on_branchCombo_editTextChanged"></a>
181 <h4>GitWorktreeAddDialog.on_branchCombo_editTextChanged</h4> 181 <h4>GitWorktreeAddDialog.on_branchCombo_editTextChanged</h4>
182 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) 182 <b>on_branchCombo_editTextChanged</b>(<i>_txt</i>)
183 <p> 183 <p>
184 Private slot to handle changes of the Branch combo. 184 Private slot to handle changes of the Branch combo.
185 </p> 185 </p>
186 186
187 <dl> 187 <dl>
188 188
189 <dt><i>txt</i> (str)</dt> 189 <dt><i>_txt</i> (str)</dt>
190 <dd> 190 <dd>
191 text of the combo 191 text of the combo (unused)
192 </dd> 192 </dd>
193 </dl> 193 </dl>
194 <a NAME="GitWorktreeAddDialog.on_revButton_toggled" ID="GitWorktreeAddDialog.on_revButton_toggled"></a> 194 <a NAME="GitWorktreeAddDialog.on_revButton_toggled" ID="GitWorktreeAddDialog.on_revButton_toggled"></a>
195 <h4>GitWorktreeAddDialog.on_revButton_toggled</h4> 195 <h4>GitWorktreeAddDialog.on_revButton_toggled</h4>
196 <b>on_revButton_toggled</b>(<i>checked</i>) 196 <b>on_revButton_toggled</b>(<i>_checked</i>)
197 <p> 197 <p>
198 Private slot to handle changes of the rev select button. 198 Private slot to handle changes of the rev select button.
199 </p> 199 </p>
200 200
201 <dl> 201 <dl>
202 202
203 <dt><i>checked</i> (bool)</dt> 203 <dt><i>_checked</i> (bool)</dt>
204 <dd> 204 <dd>
205 state of the button 205 state of the button (unused)
206 </dd> 206 </dd>
207 </dl> 207 </dl>
208 <a NAME="GitWorktreeAddDialog.on_revEdit_textChanged" ID="GitWorktreeAddDialog.on_revEdit_textChanged"></a> 208 <a NAME="GitWorktreeAddDialog.on_revEdit_textChanged" ID="GitWorktreeAddDialog.on_revEdit_textChanged"></a>
209 <h4>GitWorktreeAddDialog.on_revEdit_textChanged</h4> 209 <h4>GitWorktreeAddDialog.on_revEdit_textChanged</h4>
210 <b>on_revEdit_textChanged</b>(<i>txt</i>) 210 <b>on_revEdit_textChanged</b>(<i>_txt</i>)
211 <p> 211 <p>
212 Private slot to handle changes of the rev edit. 212 Private slot to handle changes of the rev edit.
213 </p> 213 </p>
214 214
215 <dl> 215 <dl>
216 216
217 <dt><i>txt</i> (str)</dt> 217 <dt><i>_txt</i> (str)</dt>
218 <dd> 218 <dd>
219 text of the edit 219 text of the edit (unused)
220 </dd> 220 </dd>
221 </dl> 221 </dl>
222 <a NAME="GitWorktreeAddDialog.on_tagButton_toggled" ID="GitWorktreeAddDialog.on_tagButton_toggled"></a> 222 <a NAME="GitWorktreeAddDialog.on_tagButton_toggled" ID="GitWorktreeAddDialog.on_tagButton_toggled"></a>
223 <h4>GitWorktreeAddDialog.on_tagButton_toggled</h4> 223 <h4>GitWorktreeAddDialog.on_tagButton_toggled</h4>
224 <b>on_tagButton_toggled</b>(<i>checked</i>) 224 <b>on_tagButton_toggled</b>(<i>_checked</i>)
225 <p> 225 <p>
226 Private slot to handle changes of the Tag select button. 226 Private slot to handle changes of the Tag select button.
227 </p> 227 </p>
228 228
229 <dl> 229 <dl>
230 230
231 <dt><i>checked</i> (bool)</dt> 231 <dt><i>_checked</i> (bool)</dt>
232 <dd> 232 <dd>
233 state of the button 233 state of the button (unused)
234 </dd> 234 </dd>
235 </dl> 235 </dl>
236 <a NAME="GitWorktreeAddDialog.on_tagCombo_editTextChanged" ID="GitWorktreeAddDialog.on_tagCombo_editTextChanged"></a> 236 <a NAME="GitWorktreeAddDialog.on_tagCombo_editTextChanged" ID="GitWorktreeAddDialog.on_tagCombo_editTextChanged"></a>
237 <h4>GitWorktreeAddDialog.on_tagCombo_editTextChanged</h4> 237 <h4>GitWorktreeAddDialog.on_tagCombo_editTextChanged</h4>
238 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) 238 <b>on_tagCombo_editTextChanged</b>(<i>_txt</i>)
239 <p> 239 <p>
240 Private slot to handle changes of the Tag combo. 240 Private slot to handle changes of the Tag combo.
241 </p> 241 </p>
242 242
243 <dl> 243 <dl>
244 244
245 <dt><i>txt</i> (str)</dt> 245 <dt><i>_txt</i> (str)</dt>
246 <dd> 246 <dd>
247 text of the combo 247 text of the combo (unused)
248 </dd> 248 </dd>
249 </dl> 249 </dl>
250 <a NAME="GitWorktreeAddDialog.on_worktreePathPicker_textChanged" ID="GitWorktreeAddDialog.on_worktreePathPicker_textChanged"></a> 250 <a NAME="GitWorktreeAddDialog.on_worktreePathPicker_textChanged" ID="GitWorktreeAddDialog.on_worktreePathPicker_textChanged"></a>
251 <h4>GitWorktreeAddDialog.on_worktreePathPicker_textChanged</h4> 251 <h4>GitWorktreeAddDialog.on_worktreePathPicker_textChanged</h4>
252 <b>on_worktreePathPicker_textChanged</b>(<i>worktree</i>) 252 <b>on_worktreePathPicker_textChanged</b>(<i>_worktree</i>)
253 <p> 253 <p>
254 Private slot handling a change of the worktree path. 254 Private slot handling a change of the worktree path.
255 </p> 255 </p>
256 256
257 <dl> 257 <dl>
258 258
259 <dt><i>worktree</i> (str)</dt> 259 <dt><i>_worktree</i> (str)</dt>
260 <dd> 260 <dd>
261 entered worktree path 261 entered worktree path (unused)
262 </dd> 262 </dd>
263 </dl> 263 </dl>
264 <div align="right"><a href="#top">Up</a></div> 264 <div align="right"><a href="#top">Up</a></div>
265 <hr /> 265 <hr />
266 </body></html> 266 </body></html>

eric ide

mercurial