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

branch
eric7
changeset 10479
856476537696
parent 10436
f6881d10e995
child 10684
58c7f23ae1cb
--- a/src/eric7/Documentation/Source/eric7.VCS.StatusMonitorLed.html	Thu Jan 04 17:16:15 2024 +0100
+++ b/src/eric7/Documentation/Source/eric7.VCS.StatusMonitorLed.html	Thu Jan 04 18:02:25 2024 +0100
@@ -7,20 +7,18 @@
 <body>
 <a NAME="top" ID="top"></a>
 <h1>eric7.VCS.StatusMonitorLed</h1>
-
 <p>
 Module implementing a LED to indicate the status of the VCS status monitor
 thread.
 </p>
+
 <h3>Global Attributes</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <h3>Classes</h3>
-
 <table>
-
 <tr>
 <td><a href="#StatusMonitorLed">StatusMonitorLed</a></td>
 <td>Class implementing a LED to indicate the status of the VCS status monitor thread.</td>
@@ -30,36 +28,35 @@
 <td>Class implementing a widget containing a LED to indicate the status of the VCS status monitor thread and a short info message.</td>
 </tr>
 </table>
+
 <h3>Functions</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
+
 <hr />
 <hr />
 <a NAME="StatusMonitorLed" ID="StatusMonitorLed"></a>
 <h2>StatusMonitorLed</h2>
-
 <p>
     Class implementing a LED to indicate the status of the VCS status monitor
     thread.
 </p>
+
 <h3>Derived from</h3>
 EricClickableLed
 <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="#StatusMonitorLed.__init__">StatusMonitorLed</a></td>
 <td>Constructor</td>
@@ -101,19 +98,20 @@
 <td>Protected slot to show the context menu.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="StatusMonitorLed.__init__" ID="StatusMonitorLed.__init__"></a>
 <h4>StatusMonitorLed (Constructor)</h4>
 <b>StatusMonitorLed</b>(<i>project, parent</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>project</i> (Project)</dt>
@@ -128,24 +126,24 @@
 <a NAME="StatusMonitorLed.__checkActions" ID="StatusMonitorLed.__checkActions"></a>
 <h4>StatusMonitorLed.__checkActions</h4>
 <b>__checkActions</b>(<i></i>)
-
 <p>
         Private method to set the enabled status of the context menu actions.
 </p>
+
 <a NAME="StatusMonitorLed.__checkStatus" ID="StatusMonitorLed.__checkStatus"></a>
 <h4>StatusMonitorLed.__checkStatus</h4>
 <b>__checkStatus</b>(<i></i>)
-
 <p>
         Private slot to initiate a new status check.
 </p>
+
 <a NAME="StatusMonitorLed.__ledClicked" ID="StatusMonitorLed.__ledClicked"></a>
 <h4>StatusMonitorLed.__ledClicked</h4>
 <b>__ledClicked</b>(<i>pos</i>)
-
 <p>
         Private slot to react upon clicks on the LED.
 </p>
+
 <dl>
 
 <dt><i>pos</i> (QPoint)</dt>
@@ -156,10 +154,10 @@
 <a NAME="StatusMonitorLed.__projectVcsMonitorStatus" ID="StatusMonitorLed.__projectVcsMonitorStatus"></a>
 <h4>StatusMonitorLed.__projectVcsMonitorStatus</h4>
 <b>__projectVcsMonitorStatus</b>(<i>status, statusMsg</i>)
-
 <p>
         Private method to receive the status monitor status.
 </p>
+
 <dl>
 
 <dt><i>status</i> (str)</dt>
@@ -174,31 +172,31 @@
 <a NAME="StatusMonitorLed.__setInterval" ID="StatusMonitorLed.__setInterval"></a>
 <h4>StatusMonitorLed.__setInterval</h4>
 <b>__setInterval</b>(<i></i>)
-
 <p>
         Private slot to change the status check interval.
 </p>
+
 <a NAME="StatusMonitorLed.__switchOff" ID="StatusMonitorLed.__switchOff"></a>
 <h4>StatusMonitorLed.__switchOff</h4>
 <b>__switchOff</b>(<i></i>)
-
 <p>
         Private slot to switch the status monitor thread to Off.
 </p>
+
 <a NAME="StatusMonitorLed.__switchOn" ID="StatusMonitorLed.__switchOn"></a>
 <h4>StatusMonitorLed.__switchOn</h4>
 <b>__switchOn</b>(<i></i>)
-
 <p>
         Private slot to switch the status monitor thread to On.
 </p>
+
 <a NAME="StatusMonitorLed.__vcsStateChanged" ID="StatusMonitorLed.__vcsStateChanged"></a>
 <h4>StatusMonitorLed.__vcsStateChanged</h4>
 <b>__vcsStateChanged</b>(<i>state</i>)
-
 <p>
         Private slot to handle a change in the vcs state.
 </p>
+
 <dl>
 
 <dt><i>state</i> (str)</dt>
@@ -209,10 +207,10 @@
 <a NAME="StatusMonitorLed._showContextMenu" ID="StatusMonitorLed._showContextMenu"></a>
 <h4>StatusMonitorLed._showContextMenu</h4>
 <b>_showContextMenu</b>(<i>coord</i>)
-
 <p>
         Protected slot to show the context menu.
 </p>
+
 <dl>
 
 <dt><i>coord</i> (QPoint)</dt>
@@ -225,27 +223,25 @@
 <hr />
 <a NAME="StatusMonitorLedWidget" ID="StatusMonitorLedWidget"></a>
 <h2>StatusMonitorLedWidget</h2>
-
 <p>
     Class implementing a widget containing a LED to indicate the status of the
     VCS status monitor thread and a short info message.
 </p>
+
 <h3>Derived from</h3>
 QWidget
 <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="#StatusMonitorLedWidget.__init__">StatusMonitorLedWidget</a></td>
 <td>Constructor</td>
@@ -255,19 +251,20 @@
 <td>Private slot handling the receipt of an info message.</td>
 </tr>
 </table>
+
 <h3>Static Methods</h3>
-
 <table>
 <tr><td>None</td></tr>
 </table>
 
+
 <a NAME="StatusMonitorLedWidget.__init__" ID="StatusMonitorLedWidget.__init__"></a>
 <h4>StatusMonitorLedWidget (Constructor)</h4>
 <b>StatusMonitorLedWidget</b>(<i>project, parent</i>)
-
 <p>
         Constructor
 </p>
+
 <dl>
 
 <dt><i>project</i> (Project.Project)</dt>
@@ -282,10 +279,10 @@
 <a NAME="StatusMonitorLedWidget.__projectVcsStatusMonitorInfo" ID="StatusMonitorLedWidget.__projectVcsStatusMonitorInfo"></a>
 <h4>StatusMonitorLedWidget.__projectVcsStatusMonitorInfo</h4>
 <b>__projectVcsStatusMonitorInfo</b>(<i>info</i>)
-
 <p>
         Private slot handling the receipt of an info message.
 </p>
+
 <dl>
 
 <dt><i>info</i> (str)</dt>
@@ -295,4 +292,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