src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,56 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitBranchDialog</h1>
-
 <p>
 Module implementing a dialog to enter the data for a branching operation.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#GitBranchDialog">GitBranchDialog</a></td>
 <td>Class implementing a dialog to enter the data for a branching operation.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="GitBranchDialog" ID="GitBranchDialog"></a>
 <h2>GitBranchDialog</h2>
-
 <p>
     Class implementing a dialog to enter the data for a branching operation.
 </p>
+
 <h3>Derived from</h3>
 QDialog, Ui_GitBranchDialog
 <h3>Class Attributes</h3>
+<table>
+<tr><td>CreateBranch</td></tr>
+<tr><td>CreateSwitchBranch</td></tr>
+<tr><td>CreateTrackingBranch</td></tr>
+<tr><td>DeleteBranch</td></tr>
+<tr><td>RenameBranch</td></tr>
+<tr><td>SetTrackingBranch</td></tr>
+<tr><td>UnsetTrackingBranch</td></tr>
+</table>
 
-<table>
-<tr><td>CreateBranch</td></tr><tr><td>CreateSwitchBranch</td></tr><tr><td>CreateTrackingBranch</td></tr><tr><td>DeleteBranch</td></tr><tr><td>RenameBranch</td></tr><tr><td>SetTrackingBranch</td></tr><tr><td>UnsetTrackingBranch</td></tr>
-</table>
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#GitBranchDialog.__init__">GitBranchDialog</a></td>
 <td>Constructor</td>
@@ -87,19 +90,20 @@
 <td>Private slot to handle the selection of unsetting a tracking branch.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="GitBranchDialog.__init__" ID="GitBranchDialog.__init__"></a>
 <h4>GitBranchDialog (Constructor)</h4>
 <b>GitBranchDialog</b>(<i>branchlist, revision=None, branchName=None, branchOp=None, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>branchlist</i> (list of str)</dt>
@@ -126,17 +130,17 @@
 <a NAME="GitBranchDialog.__updateOK" ID="GitBranchDialog.__updateOK"></a>
 <h4>GitBranchDialog.__updateOK</h4>
 <b>__updateOK</b>(<i></i>)
-
 <p>
         Private method used to enable/disable the OK-button.
 </p>
+
 <a NAME="GitBranchDialog.getParameters" ID="GitBranchDialog.getParameters"></a>
 <h4>GitBranchDialog.getParameters</h4>
 <b>getParameters</b>(<i></i>)
-
 <p>
         Public method to retrieve the branch data.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -154,10 +158,10 @@
 <a NAME="GitBranchDialog.on_branchCombo_editTextChanged" ID="GitBranchDialog.on_branchCombo_editTextChanged"></a>
 <h4>GitBranchDialog.on_branchCombo_editTextChanged</h4>
 <b>on_branchCombo_editTextChanged</b>(<i>text</i>)
-
 <p>
         Private slot to handle a change of the branch.
 </p>
+
 <dl>
 
 <dt><i>text</i> (str)</dt>
@@ -168,10 +172,10 @@
 <a NAME="GitBranchDialog.on_createTrackingButton_toggled" ID="GitBranchDialog.on_createTrackingButton_toggled"></a>
 <h4>GitBranchDialog.on_createTrackingButton_toggled</h4>
 <b>on_createTrackingButton_toggled</b>(<i>checked</i>)
-
 <p>
         Private slot to handle the selection of creating a tracking branch.
 </p>
+
 <dl>
 
 <dt><i>checked</i> (bool)</dt>
@@ -182,10 +186,10 @@
 <a NAME="GitBranchDialog.on_newBranchNameEdit_textChanged" ID="GitBranchDialog.on_newBranchNameEdit_textChanged"></a>
 <h4>GitBranchDialog.on_newBranchNameEdit_textChanged</h4>
 <b>on_newBranchNameEdit_textChanged</b>(<i>text</i>)
-
 <p>
         Private slot to handle a change of the new branch.
 </p>
+
 <dl>
 
 <dt><i>text</i> (str)</dt>
@@ -196,10 +200,10 @@
 <a NAME="GitBranchDialog.on_setTrackingButton_toggled" ID="GitBranchDialog.on_setTrackingButton_toggled"></a>
 <h4>GitBranchDialog.on_setTrackingButton_toggled</h4>
 <b>on_setTrackingButton_toggled</b>(<i>checked</i>)
-
 <p>
         Private slot to handle the selection of setting a tracking branch.
 </p>
+
 <dl>
 
 <dt><i>checked</i> (bool)</dt>
@@ -210,10 +214,10 @@
 <a NAME="GitBranchDialog.on_unsetTrackingButton_toggled" ID="GitBranchDialog.on_unsetTrackingButton_toggled"></a>
 <h4>GitBranchDialog.on_unsetTrackingButton_toggled</h4>
 <b>on_unsetTrackingButton_toggled</b>(<i>checked</i>)
-
 <p>
         Private slot to handle the selection of unsetting a tracking branch.
 </p>
+
 <dl>
 
 <dt><i>checked</i> (bool)</dt>
@@ -223,4 +227,4 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial