src/eric7/Documentation/Source/eric7.Plugins.PluginVcsPySvn.html

branch
eric7
changeset 10479
856476537696
parent 10437
2f70ca07f0af
child 10684
58c7f23ae1cb
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.Plugins.PluginVcsPySvn.html
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsPySvn.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsPySvn.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,28 +7,27 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.PluginVcsPySvn</h1>
-
 <p>
 This plugin provides the PySvn version control interface.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>__header__</td></tr><tr><td>error</td></tr><tr><td>subversionCfgPluginObject</td></tr>
+<tr><td>__header__</td></tr>
+<tr><td>error</td></tr>
+<tr><td>subversionCfgPluginObject</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#VcsPySvnPlugin">VcsPySvnPlugin</a></td>
 <td>Class implementing the PySvn version control plugin.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#createConfigurationPage">createConfigurationPage</a></td>
 <td>Module function to create the configuration page.</td>
@@ -54,30 +53,29 @@
 <td>Module function to prepare for an uninstallation.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="VcsPySvnPlugin" ID="VcsPySvnPlugin"></a>
 <h2>VcsPySvnPlugin</h2>
-
 <p>
     Class implementing the PySvn version control plugin.
 </p>
+
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#VcsPySvnPlugin.__init__">VcsPySvnPlugin</a></td>
 <td>Constructor</td>
@@ -123,19 +121,20 @@
 <td>Public method to store the various settings.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="VcsPySvnPlugin.__init__" ID="VcsPySvnPlugin.__init__"></a>
 <h4>VcsPySvnPlugin (Constructor)</h4>
 <b>VcsPySvnPlugin</b>(<i>ui</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>ui</i> (UserInterface)</dt>
@@ -146,10 +145,10 @@
 <a NAME="VcsPySvnPlugin.activate" ID="VcsPySvnPlugin.activate"></a>
 <h4>VcsPySvnPlugin.activate</h4>
 <b>activate</b>(<i></i>)
-
 <p>
         Public method to activate this plugin.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -166,17 +165,17 @@
 <a NAME="VcsPySvnPlugin.deactivate" ID="VcsPySvnPlugin.deactivate"></a>
 <h4>VcsPySvnPlugin.deactivate</h4>
 <b>deactivate</b>(<i></i>)
-
 <p>
         Public method to deactivate this plugin.
 </p>
+
 <a NAME="VcsPySvnPlugin.getConfigPath" ID="VcsPySvnPlugin.getConfigPath"></a>
 <h4>VcsPySvnPlugin.getConfigPath</h4>
 <b>getConfigPath</b>(<i></i>)
-
 <p>
         Public method to get the filename of the config file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -192,10 +191,10 @@
 <a NAME="VcsPySvnPlugin.getPreferences" ID="VcsPySvnPlugin.getPreferences"></a>
 <h4>VcsPySvnPlugin.getPreferences</h4>
 <b>getPreferences</b>(<i>key</i>)
-
 <p>
         Public method to retrieve the various settings.
 </p>
+
 <dl>
 
 <dt><i>key</i> (str)</dt>
@@ -218,10 +217,10 @@
 <a NAME="VcsPySvnPlugin.getProjectHelper" ID="VcsPySvnPlugin.getProjectHelper"></a>
 <h4>VcsPySvnPlugin.getProjectHelper</h4>
 <b>getProjectHelper</b>(<i></i>)
-
 <p>
         Public method to get a reference to the project helper object.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -237,10 +236,10 @@
 <a NAME="VcsPySvnPlugin.getServersPath" ID="VcsPySvnPlugin.getServersPath"></a>
 <h4>VcsPySvnPlugin.getServersPath</h4>
 <b>getServersPath</b>(<i></i>)
-
 <p>
         Public method to get the filename of the servers file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -256,10 +255,10 @@
 <a NAME="VcsPySvnPlugin.initToolbar" ID="VcsPySvnPlugin.initToolbar"></a>
 <h4>VcsPySvnPlugin.initToolbar</h4>
 <b>initToolbar</b>(<i>ui, toolbarManager</i>)
-
 <p>
         Public slot to initialize the VCS toolbar.
 </p>
+
 <dl>
 
 <dt><i>ui</i> (UserInterface)</dt>
@@ -274,24 +273,24 @@
 <a NAME="VcsPySvnPlugin.prepareUninstall" ID="VcsPySvnPlugin.prepareUninstall"></a>
 <h4>VcsPySvnPlugin.prepareUninstall</h4>
 <b>prepareUninstall</b>(<i></i>)
-
 <p>
         Public method to prepare for an uninstallation.
 </p>
+
 <a NAME="VcsPySvnPlugin.prepareUnload" ID="VcsPySvnPlugin.prepareUnload"></a>
 <h4>VcsPySvnPlugin.prepareUnload</h4>
 <b>prepareUnload</b>(<i></i>)
-
 <p>
         Public method to prepare for an unload.
 </p>
+
 <a NAME="VcsPySvnPlugin.setPreferences" ID="VcsPySvnPlugin.setPreferences"></a>
 <h4>VcsPySvnPlugin.setPreferences</h4>
 <b>setPreferences</b>(<i>key, value</i>)
-
 <p>
         Public method to store the various settings.
 </p>
+
 <dl>
 
 <dt><i>key</i> (str)</dt>
@@ -309,10 +308,10 @@
 <a NAME="createConfigurationPage" ID="createConfigurationPage"></a>
 <h2>createConfigurationPage</h2>
 <b>createConfigurationPage</b>(<i>configDlg</i>)
-
 <p>
     Module function to create the configuration page.
 </p>
+
 <dl>
 
 <dt><i>configDlg</i> (QDialog)</dt>
@@ -338,10 +337,10 @@
 <a NAME="displayString" ID="displayString"></a>
 <h2>displayString</h2>
 <b>displayString</b>(<i></i>)
-
 <p>
     Public function to get the display string.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -360,10 +359,10 @@
 <a NAME="exeDisplayData" ID="exeDisplayData"></a>
 <h2>exeDisplayData</h2>
 <b>exeDisplayData</b>(<i></i>)
-
 <p>
     Public method to support the display of some executable info.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -382,10 +381,10 @@
 <a NAME="getConfigData" ID="getConfigData"></a>
 <h2>getConfigData</h2>
 <b>getConfigData</b>(<i></i>)
-
 <p>
     Module function returning data as required by the configuration dialog.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -405,10 +404,10 @@
 <a NAME="getVcsSystemIndicator" ID="getVcsSystemIndicator"></a>
 <h2>getVcsSystemIndicator</h2>
 <b>getVcsSystemIndicator</b>(<i></i>)
-
 <p>
     Public function to get the indicators for this version control system.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -428,10 +427,10 @@
 <a NAME="prepareUninstall" ID="prepareUninstall"></a>
 <h2>prepareUninstall</h2>
 <b>prepareUninstall</b>(<i></i>)
-
 <p>
     Module function to prepare for an uninstallation.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial