31 <h3>Classes</h3> |
31 <h3>Classes</h3> |
32 <table> |
32 <table> |
33 <tr> |
33 <tr> |
34 <td><a href="#StatusMonitorLed">StatusMonitorLed</a></td> |
34 <td><a href="#StatusMonitorLed">StatusMonitorLed</a></td> |
35 <td>Class implementing a LED to indicate the status of the VCS status monitor thread.</td> |
35 <td>Class implementing a LED to indicate the status of the VCS status monitor thread.</td> |
|
36 </tr><tr> |
|
37 <td><a href="#StatusMonitorLedWidget">StatusMonitorLedWidget</a></td> |
|
38 <td>Class implementing a widget containing a LED to indicate the status of the VCS status monitor thread and a short info message.</td> |
36 </tr> |
39 </tr> |
37 </table> |
40 </table> |
38 <h3>Functions</h3> |
41 <h3>Functions</h3> |
39 <table> |
42 <table> |
40 <tr><td>None</td></tr> |
43 <tr><td>None</td></tr> |
175 <dd> |
178 <dd> |
176 the position of the mouse pointer (QPoint) |
179 the position of the mouse pointer (QPoint) |
177 </dd> |
180 </dd> |
178 </dl> |
181 </dl> |
179 <div align="right"><a href="#top">Up</a></div> |
182 <div align="right"><a href="#top">Up</a></div> |
|
183 <hr /><hr /> |
|
184 <a NAME="StatusMonitorLedWidget" ID="StatusMonitorLedWidget"></a> |
|
185 <h2>StatusMonitorLedWidget</h2> |
|
186 <p> |
|
187 Class implementing a widget containing a LED to indicate the status of the |
|
188 VCS status monitor thread and a short info message. |
|
189 </p> |
|
190 <h3>Derived from</h3> |
|
191 QWidget |
|
192 <h3>Class Attributes</h3> |
|
193 <table> |
|
194 <tr><td>None</td></tr> |
|
195 </table> |
|
196 <h3>Class Methods</h3> |
|
197 <table> |
|
198 <tr><td>None</td></tr> |
|
199 </table> |
|
200 <h3>Methods</h3> |
|
201 <table> |
|
202 <tr> |
|
203 <td><a href="#StatusMonitorLedWidget.__init__">StatusMonitorLedWidget</a></td> |
|
204 <td>Constructor</td> |
|
205 </tr><tr> |
|
206 <td><a href="#StatusMonitorLedWidget.__projectVcsStatusMonitorInfo">__projectVcsStatusMonitorInfo</a></td> |
|
207 <td>Private slot handling the receipt of an info message.</td> |
|
208 </tr> |
|
209 </table> |
|
210 <h3>Static Methods</h3> |
|
211 <table> |
|
212 <tr><td>None</td></tr> |
|
213 </table> |
|
214 <a NAME="StatusMonitorLedWidget.__init__" ID="StatusMonitorLedWidget.__init__"></a> |
|
215 <h4>StatusMonitorLedWidget (Constructor)</h4> |
|
216 <b>StatusMonitorLedWidget</b>(<i>project, parent</i>) |
|
217 <p> |
|
218 Constructor |
|
219 </p><dl> |
|
220 <dt><i>project</i> (Project.Project)</dt> |
|
221 <dd> |
|
222 reference to the project object |
|
223 </dd><dt><i>parent</i> (QWidget)</dt> |
|
224 <dd> |
|
225 reference to the parent object |
|
226 </dd> |
|
227 </dl><a NAME="StatusMonitorLedWidget.__projectVcsStatusMonitorInfo" ID="StatusMonitorLedWidget.__projectVcsStatusMonitorInfo"></a> |
|
228 <h4>StatusMonitorLedWidget.__projectVcsStatusMonitorInfo</h4> |
|
229 <b>__projectVcsStatusMonitorInfo</b>(<i>info</i>) |
|
230 <p> |
|
231 Private slot handling the receipt of an info message. |
|
232 </p><dl> |
|
233 <dt><i>info</i> (str)</dt> |
|
234 <dd> |
|
235 received info message |
|
236 </dd> |
|
237 </dl> |
|
238 <div align="right"><a href="#top">Up</a></div> |
180 <hr /> |
239 <hr /> |
181 </body></html> |
240 </body></html> |