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

branch
eric7
changeset 10493
f795d68d8e09
parent 10479
856476537696
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.VCS.VersionControl.html	Wed Jan 10 09:42:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.VCS.VersionControl.html	Wed Jan 10 09:44:42 2024 +0100
@@ -23,6 +23,10 @@
 <td><a href="#VersionControl">VersionControl</a></td>
 <td>Class implementing an abstract base class to be subclassed by all specific VCS interfaces.</td>
 </tr>
+<tr>
+<td><a href="#VersionControlState">VersionControlState</a></td>
+<td>Class defining the global VCS states of files and directories.</td>
+</tr>
 </table>
 
 <h3>Functions</h3>
@@ -79,8 +83,6 @@
 QObject
 <h3>Class Attributes</h3>
 <table>
-<tr><td>canBeAdded</td></tr>
-<tr><td>canBeCommitted</td></tr>
 <tr><td>commitHistoryData</td></tr>
 <tr><td>commitHistoryLock</td></tr>
 </table>
@@ -925,8 +927,8 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-the received dictionary completed with a combination of
-            canBeCommited and canBeAdded or None in order to signal an error
+the received dictionary completed with the VCS state or None in
+            order to signal an error
 </dd>
 </dl>
 <dl>
@@ -1671,13 +1673,13 @@
 <dl>
 <dt>Return:</dt>
 <dd>
-registered state (one of canBeCommited and canBeAdded)
+registered state
 </dd>
 </dl>
 <dl>
 <dt>Return Type:</dt>
 <dd>
-int
+VersionControlState
 </dd>
 </dl>
 <dl>
@@ -2059,4 +2061,37 @@
 </dl>
 <div align="right"><a href="#top">Up</a></div>
 <hr />
+<hr />
+<a NAME="VersionControlState" ID="VersionControlState"></a>
+<h2>VersionControlState</h2>
+<p>
+    Class defining the global VCS states of files and directories.
+</p>
+
+<h3>Derived from</h3>
+enum.Enum
+<h3>Class Attributes</h3>
+<table>
+<tr><td>Controlled</td></tr>
+<tr><td>Uncontrolled</td></tr>
+</table>
+
+<h3>Class Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+<h3>Static Methods</h3>
+<table>
+<tr><td>None</td></tr>
+</table>
+
+
+<div align="right"><a href="#top">Up</a></div>
+<hr />
 </body></html>

eric ide

mercurial