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><h4>Signals</h4> |
53 <dl> |
53 <dl> |
54 <dt>vcsStatusMonitorData(QStringList)</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(QString, QString)</dt> |
57 </dd><dt>vcsStatusMonitorStatus(str, str)</dt> |
58 <dd> |
58 <dd> |
59 emitted to signal the status of the |
59 emitted to signal the status of the |
60 monitoring thread (ok, nok, op, off) and a status message |
60 monitoring thread (ok, nok, op, off) and a status message |
61 </dd> |
61 </dd> |
62 </dl> |
62 </dl> |
63 <h3>Derived from</h3> |
63 <h3>Derived from</h3> |
64 QObject |
64 QObject |
65 <h3>Class Attributes</h3> |
65 <h3>Class Attributes</h3> |
66 <table> |
66 <table> |
67 <tr><td>canBeAdded</td></tr><tr><td>canBeCommitted</td></tr> |
67 <tr><td>canBeAdded</td></tr><tr><td>canBeCommitted</td></tr><tr><td>vcsStatusMonitorData</td></tr><tr><td>vcsStatusMonitorStatus</td></tr> |
68 </table> |
68 </table> |
69 <h3>Methods</h3> |
69 <h3>Methods</h3> |
70 <table> |
70 <table> |
71 <tr> |
71 <tr> |
72 <td><a href="#VersionControl.__init__">VersionControl</a></td> |
72 <td><a href="#VersionControl.__init__">VersionControl</a></td> |