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> |