Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html

changeset 4072
46fb585f60f2
parent 3673
e26d7d0c1088
equal deleted inserted replaced
4069:5d46da4c2ce5 4072:46fb585f60f2
86 <td>Private slot called by a button of the button box clicked.</td> 86 <td>Private slot called by a button of the button box clicked.</td>
87 </tr><tr> 87 </tr><tr>
88 <td><a href="#SvnDiffDialog.on_filesCombo_activated">on_filesCombo_activated</a></td> 88 <td><a href="#SvnDiffDialog.on_filesCombo_activated">on_filesCombo_activated</a></td>
89 <td>Private slot to handle the selection of a file.</td> 89 <td>Private slot to handle the selection of a file.</td>
90 </tr><tr> 90 </tr><tr>
91 <td><a href="#SvnDiffDialog.on_refreshButton_clicked">on_refreshButton_clicked</a></td>
92 <td>Private slot to refresh the display.</td>
93 </tr><tr>
91 <td><a href="#SvnDiffDialog.on_saveButton_clicked">on_saveButton_clicked</a></td> 94 <td><a href="#SvnDiffDialog.on_saveButton_clicked">on_saveButton_clicked</a></td>
92 <td>Private slot to handle the Save button press.</td> 95 <td>Private slot to handle the Save button press.</td>
93 </tr><tr> 96 </tr><tr>
94 <td><a href="#SvnDiffDialog.start">start</a></td> 97 <td><a href="#SvnDiffDialog.start">start</a></td>
95 <td>Public slot to start the svn diff command.</td> 98 <td>Public slot to start the svn diff command.</td>
211 </p><dl> 214 </p><dl>
212 <dt><i>index</i></dt> 215 <dt><i>index</i></dt>
213 <dd> 216 <dd>
214 activated row (integer) 217 activated row (integer)
215 </dd> 218 </dd>
216 </dl><a NAME="SvnDiffDialog.on_saveButton_clicked" ID="SvnDiffDialog.on_saveButton_clicked"></a> 219 </dl><a NAME="SvnDiffDialog.on_refreshButton_clicked" ID="SvnDiffDialog.on_refreshButton_clicked"></a>
220 <h4>SvnDiffDialog.on_refreshButton_clicked</h4>
221 <b>on_refreshButton_clicked</b>(<i></i>)
222 <p>
223 Private slot to refresh the display.
224 </p><a NAME="SvnDiffDialog.on_saveButton_clicked" ID="SvnDiffDialog.on_saveButton_clicked"></a>
217 <h4>SvnDiffDialog.on_saveButton_clicked</h4> 225 <h4>SvnDiffDialog.on_saveButton_clicked</h4>
218 <b>on_saveButton_clicked</b>(<i></i>) 226 <b>on_saveButton_clicked</b>(<i></i>)
219 <p> 227 <p>
220 Private slot to handle the Save button press. 228 Private slot to handle the Save button press.
221 </p><p> 229 </p><p>
222 It saves the diff shown in the dialog to a file in the local 230 It saves the diff shown in the dialog to a file in the local
223 filesystem. 231 filesystem.
224 </p><a NAME="SvnDiffDialog.start" ID="SvnDiffDialog.start"></a> 232 </p><a NAME="SvnDiffDialog.start" ID="SvnDiffDialog.start"></a>
225 <h4>SvnDiffDialog.start</h4> 233 <h4>SvnDiffDialog.start</h4>
226 <b>start</b>(<i>fn, versions=None, urls=None, summary=False, pegRev=None</i>) 234 <b>start</b>(<i>fn, versions=None, urls=None, summary=False, pegRev=None, refreshable=False</i>)
227 <p> 235 <p>
228 Public slot to start the svn diff command. 236 Public slot to start the svn diff command.
229 </p><dl> 237 </p><dl>
230 <dt><i>fn</i></dt> 238 <dt><i>fn</i></dt>
231 <dd> 239 <dd>
242 flag indicating a summarizing diff 250 flag indicating a summarizing diff
243 (only valid for URL diffs) (boolean) 251 (only valid for URL diffs) (boolean)
244 </dd><dt><i>pegRev=</i></dt> 252 </dd><dt><i>pegRev=</i></dt>
245 <dd> 253 <dd>
246 revision number the filename is valid (integer) 254 revision number the filename is valid (integer)
255 </dd><dt><i>refreshable=</i></dt>
256 <dd>
257 flag indicating a refreshable diff (boolean)
247 </dd> 258 </dd>
248 </dl> 259 </dl>
249 <div align="right"><a href="#top">Up</a></div> 260 <div align="right"><a href="#top">Up</a></div>
250 <hr /> 261 <hr />
251 </body></html> 262 </body></html>

eric ide

mercurial