47 Class implementing an abstract base class to be subclassed by all specific |
47 Class implementing an abstract base class to be subclassed by all specific |
48 VCS interfaces. |
48 VCS interfaces. |
49 </p><p> |
49 </p><p> |
50 It defines the vcs interface to be implemented by subclasses |
50 It defines the vcs interface to be implemented by subclasses |
51 and the common methods. |
51 and the common methods. |
52 </p><h4>Signals</h4> |
52 </p><h3>Signals</h3> |
53 <dl> |
53 <dl> |
54 <dt>vcsStatusMonitorData(list of str)</dt> |
54 <dt>vcsStatusMonitorData(list of str)</dt> |
55 <dd> |
55 <dd> |
56 emitted to update the VCS status |
56 emitted to update the VCS status |
57 </dd><dt>vcsStatusMonitorStatus(str, str)</dt> |
57 </dd><dt>vcsStatusMonitorStatus(str, str)</dt> |
236 </tr><tr> |
240 </tr><tr> |
237 <td><a href="#VersionControl.vcsUpdate">vcsUpdate</a></td> |
241 <td><a href="#VersionControl.vcsUpdate">vcsUpdate</a></td> |
238 <td>Public method used to update a file/directory in the vcs.</td> |
242 <td>Public method used to update a file/directory in the vcs.</td> |
239 </tr> |
243 </tr> |
240 </table> |
244 </table> |
|
245 <h3>Static Methods</h3> |
|
246 <table> |
|
247 <tr><td>None</td></tr> |
|
248 </table> |
241 <a NAME="VersionControl.__init__" ID="VersionControl.__init__"></a> |
249 <a NAME="VersionControl.__init__" ID="VersionControl.__init__"></a> |
242 <h4>VersionControl (Constructor)</h4> |
250 <h4>VersionControl (Constructor)</h4> |
243 <b>VersionControl</b>(<i>parent = None, name = None</i>) |
251 <b>VersionControl</b>(<i>parent = None, name = None</i>) |
244 <p> |
252 <p> |
245 Constructor |
253 Constructor |