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

branch
eric7
changeset 10690
fab36645aa7d
parent 10479
856476537696
equal deleted inserted replaced
10689:3ede487187f2 10690:fab36645aa7d
143 list of str 143 list of str
144 </dd> 144 </dd>
145 </dl> 145 </dl>
146 <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>
147 <h4>GitBundleDialog.on_branchButton_toggled</h4> 147 <h4>GitBundleDialog.on_branchButton_toggled</h4>
148 <b>on_branchButton_toggled</b>(<i>checked</i>) 148 <b>on_branchButton_toggled</b>(<i>_checked</i>)
149 <p> 149 <p>
150 Private slot to handle changes of the Branch select button. 150 Private slot to handle changes of the Branch select button.
151 </p> 151 </p>
152 152
153 <dl> 153 <dl>
154 154
155 <dt><i>checked</i> (bool)</dt> 155 <dt><i>_checked</i> (bool)</dt>
156 <dd> 156 <dd>
157 state of the button 157 state of the button (unused)
158 </dd> 158 </dd>
159 </dl> 159 </dl>
160 <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>
161 <h4>GitBundleDialog.on_branchCombo_editTextChanged</h4> 161 <h4>GitBundleDialog.on_branchCombo_editTextChanged</h4>
162 <b>on_branchCombo_editTextChanged</b>(<i>txt</i>) 162 <b>on_branchCombo_editTextChanged</b>(<i>_txt</i>)
163 <p> 163 <p>
164 Private slot to handle changes of the Branch combo. 164 Private slot to handle changes of the Branch combo.
165 </p> 165 </p>
166 166
167 <dl> 167 <dl>
168 168
169 <dt><i>txt</i> (str)</dt> 169 <dt><i>_txt</i> (str)</dt>
170 <dd> 170 <dd>
171 text of the combo 171 text of the combo (unused)
172 </dd> 172 </dd>
173 </dl> 173 </dl>
174 <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>
175 <h4>GitBundleDialog.on_revisionsButton_toggled</h4> 175 <h4>GitBundleDialog.on_revisionsButton_toggled</h4>
176 <b>on_revisionsButton_toggled</b>(<i>checked</i>) 176 <b>on_revisionsButton_toggled</b>(<i>_checked</i>)
177 <p> 177 <p>
178 Private slot to handle changes of the revisions select button. 178 Private slot to handle changes of the revisions select button.
179 </p> 179 </p>
180 180
181 <dl> 181 <dl>
182 182
183 <dt><i>checked</i> (bool)</dt> 183 <dt><i>_checked</i> (bool)</dt>
184 <dd> 184 <dd>
185 state of the button 185 state of the button (unused)
186 </dd> 186 </dd>
187 </dl> 187 </dl>
188 <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>
189 <h4>GitBundleDialog.on_revisionsEdit_textChanged</h4> 189 <h4>GitBundleDialog.on_revisionsEdit_textChanged</h4>
190 <b>on_revisionsEdit_textChanged</b>(<i>txt</i>) 190 <b>on_revisionsEdit_textChanged</b>(<i>_txt</i>)
191 <p> 191 <p>
192 Private slot to handle changes of the Revisions edit. 192 Private slot to handle changes of the Revisions edit.
193 </p> 193 </p>
194 194
195 <dl> 195 <dl>
196 196
197 <dt><i>txt</i> (str)</dt> 197 <dt><i>_txt</i> (str)</dt>
198 <dd> 198 <dd>
199 text of the line edit 199 text of the line edit (unused)
200 </dd> 200 </dd>
201 </dl> 201 </dl>
202 <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>
203 <h4>GitBundleDialog.on_tagButton_toggled</h4> 203 <h4>GitBundleDialog.on_tagButton_toggled</h4>
204 <b>on_tagButton_toggled</b>(<i>checked</i>) 204 <b>on_tagButton_toggled</b>(<i>_checked</i>)
205 <p> 205 <p>
206 Private slot to handle changes of the Tag select button. 206 Private slot to handle changes of the Tag select button.
207 </p> 207 </p>
208 208
209 <dl> 209 <dl>
210 210
211 <dt><i>checked</i> (bool)</dt> 211 <dt><i>_checked</i> (bool)</dt>
212 <dd> 212 <dd>
213 state of the button 213 state of the button (unused)
214 </dd> 214 </dd>
215 </dl> 215 </dl>
216 <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>
217 <h4>GitBundleDialog.on_tagCombo_editTextChanged</h4> 217 <h4>GitBundleDialog.on_tagCombo_editTextChanged</h4>
218 <b>on_tagCombo_editTextChanged</b>(<i>txt</i>) 218 <b>on_tagCombo_editTextChanged</b>(<i>_txt</i>)
219 <p> 219 <p>
220 Private slot to handle changes of the Tag combo. 220 Private slot to handle changes of the Tag combo.
221 </p> 221 </p>
222 222
223 <dl> 223 <dl>
224 224
225 <dt><i>txt</i> (str)</dt> 225 <dt><i>_txt</i> (str)</dt>
226 <dd> 226 <dd>
227 text of the combo 227 text of the combo (unused)
228 </dd> 228 </dd>
229 </dl> 229 </dl>
230 <div align="right"><a href="#top">Up</a></div> 230 <div align="right"><a href="#top">Up</a></div>
231 <hr /> 231 <hr />
232 </body></html> 232 </body></html>

eric ide

mercurial