46 </p><h3>Signals</h3> |
46 </p><h3>Signals</h3> |
47 <dl> |
47 <dl> |
48 <dt>vcsStatusMonitorData(list of str)</dt> |
48 <dt>vcsStatusMonitorData(list of str)</dt> |
49 <dd> |
49 <dd> |
50 emitted to update the VCS status |
50 emitted to update the VCS status |
|
51 </dd><dt>vcsStatusMonitorInfo(str)</dt> |
|
52 <dd> |
|
53 emitted to signal some info of the |
|
54 monitoring thread |
51 </dd><dt>vcsStatusMonitorStatus(str, str)</dt> |
55 </dd><dt>vcsStatusMonitorStatus(str, str)</dt> |
52 <dd> |
56 <dd> |
53 emitted to signal the status of |
57 emitted to signal the status of |
54 the monitoring thread (ok, nok, op) and a status message |
58 the monitoring thread (ok, nok, op) and a status message |
55 </dd> |
59 </dd> |
68 <table> |
72 <table> |
69 <tr> |
73 <tr> |
70 <td><a href="#VcsStatusMonitorThread.__init__">VcsStatusMonitorThread</a></td> |
74 <td><a href="#VcsStatusMonitorThread.__init__">VcsStatusMonitorThread</a></td> |
71 <td>Constructor</td> |
75 <td>Constructor</td> |
72 </tr><tr> |
76 </tr><tr> |
|
77 <td><a href="#VcsStatusMonitorThread._getInfo">_getInfo</a></td> |
|
78 <td>Protected method implementing the real info action.</td> |
|
79 </tr><tr> |
73 <td><a href="#VcsStatusMonitorThread._performMonitor">_performMonitor</a></td> |
80 <td><a href="#VcsStatusMonitorThread._performMonitor">_performMonitor</a></td> |
74 <td>Protected method implementing the real monitoring action.</td> |
81 <td>Protected method implementing the real monitoring action.</td> |
75 </tr><tr> |
82 </tr><tr> |
76 <td><a href="#VcsStatusMonitorThread._shutdown">_shutdown</a></td> |
83 <td><a href="#VcsStatusMonitorThread._shutdown">_shutdown</a></td> |
77 <td>Protected method performing shutdown actions.</td> |
84 <td>Protected method performing shutdown actions.</td> |
121 <dd> |
128 <dd> |
122 reference to the version control object |
129 reference to the version control object |
123 </dd><dt><i>parent</i></dt> |
130 </dd><dt><i>parent</i></dt> |
124 <dd> |
131 <dd> |
125 reference to the parent object (QObject) |
132 reference to the parent object (QObject) |
|
133 </dd> |
|
134 </dl><a NAME="VcsStatusMonitorThread._getInfo" ID="VcsStatusMonitorThread._getInfo"></a> |
|
135 <h4>VcsStatusMonitorThread._getInfo</h4> |
|
136 <b>_getInfo</b>(<i></i>) |
|
137 <p> |
|
138 Protected method implementing the real info action. |
|
139 </p><p> |
|
140 This method should be overridden and create a short info message to be |
|
141 shown in the main window status bar right next to the status indicator. |
|
142 </p><dl> |
|
143 <dt>Returns:</dt> |
|
144 <dd> |
|
145 short info message |
|
146 </dd> |
|
147 </dl><dl> |
|
148 <dt>Return Type:</dt> |
|
149 <dd> |
|
150 str |
126 </dd> |
151 </dd> |
127 </dl><a NAME="VcsStatusMonitorThread._performMonitor" ID="VcsStatusMonitorThread._performMonitor"></a> |
152 </dl><a NAME="VcsStatusMonitorThread._performMonitor" ID="VcsStatusMonitorThread._performMonitor"></a> |
128 <h4>VcsStatusMonitorThread._performMonitor</h4> |
153 <h4>VcsStatusMonitorThread._performMonitor</h4> |
129 <b>_performMonitor</b>(<i></i>) |
154 <b>_performMonitor</b>(<i></i>) |
130 <p> |
155 <p> |