Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html
--- a/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,7 +22,7 @@
 <body><a NAME="top" ID="top"></a>
 <h1>eric5.Plugins.VcsPlugins.vcsPySvn.SvnInfoDialog</h1>
 <p>
-&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#115;&#104;&#111;w &#114;&#101;&#112;&#111;&#115;&#105;&#116;&#111;&#114;y &#114;&#101;&#108;&#97;&#116;&#101;&#100; &#105;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110; &#102;&#111;&#114; &#97; &#102;&#105;&#108;&#101;/&#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y.
+Module implementing a dialog to show repository related information for a file/directory.
 </p>
 <h3>Global Attributes</h3>
 <table>
@@ -32,7 +32,7 @@
 <table>
 <tr>
 <td><a href="#SvnInfoDialog">SvnInfoDialog</a></td>
-<td>&#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#115;&#104;&#111;w &#114;&#101;&#112;&#111;&#115;&#105;&#116;&#111;&#114;y &#114;&#101;&#108;&#97;&#116;&#101;&#100; &#105;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110; &#102;&#111;&#114; &#97; &#102;&#105;&#108;&#101;/&#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y.</td>
+<td>Class implementing a dialog to show repository related information for a file/directory.</td>
 </tr>
 </table>
 <h3>Functions</h3>
@@ -43,8 +43,8 @@
 <a NAME="SvnInfoDialog" ID="SvnInfoDialog"></a>
 <h2>SvnInfoDialog</h2>
 <p>
-    &#67;&#108;&#97;&#115;&#115; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#100;&#105;&#97;&#108;&#111;&#103; &#116;&#111; &#115;&#104;&#111;w &#114;&#101;&#112;&#111;&#115;&#105;&#116;&#111;&#114;y &#114;&#101;&#108;&#97;&#116;&#101;&#100; &#105;&#110;&#102;&#111;&#114;&#109;&#97;&#116;&#105;&#111;&#110; 
-    &#102;&#111;&#114; &#97; &#102;&#105;&#108;&#101;/&#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y.
+    Class implementing a dialog to show repository related information 
+    for a file/directory.
 </p>
 <h3>Derived from</h3>
 QDialog, SvnDialogMixin, Ui_VcsRepositoryInfoDialog
@@ -56,50 +56,50 @@
 <table>
 <tr>
 <td><a href="#SvnInfoDialog.__init__">SvnInfoDialog</a></td>
-<td>&#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;</td>
+<td>Constructor</td>
 </tr><tr>
 <td><a href="#SvnInfoDialog.__showError">__showError</a></td>
-<td>&#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97;&#110; &#101;&#114;&#114;&#111;&#114; &#109;&#101;&#115;&#115;&#97;&#103;&#101;.</td>
+<td>Private slot to show an error message.</td>
 </tr><tr>
 <td><a href="#SvnInfoDialog.start">start</a></td>
-<td>&#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#115;v&#110; &#105;&#110;&#102;&#111; &#99;&#111;&#109;&#109;&#97;&#110;&#100;.</td>
+<td>Public slot to start the svn info command.</td>
 </tr>
 </table>
 <a NAME="SvnInfoDialog.__init__" ID="SvnInfoDialog.__init__"></a>
 <h4>SvnInfoDialog (Constructor)</h4>
 <b>SvnInfoDialog</b>(<i>vcs, parent = None</i>)
 <p>
-        &#67;&#111;&#110;&#115;&#116;&#114;&#117;&#99;&#116;&#111;&#114;
+        Constructor
 </p><dl>
 <dt><i>vcs</i></dt>
 <dd>
-&#114;&#101;&#102;&#101;&#114;&#101;&#110;&#99;&#101; &#116;&#111; &#116;&#104;&#101; v&#99;&#115; &#111;&#98;&#106;&#101;&#99;&#116;
+reference to the vcs object
 </dd><dt><i>parent</i></dt>
 <dd>
-&#112;&#97;&#114;&#101;&#110;&#116; w&#105;&#100;&#103;&#101;&#116; (&#81;&#87;&#105;&#100;&#103;&#101;&#116;)
+parent widget (QWidget)
 </dd>
 </dl><a NAME="SvnInfoDialog.__showError" ID="SvnInfoDialog.__showError"></a>
 <h4>SvnInfoDialog.__showError</h4>
 <b>__showError</b>(<i>msg</i>)
 <p>
-        &#80;&#114;&#105;v&#97;&#116;&#101; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#104;&#111;w &#97;&#110; &#101;&#114;&#114;&#111;&#114; &#109;&#101;&#115;&#115;&#97;&#103;&#101;.
+        Private slot to show an error message.
 </p><dl>
 <dt><i>msg</i></dt>
 <dd>
-&#101;&#114;&#114;&#111;&#114; &#109;&#101;&#115;&#115;&#97;&#103;&#101; &#116;&#111; &#115;&#104;&#111;w (&#115;&#116;&#114;&#105;&#110;&#103;)
+error message to show (string)
 </dd>
 </dl><a NAME="SvnInfoDialog.start" ID="SvnInfoDialog.start"></a>
 <h4>SvnInfoDialog.start</h4>
 <b>start</b>(<i>projectPath, fn</i>)
 <p>
-        &#80;&#117;&#98;&#108;&#105;&#99; &#115;&#108;&#111;&#116; &#116;&#111; &#115;&#116;&#97;&#114;&#116; &#116;&#104;&#101; &#115;v&#110; &#105;&#110;&#102;&#111; &#99;&#111;&#109;&#109;&#97;&#110;&#100;.
+        Public slot to start the svn info command.
 </p><dl>
 <dt><i>projectPath</i></dt>
 <dd>
-&#112;&#97;&#116;&#104; &#110;&#97;&#109;&#101; &#111;&#102; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;)
+path name of the project (string)
 </dd><dt><i>fn</i></dt>
 <dd>
-&#102;&#105;&#108;&#101; &#111;&#114; &#100;&#105;&#114;&#101;&#99;&#116;&#111;&#114;y &#110;&#97;&#109;&#101; &#114;&#101;&#108;&#97;&#116;&#105;v&#101; &#116;&#111; &#116;&#104;&#101; &#112;&#114;&#111;&#106;&#101;&#99;&#116; (&#115;&#116;&#114;&#105;&#110;&#103;)
+file or directory name relative to the project (string)
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial