Documentation/Source/eric6.VCS.VersionControl.html

changeset 6529
1c2968f124b7
parent 5606
da305d172769
equal deleted inserted replaced
6528:3e194fec0eaa 6529:1c2968f124b7
55 emitted to indicate a change of the overall 55 emitted to indicate a change of the overall
56 VCS status 56 VCS status
57 </dd><dt>vcsStatusMonitorData(list of str)</dt> 57 </dd><dt>vcsStatusMonitorData(list of str)</dt>
58 <dd> 58 <dd>
59 emitted to update the VCS status 59 emitted to update the VCS status
60 </dd><dt>vcsStatusMonitorInfo(str)</dt>
61 <dd>
62 emitted to signal some info of the
63 monitoring thread
60 </dd><dt>vcsStatusMonitorStatus(str, str)</dt> 64 </dd><dt>vcsStatusMonitorStatus(str, str)</dt>
61 <dd> 65 <dd>
62 emitted to signal the status of 66 emitted to signal the status of
63 the monitoring thread (ok, nok, op, off) and a status message 67 the monitoring thread (ok, nok, op, off) and a status message
64 </dd> 68 </dd>
80 <td>Constructor</td> 84 <td>Constructor</td>
81 </tr><tr> 85 </tr><tr>
82 <td><a href="#VersionControl.__statusMonitorData">__statusMonitorData</a></td> 86 <td><a href="#VersionControl.__statusMonitorData">__statusMonitorData</a></td>
83 <td>Private method to receive the status monitor status.</td> 87 <td>Private method to receive the status monitor status.</td>
84 </tr><tr> 88 </tr><tr>
89 <td><a href="#VersionControl.__statusMonitorInfo">__statusMonitorInfo</a></td>
90 <td>Private slot to receive the status monitor info message.</td>
91 </tr><tr>
85 <td><a href="#VersionControl.__statusMonitorStatus">__statusMonitorStatus</a></td> 92 <td><a href="#VersionControl.__statusMonitorStatus">__statusMonitorStatus</a></td>
86 <td>Private method to receive the status monitor status.</td> 93 <td>Private slot to receive the status monitor status.</td>
87 </tr><tr> 94 </tr><tr>
88 <td><a href="#VersionControl._createStatusMonitorThread">_createStatusMonitorThread</a></td> 95 <td><a href="#VersionControl._createStatusMonitorThread">_createStatusMonitorThread</a></td>
89 <td>Protected method to create an instance of the VCS status monitor thread.</td> 96 <td>Protected method to create an instance of the VCS status monitor thread.</td>
90 </tr><tr> 97 </tr><tr>
91 <td><a href="#VersionControl.addArguments">addArguments</a></td> 98 <td><a href="#VersionControl.addArguments">addArguments</a></td>
266 <h4>VersionControl.__statusMonitorData</h4> 273 <h4>VersionControl.__statusMonitorData</h4>
267 <b>__statusMonitorData</b>(<i>statusList</i>) 274 <b>__statusMonitorData</b>(<i>statusList</i>)
268 <p> 275 <p>
269 Private method to receive the status monitor status. 276 Private method to receive the status monitor status.
270 </p><p> 277 </p><p>
271 It simply reemits the received status list. 278 It simply re-emits the received status list.
272 </p><dl> 279 </p><dl>
273 <dt><i>statusList</i></dt> 280 <dt><i>statusList</i> (list of str)</dt>
274 <dd> 281 <dd>
275 list of status records (list of strings) 282 list of status records
283 </dd>
284 </dl><a NAME="VersionControl.__statusMonitorInfo" ID="VersionControl.__statusMonitorInfo"></a>
285 <h4>VersionControl.__statusMonitorInfo</h4>
286 <b>__statusMonitorInfo</b>(<i>info</i>)
287 <p>
288 Private slot to receive the status monitor info message.
289 </p><p>
290 It simply re-emits the received info message.
291 </p><dl>
292 <dt><i>info</i> (str)</dt>
293 <dd>
294 received info message
276 </dd> 295 </dd>
277 </dl><a NAME="VersionControl.__statusMonitorStatus" ID="VersionControl.__statusMonitorStatus"></a> 296 </dl><a NAME="VersionControl.__statusMonitorStatus" ID="VersionControl.__statusMonitorStatus"></a>
278 <h4>VersionControl.__statusMonitorStatus</h4> 297 <h4>VersionControl.__statusMonitorStatus</h4>
279 <b>__statusMonitorStatus</b>(<i>status, statusMsg</i>) 298 <b>__statusMonitorStatus</b>(<i>status, statusMsg</i>)
280 <p> 299 <p>
281 Private method to receive the status monitor status. 300 Private slot to receive the status monitor status.
282 </p><p> 301 </p><p>
283 It simply reemits the received status. 302 It simply re-emits the received status.
284 </p><dl> 303 </p><dl>
285 <dt><i>status</i></dt> 304 <dt><i>status</i> (str (one of ok, nok or off))</dt>
286 <dd> 305 <dd>
287 status of the monitoring thread (string, ok, nok or off) 306 status of the monitoring thread
288 </dd><dt><i>statusMsg</i></dt> 307 </dd><dt><i>statusMsg</i> (str)</dt>
289 <dd> 308 <dd>
290 explanotory text for the signaled status (string) 309 explanotory text for the signaled status
291 </dd> 310 </dd>
292 </dl><a NAME="VersionControl._createStatusMonitorThread" ID="VersionControl._createStatusMonitorThread"></a> 311 </dl><a NAME="VersionControl._createStatusMonitorThread" ID="VersionControl._createStatusMonitorThread"></a>
293 <h4>VersionControl._createStatusMonitorThread</h4> 312 <h4>VersionControl._createStatusMonitorThread</h4>
294 <b>_createStatusMonitorThread</b>(<i>interval, project</i>) 313 <b>_createStatusMonitorThread</b>(<i>interval, project</i>)
295 <p> 314 <p>

eric ide

mercurial