Documentation/Source/eric5.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html

changeset 1274
442c748018c5
parent 1229
a8207dc73672
child 2367
78f6c8193d37
equal deleted inserted replaced
1269:7b4d9f1d7c6c 1274:442c748018c5
77 <td>Private slot to handle changes of the Branch select button.</td> 77 <td>Private slot to handle changes of the Branch select button.</td>
78 </tr><tr> 78 </tr><tr>
79 <td><a href="#HgBundleDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td> 79 <td><a href="#HgBundleDialog.on_branchCombo_editTextChanged">on_branchCombo_editTextChanged</a></td>
80 <td>Private slot to handle changes of the Branch combo.</td> 80 <td>Private slot to handle changes of the Branch combo.</td>
81 </tr><tr> 81 </tr><tr>
82 <td><a href="#HgBundleDialog.on_idButton_toggled">on_idButton_toggled</a></td> 82 <td><a href="#HgBundleDialog.on_multipleButton_toggled">on_multipleButton_toggled</a></td>
83 <td>Private slot to handle changes of the ID select button.</td> 83 <td>Private slot to handle changes of the Multiple select button.</td>
84 </tr><tr> 84 </tr><tr>
85 <td><a href="#HgBundleDialog.on_idEdit_textChanged">on_idEdit_textChanged</a></td> 85 <td><a href="#HgBundleDialog.on_multipleEdit_textChanged">on_multipleEdit_textChanged</a></td>
86 <td>Private slot to handle changes of the ID edit.</td> 86 <td>Private slot to handle changes of the Multiple edit.</td>
87 </tr><tr> 87 </tr><tr>
88 <td><a href="#HgBundleDialog.on_tagButton_toggled">on_tagButton_toggled</a></td> 88 <td><a href="#HgBundleDialog.on_tagButton_toggled">on_tagButton_toggled</a></td>
89 <td>Private slot to handle changes of the Tag select button.</td> 89 <td>Private slot to handle changes of the Tag select button.</td>
90 </tr><tr> 90 </tr><tr>
91 <td><a href="#HgBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td> 91 <td><a href="#HgBundleDialog.on_tagCombo_editTextChanged">on_tagCombo_editTextChanged</a></td>
126 <p> 126 <p>
127 Public method to retrieve the bundle data. 127 Public method to retrieve the bundle data.
128 </p><dl> 128 </p><dl>
129 <dt>Returns:</dt> 129 <dt>Returns:</dt>
130 <dd> 130 <dd>
131 tuple naming the revision, the compression type and a flag indicating 131 tuple naming the revisions, base revisions, the compression type and
132 to bundle all changesets (string, string, boolean) 132 a flag indicating to bundle all changesets (string, string, boolean)
133 </dd> 133 </dd>
134 </dl><a NAME="HgBundleDialog.on_bookmarkButton_toggled" ID="HgBundleDialog.on_bookmarkButton_toggled"></a> 134 </dl><a NAME="HgBundleDialog.on_bookmarkButton_toggled" ID="HgBundleDialog.on_bookmarkButton_toggled"></a>
135 <h4>HgBundleDialog.on_bookmarkButton_toggled</h4> 135 <h4>HgBundleDialog.on_bookmarkButton_toggled</h4>
136 <b>on_bookmarkButton_toggled</b>(<i>checked</i>) 136 <b>on_bookmarkButton_toggled</b>(<i>checked</i>)
137 <p> 137 <p>
169 </p><dl> 169 </p><dl>
170 <dt><i>txt</i></dt> 170 <dt><i>txt</i></dt>
171 <dd> 171 <dd>
172 text of the combo (string) 172 text of the combo (string)
173 </dd> 173 </dd>
174 </dl><a NAME="HgBundleDialog.on_idButton_toggled" ID="HgBundleDialog.on_idButton_toggled"></a> 174 </dl><a NAME="HgBundleDialog.on_multipleButton_toggled" ID="HgBundleDialog.on_multipleButton_toggled"></a>
175 <h4>HgBundleDialog.on_idButton_toggled</h4> 175 <h4>HgBundleDialog.on_multipleButton_toggled</h4>
176 <b>on_idButton_toggled</b>(<i>checked</i>) 176 <b>on_multipleButton_toggled</b>(<i>checked</i>)
177 <p> 177 <p>
178 Private slot to handle changes of the ID select button. 178 Private slot to handle changes of the Multiple select button.
179 </p><dl> 179 </p><dl>
180 <dt><i>checked</i></dt> 180 <dt><i>checked</i></dt>
181 <dd> 181 <dd>
182 state of the button (boolean) 182 state of the button (boolean)
183 </dd> 183 </dd>
184 </dl><a NAME="HgBundleDialog.on_idEdit_textChanged" ID="HgBundleDialog.on_idEdit_textChanged"></a> 184 </dl><a NAME="HgBundleDialog.on_multipleEdit_textChanged" ID="HgBundleDialog.on_multipleEdit_textChanged"></a>
185 <h4>HgBundleDialog.on_idEdit_textChanged</h4> 185 <h4>HgBundleDialog.on_multipleEdit_textChanged</h4>
186 <b>on_idEdit_textChanged</b>(<i>txt</i>) 186 <b>on_multipleEdit_textChanged</b>(<i></i>)
187 <p> 187 <p>
188 Private slot to handle changes of the ID edit. 188 Private slot to handle changes of the Multiple edit.
189 </p><dl> 189 </p><a NAME="HgBundleDialog.on_tagButton_toggled" ID="HgBundleDialog.on_tagButton_toggled"></a>
190 <dt><i>txt</i></dt>
191 <dd>
192 text of the edit (string)
193 </dd>
194 </dl><a NAME="HgBundleDialog.on_tagButton_toggled" ID="HgBundleDialog.on_tagButton_toggled"></a>
195 <h4>HgBundleDialog.on_tagButton_toggled</h4> 190 <h4>HgBundleDialog.on_tagButton_toggled</h4>
196 <b>on_tagButton_toggled</b>(<i>checked</i>) 191 <b>on_tagButton_toggled</b>(<i>checked</i>)
197 <p> 192 <p>
198 Private slot to handle changes of the Tag select button. 193 Private slot to handle changes of the Tag select button.
199 </p><dl> 194 </p><dl>

eric ide

mercurial