Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html

changeset 2845
7e55c6268c35
parent 2387
2d119e79ab54
child 2966
f85f686981ad
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html	Mon Aug 05 13:17:51 2013 +0200
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html	Mon Aug 05 15:58:30 2013 +0200
@@ -143,6 +143,9 @@
 <td><a href="#SvnStatusDialog.__revert">__revert</a></td>
 <td>Private slot to handle the Revert context menu entry.</td>
 </tr><tr>
+<td><a href="#SvnStatusDialog.__sbsDiff">__sbsDiff</a></td>
+<td>Private slot to handle the Side-by-Side Diff context menu entry.</td>
+</tr><tr>
 <td><a href="#SvnStatusDialog.__showContextMenu">__showContextMenu</a></td>
 <td>Protected slot to show the context menu of the status list.</td>
 </tr><tr>
@@ -191,6 +194,9 @@
 <td><a href="#SvnStatusDialog.on_revertButton_clicked">on_revertButton_clicked</a></td>
 <td>Private slot to handle the press of the Revert button.</td>
 </tr><tr>
+<td><a href="#SvnStatusDialog.on_sbsDiffButton_clicked">on_sbsDiffButton_clicked</a></td>
+<td>Private slot to handle the press of the Side-by-Side Diff button.</td>
+</tr><tr>
 <td><a href="#SvnStatusDialog.on_sendButton_clicked">on_sendButton_clicked</a></td>
 <td>Private slot to send the input to the subversion process.</td>
 </tr><tr>
@@ -452,6 +458,11 @@
 <b>__revert</b>(<i></i>)
 <p>
         Private slot to handle the Revert context menu entry.
+</p><a NAME="SvnStatusDialog.__sbsDiff" ID="SvnStatusDialog.__sbsDiff"></a>
+<h4>SvnStatusDialog.__sbsDiff</h4>
+<b>__sbsDiff</b>(<i></i>)
+<p>
+        Private slot to handle the Side-by-Side Diff context menu entry.
 </p><a NAME="SvnStatusDialog.__showContextMenu" ID="SvnStatusDialog.__showContextMenu"></a>
 <h4>SvnStatusDialog.__showContextMenu</h4>
 <b>__showContextMenu</b>(<i>coord</i>)
@@ -557,6 +568,11 @@
 <b>on_revertButton_clicked</b>(<i></i>)
 <p>
         Private slot to handle the press of the Revert button.
+</p><a NAME="SvnStatusDialog.on_sbsDiffButton_clicked" ID="SvnStatusDialog.on_sbsDiffButton_clicked"></a>
+<h4>SvnStatusDialog.on_sbsDiffButton_clicked</h4>
+<b>on_sbsDiffButton_clicked</b>(<i></i>)
+<p>
+        Private slot to handle the press of the Side-by-Side Diff button.
 </p><a NAME="SvnStatusDialog.on_sendButton_clicked" ID="SvnStatusDialog.on_sendButton_clicked"></a>
 <h4>SvnStatusDialog.on_sendButton_clicked</h4>
 <b>on_sendButton_clicked</b>(<i></i>)

eric ide

mercurial