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

branch
eric7
changeset 10479
856476537696
parent 10437
2f70ca07f0af
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsGit.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.PluginVcsGit.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,28 +7,27 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.PluginVcsGit</h1>
-
 <p>
 This plugin provides the Git version control interface.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
-<tr><td>__header__</td></tr><tr><td>error</td></tr><tr><td>gitCfgPluginObject</td></tr>
+<tr><td>__header__</td></tr>
+<tr><td>error</td></tr>
+<tr><td>gitCfgPluginObject</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#VcsGitPlugin">VcsGitPlugin</a></td>
 <td>Class implementing the Git version control plugin.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
-
 <tr>
 <td><a href="#clearPrivateData">clearPrivateData</a></td>
 <td>Module function to clear the private data of the plug-in.</td>
@@ -58,25 +57,24 @@
 <td>Module function to prepare for an uninstallation.</td>
 </tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="VcsGitPlugin" ID="VcsGitPlugin"></a>
 <h2>VcsGitPlugin</h2>
-
 <p>
     Class implementing the Git version control plugin.
 </p>
+
 <h3>Derived from</h3>
 QObject
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>GitDefaults</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#VcsGitPlugin.getPreferences">getPreferences</a></td>
 <td>Class method to retrieve the various settings.</td>
@@ -86,10 +84,9 @@
 <td>Class method to store the various settings.</td>
 </tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#VcsGitPlugin.__init__">VcsGitPlugin</a></td>
 <td>Constructor</td>
@@ -123,19 +120,20 @@
 <td>Public method to prepare for an unload.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="VcsGitPlugin.getPreferences" ID="VcsGitPlugin.getPreferences"></a>
 <h4>VcsGitPlugin.getPreferences (class method)</h4>
 <b>getPreferences</b>(<i>key</i>)
-
 <p>
         Class method to retrieve the various settings.
 </p>
+
 <dl>
 
 <dt><i>key</i> (str)</dt>
@@ -158,10 +156,10 @@
 <a NAME="VcsGitPlugin.setPreferences" ID="VcsGitPlugin.setPreferences"></a>
 <h4>VcsGitPlugin.setPreferences (class method)</h4>
 <b>setPreferences</b>(<i>key, value</i>)
-
 <p>
         Class method to store the various settings.
 </p>
+
 <dl>
 
 <dt><i>key</i> (str)</dt>
@@ -176,10 +174,10 @@
 <a NAME="VcsGitPlugin.__init__" ID="VcsGitPlugin.__init__"></a>
 <h4>VcsGitPlugin (Constructor)</h4>
 <b>VcsGitPlugin</b>(<i>ui</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>ui</i> (UserInterface)</dt>
@@ -190,10 +188,10 @@
 <a NAME="VcsGitPlugin.activate" ID="VcsGitPlugin.activate"></a>
 <h4>VcsGitPlugin.activate</h4>
 <b>activate</b>(<i></i>)
-
 <p>
         Public method to activate this plugin.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -210,17 +208,17 @@
 <a NAME="VcsGitPlugin.deactivate" ID="VcsGitPlugin.deactivate"></a>
 <h4>VcsGitPlugin.deactivate</h4>
 <b>deactivate</b>(<i></i>)
-
 <p>
         Public method to deactivate this plugin.
 </p>
+
 <a NAME="VcsGitPlugin.getConfigPath" ID="VcsGitPlugin.getConfigPath"></a>
 <h4>VcsGitPlugin.getConfigPath</h4>
 <b>getConfigPath</b>(<i></i>)
-
 <p>
         Public method to get the filename of the config file.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -236,10 +234,10 @@
 <a NAME="VcsGitPlugin.getProjectHelper" ID="VcsGitPlugin.getProjectHelper"></a>
 <h4>VcsGitPlugin.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>
@@ -255,10 +253,10 @@
 <a NAME="VcsGitPlugin.initToolbar" ID="VcsGitPlugin.initToolbar"></a>
 <h4>VcsGitPlugin.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>
@@ -273,37 +271,37 @@
 <a NAME="VcsGitPlugin.prepareUninstall" ID="VcsGitPlugin.prepareUninstall"></a>
 <h4>VcsGitPlugin.prepareUninstall</h4>
 <b>prepareUninstall</b>(<i></i>)
-
 <p>
         Public method to prepare for an uninstallation.
 </p>
+
 <a NAME="VcsGitPlugin.prepareUnload" ID="VcsGitPlugin.prepareUnload"></a>
 <h4>VcsGitPlugin.prepareUnload</h4>
 <b>prepareUnload</b>(<i></i>)
-
 <p>
         Public method to prepare for an unload.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <a NAME="clearPrivateData" ID="clearPrivateData"></a>
 <h2>clearPrivateData</h2>
 <b>clearPrivateData</b>(<i></i>)
-
 <p>
     Module function to clear the private data of the plug-in.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
 <hr />
 <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>
@@ -329,10 +327,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>
@@ -351,10 +349,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>
@@ -374,10 +372,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>
@@ -396,10 +394,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>
@@ -419,10 +417,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