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

branch
eric7
changeset 10479
856476537696
parent 10438
4cd7e5a8b3cf
--- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,53 +7,50 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread</h1>
-
 <p>
 Module implementing the VCS status monitor thread class for Git.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#GitStatusMonitorThread">GitStatusMonitorThread</a></td>
 <td>Class implementing the VCS status monitor thread class for Git.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="GitStatusMonitorThread" ID="GitStatusMonitorThread"></a>
 <h2>GitStatusMonitorThread</h2>
-
 <p>
     Class implementing the VCS status monitor thread class for Git.
 </p>
+
 <h3>Derived from</h3>
 VcsStatusMonitorThread
 <h3>Class Attributes</h3>
-
 <table>
 <tr><td>ConflictStates</td></tr>
 </table>
+
 <h3>Class Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Methods</h3>
-
 <table>
-
 <tr>
 <td><a href="#GitStatusMonitorThread.__init__">GitStatusMonitorThread</a></td>
 <td>Constructor</td>
@@ -71,19 +68,20 @@
 <td>Protected method performing shutdown actions.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="GitStatusMonitorThread.__init__" ID="GitStatusMonitorThread.__init__"></a>
 <h4>GitStatusMonitorThread (Constructor)</h4>
 <b>GitStatusMonitorThread</b>(<i>interval, project, vcs, parent=None</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>interval</i> (int)</dt>
@@ -106,7 +104,6 @@
 <a NAME="GitStatusMonitorThread._getInfo" ID="GitStatusMonitorThread._getInfo"></a>
 <h4>GitStatusMonitorThread._getInfo</h4>
 <b>_getInfo</b>(<i></i>)
-
 <p>
         Protected method implementing the real info action.
 </p>
@@ -114,6 +111,7 @@
         This method should be overridden and create a short info message to be
         shown in the main window status bar right next to the status indicator.
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -129,7 +127,6 @@
 <a NAME="GitStatusMonitorThread._performMonitor" ID="GitStatusMonitorThread._performMonitor"></a>
 <h4>GitStatusMonitorThread._performMonitor</h4>
 <b>_performMonitor</b>(<i></i>)
-
 <p>
         Protected method implementing the monitoring action.
 </p>
@@ -150,6 +147,7 @@
             <li>" " path is back at normal</li>
         </ul>
 </p>
+
 <dl>
 <dt>Return:</dt>
 <dd>
@@ -166,10 +164,10 @@
 <a NAME="GitStatusMonitorThread._shutdown" ID="GitStatusMonitorThread._shutdown"></a>
 <h4>GitStatusMonitorThread._shutdown</h4>
 <b>_shutdown</b>(<i></i>)
-
 <p>
         Protected method performing shutdown actions.
 </p>
+
 <div align="right"><a href="#top">Up</a></div>
 <hr />
-</body></html>
\ No newline at end of file
+</body></html>

eric ide

mercurial