Documentation/Source/eric5.VCS.StatusMonitorThread.html

changeset 249
52df4455a035
parent 217
8ce554fb0bee
child 409
0ea528e80202
equal deleted inserted replaced
248:f4561c24989a 249:52df4455a035
95 <td>Public method to stop the monitor thread.</td> 95 <td>Public method to stop the monitor thread.</td>
96 </tr> 96 </tr>
97 </table> 97 </table>
98 <a NAME="VcsStatusMonitorThread.__init__" ID="VcsStatusMonitorThread.__init__"></a> 98 <a NAME="VcsStatusMonitorThread.__init__" ID="VcsStatusMonitorThread.__init__"></a>
99 <h4>VcsStatusMonitorThread (Constructor)</h4> 99 <h4>VcsStatusMonitorThread (Constructor)</h4>
100 <b>VcsStatusMonitorThread</b>(<i>interval, projectDir, vcs, parent = None</i>) 100 <b>VcsStatusMonitorThread</b>(<i>interval, project, vcs, parent = None</i>)
101 <p> 101 <p>
102 Constructor 102 Constructor
103 </p><dl> 103 </p><dl>
104 <dt><i>interval</i></dt> 104 <dt><i>interval</i></dt>
105 <dd> 105 <dd>
106 new interval in seconds (integer) 106 new interval in seconds (integer)
107 </dd><dt><i>projectDir</i></dt> 107 </dd><dt><i>project</i></dt>
108 <dd> 108 <dd>
109 project directory to monitor (string) 109 reference to the project object (Project)
110 </dd><dt><i>vcs</i></dt> 110 </dd><dt><i>vcs</i></dt>
111 <dd> 111 <dd>
112 reference to the version control object 112 reference to the version control object
113 </dd><dt><i>parent</i></dt> 113 </dd><dt><i>parent</i></dt>
114 <dd> 114 <dd>

eric ide

mercurial