Documentation/Source/eric6.VCS.StatusMonitorLed.html

changeset 6529
1c2968f124b7
parent 3673
e26d7d0c1088
diff -r 3e194fec0eaa -r 1c2968f124b7 Documentation/Source/eric6.VCS.StatusMonitorLed.html
--- a/Documentation/Source/eric6.VCS.StatusMonitorLed.html	Wed Oct 03 14:31:58 2018 +0200
+++ b/Documentation/Source/eric6.VCS.StatusMonitorLed.html	Wed Oct 03 17:33:40 2018 +0200
@@ -33,6 +33,9 @@
 <tr>
 <td><a href="#StatusMonitorLed">StatusMonitorLed</a></td>
 <td>Class implementing a LED to indicate the status of the VCS status monitor thread.</td>
+</tr><tr>
+<td><a href="#StatusMonitorLedWidget">StatusMonitorLedWidget</a></td>
+<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>
@@ -177,5 +180,61 @@
 </dd>
 </dl>
 <div align="right"><a href="#top">Up</a></div>
+<hr /><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>
+</tr><tr>
+<td><a href="#StatusMonitorLedWidget.__projectVcsStatusMonitorInfo">__projectVcsStatusMonitorInfo</a></td>
+<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>
+<dd>
+reference to the project object
+</dd><dt><i>parent</i> (QWidget)</dt>
+<dd>
+reference to the parent object
+</dd>
+</dl><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>
+<dd>
+received info message
+</dd>
+</dl>
+<div align="right"><a href="#top">Up</a></div>
 <hr />
 </body></html>
\ No newline at end of file

eric ide

mercurial