src/eric7/Documentation/Source/eric7.VCS.ProjectHelper.html

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
child 10684
58c7f23ae1cb
diff -r de9106c55c3d -r 856476537696 src/eric7/Documentation/Source/eric7.VCS.ProjectHelper.html
--- a/src/eric7/Documentation/Source/eric7.VCS.ProjectHelper.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.VCS.ProjectHelper.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.VCS.ProjectHelper</h1>
-
 <p>
 Module implementing the base class of the VCS project helper.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#VcsProjectHelper">VcsProjectHelper</a></td>
 <td>Class implementing the base class of the VCS project helper.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="VcsProjectHelper" ID="VcsProjectHelper"></a>
 <h2>VcsProjectHelper</h2>
-
 <p>
     Class implementing the base class of the VCS project helper.
 </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="#VcsProjectHelper.__init__">VcsProjectHelper</a></td>
 <td>Constructor</td>
@@ -155,19 +152,20 @@
 <td>Public slot called before the vcs menu is shown.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="VcsProjectHelper.__init__" ID="VcsProjectHelper.__init__"></a>
 <h4>VcsProjectHelper (Constructor)</h4>
 <b>VcsProjectHelper</b>(<i>vcsObject, projectObject, parent=None, name=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>vcsObject</i> (VersionControl)</dt>
@@ -190,10 +188,10 @@
 <a NAME="VcsProjectHelper._vcsCheckout" ID="VcsProjectHelper._vcsCheckout"></a>
 <h4>VcsProjectHelper._vcsCheckout</h4>
 <b>_vcsCheckout</b>(<i>export=False</i>)
-
 <p>
         Protected slot used to create a local project from the repository.
 </p>
+
 <dl>
 
 <dt><i>export</i> (bool)</dt>
@@ -205,51 +203,50 @@
 <a NAME="VcsProjectHelper._vcsCleanup" ID="VcsProjectHelper._vcsCleanup"></a>
 <h4>VcsProjectHelper._vcsCleanup</h4>
 <b>_vcsCleanup</b>(<i></i>)
-
 <p>
         Protected slot used to cleanup the local project.
 </p>
+
 <a NAME="VcsProjectHelper._vcsCommand" ID="VcsProjectHelper._vcsCommand"></a>
 <h4>VcsProjectHelper._vcsCommand</h4>
 <b>_vcsCommand</b>(<i></i>)
-
 <p>
         Protected slot used to execute an arbitrary vcs command.
 </p>
+
 <a NAME="VcsProjectHelper._vcsCommandOptions" ID="VcsProjectHelper._vcsCommandOptions"></a>
 <h4>VcsProjectHelper._vcsCommandOptions</h4>
 <b>_vcsCommandOptions</b>(<i></i>)
-
 <p>
         Protected slot to edit the VCS command options.
 </p>
+
 <a NAME="VcsProjectHelper._vcsCommit" ID="VcsProjectHelper._vcsCommit"></a>
 <h4>VcsProjectHelper._vcsCommit</h4>
 <b>_vcsCommit</b>(<i></i>)
-
 <p>
         Protected slot used to commit changes to the local project to the
         repository.
 </p>
+
 <a NAME="VcsProjectHelper._vcsDiff" ID="VcsProjectHelper._vcsDiff"></a>
 <h4>VcsProjectHelper._vcsDiff</h4>
 <b>_vcsDiff</b>(<i></i>)
-
 <p>
         Protected slot used to show the difference of the local project to
         the repository.
 </p>
+
 <a NAME="VcsProjectHelper._vcsExport" ID="VcsProjectHelper._vcsExport"></a>
 <h4>VcsProjectHelper._vcsExport</h4>
 <b>_vcsExport</b>(<i></i>)
-
 <p>
         Protected slot used to export a project from the repository.
 </p>
+
 <a NAME="VcsProjectHelper._vcsImport" ID="VcsProjectHelper._vcsImport"></a>
 <h4>VcsProjectHelper._vcsImport</h4>
 <b>_vcsImport</b>(<i></i>)
-
 <p>
         Protected slot used to import the local project into the repository.
 </p>
@@ -259,33 +256,33 @@
             project. You may have to checkout the project from the repository
             in order to accomplish that.
 </p>
+
 <a NAME="VcsProjectHelper._vcsInfoDisplay" ID="VcsProjectHelper._vcsInfoDisplay"></a>
 <h4>VcsProjectHelper._vcsInfoDisplay</h4>
 <b>_vcsInfoDisplay</b>(<i></i>)
-
 <p>
         Protected slot called to show some vcs information.
 </p>
+
 <a NAME="VcsProjectHelper._vcsLogBrowser" ID="VcsProjectHelper._vcsLogBrowser"></a>
 <h4>VcsProjectHelper._vcsLogBrowser</h4>
 <b>_vcsLogBrowser</b>(<i></i>)
-
 <p>
         Protected slot used to show the log of the local project with a
         log browser dialog.
 </p>
+
 <a NAME="VcsProjectHelper._vcsMerge" ID="VcsProjectHelper._vcsMerge"></a>
 <h4>VcsProjectHelper._vcsMerge</h4>
 <b>_vcsMerge</b>(<i></i>)
-
 <p>
         Protected slot used to merge changes of a tag/revision into the local
         project.
 </p>
+
 <a NAME="VcsProjectHelper._vcsRemove" ID="VcsProjectHelper._vcsRemove"></a>
 <h4>VcsProjectHelper._vcsRemove</h4>
 <b>_vcsRemove</b>(<i></i>)
-
 <p>
         Protected slot used to remove the local project from the repository.
 </p>
@@ -293,55 +290,56 @@
         Depending on the parameters set in the vcs object the project
         may be removed from the local disk as well.
 </p>
+
 <a NAME="VcsProjectHelper._vcsRevert" ID="VcsProjectHelper._vcsRevert"></a>
 <h4>VcsProjectHelper._vcsRevert</h4>
 <b>_vcsRevert</b>(<i></i>)
-
 <p>
         Protected slot used to revert changes made to the local project.
 </p>
+
 <a NAME="VcsProjectHelper._vcsStatus" ID="VcsProjectHelper._vcsStatus"></a>
 <h4>VcsProjectHelper._vcsStatus</h4>
 <b>_vcsStatus</b>(<i></i>)
-
 <p>
         Protected slot used to show the status of the local project.
 </p>
+
 <a NAME="VcsProjectHelper._vcsSwitch" ID="VcsProjectHelper._vcsSwitch"></a>
 <h4>VcsProjectHelper._vcsSwitch</h4>
 <b>_vcsSwitch</b>(<i></i>)
-
 <p>
         Protected slot used to switch the local project to another tag/branch.
 </p>
+
 <a NAME="VcsProjectHelper._vcsTag" ID="VcsProjectHelper._vcsTag"></a>
 <h4>VcsProjectHelper._vcsTag</h4>
 <b>_vcsTag</b>(<i></i>)
-
 <p>
         Protected slot used to tag the local project in the repository.
 </p>
+
 <a NAME="VcsProjectHelper._vcsUpdate" ID="VcsProjectHelper._vcsUpdate"></a>
 <h4>VcsProjectHelper._vcsUpdate</h4>
 <b>_vcsUpdate</b>(<i></i>)
-
 <p>
         Protected slot used to update the local project from the repository.
 </p>
+
 <a NAME="VcsProjectHelper.initActions" ID="VcsProjectHelper.initActions"></a>
 <h4>VcsProjectHelper.initActions</h4>
 <b>initActions</b>(<i></i>)
-
 <p>
         Public method to generate the action objects.
 </p>
+
 <a NAME="VcsProjectHelper.initBasicToolbar" ID="VcsProjectHelper.initBasicToolbar"></a>
 <h4>VcsProjectHelper.initBasicToolbar</h4>
 <b>initBasicToolbar</b>(<i>ui, toolbarManager</i>)
-
 <p>
         Public slot to initialize the basic VCS toolbar.
 </p>
+
 <dl>
 
 <dt><i>ui</i> (UserInterface)</dt>
@@ -368,10 +366,10 @@
 <a NAME="VcsProjectHelper.initMenu" ID="VcsProjectHelper.initMenu"></a>
 <h4>VcsProjectHelper.initMenu</h4>
 <b>initMenu</b>(<i>menu</i>)
-
 <p>
         Public method to generate the VCS menu.
 </p>
+
 <dl>
 
 <dt><i>menu</i> (QMenu)</dt>
@@ -382,10 +380,10 @@
 <a NAME="VcsProjectHelper.initToolbar" ID="VcsProjectHelper.initToolbar"></a>
 <h4>VcsProjectHelper.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>
@@ -412,17 +410,17 @@
 <a NAME="VcsProjectHelper.revertChanges" ID="VcsProjectHelper.revertChanges"></a>
 <h4>VcsProjectHelper.revertChanges</h4>
 <b>revertChanges</b>(<i></i>)
-
 <p>
             Local function to revert the changes made to the project object.
 </p>
+
 <a NAME="VcsProjectHelper.setObjects" ID="VcsProjectHelper.setObjects"></a>
 <h4>VcsProjectHelper.setObjects</h4>
 <b>setObjects</b>(<i>vcsObject, projectObject</i>)
-
 <p>
         Public method to set references to the vcs and project objects.
 </p>
+
 <dl>
 
 <dt><i>vcsObject</i> (VersionControl)</dt>
@@ -437,10 +435,10 @@
 <a NAME="VcsProjectHelper.showMenu" ID="VcsProjectHelper.showMenu"></a>
 <h4>VcsProjectHelper.showMenu</h4>
 <b>showMenu</b>(<i></i>)
-
 <p>
         Public slot called before the vcs menu is shown.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial