114 <p> |
114 <p> |
115 Constructor |
115 Constructor |
116 </p> |
116 </p> |
117 <dl> |
117 <dl> |
118 |
118 |
119 <dt><i>project</i></dt> |
119 <dt><i>project</i> (Project)</dt> |
120 <dd> |
120 <dd> |
121 reference to the project object (Project.Project) |
121 reference to the project object |
122 </dd> |
122 </dd> |
123 <dt><i>parent</i></dt> |
123 <dt><i>parent</i> (QWidget)</dt> |
124 <dd> |
124 <dd> |
125 reference to the parent object (QWidget) |
125 reference to the parent object |
126 </dd> |
126 </dd> |
127 </dl> |
127 </dl> |
128 <a NAME="StatusMonitorLed.__checkActions" ID="StatusMonitorLed.__checkActions"></a> |
128 <a NAME="StatusMonitorLed.__checkActions" ID="StatusMonitorLed.__checkActions"></a> |
129 <h4>StatusMonitorLed.__checkActions</h4> |
129 <h4>StatusMonitorLed.__checkActions</h4> |
130 <b>__checkActions</b>(<i></i>) |
130 <b>__checkActions</b>(<i></i>) |
146 <p> |
146 <p> |
147 Private slot to react upon clicks on the LED. |
147 Private slot to react upon clicks on the LED. |
148 </p> |
148 </p> |
149 <dl> |
149 <dl> |
150 |
150 |
151 <dt><i>pos</i></dt> |
151 <dt><i>pos</i> (QPoint)</dt> |
152 <dd> |
152 <dd> |
153 position of the click (QPoint) |
153 position of the click |
154 </dd> |
154 </dd> |
155 </dl> |
155 </dl> |
156 <a NAME="StatusMonitorLed.__projectVcsMonitorStatus" ID="StatusMonitorLed.__projectVcsMonitorStatus"></a> |
156 <a NAME="StatusMonitorLed.__projectVcsMonitorStatus" ID="StatusMonitorLed.__projectVcsMonitorStatus"></a> |
157 <h4>StatusMonitorLed.__projectVcsMonitorStatus</h4> |
157 <h4>StatusMonitorLed.__projectVcsMonitorStatus</h4> |
158 <b>__projectVcsMonitorStatus</b>(<i>status, statusMsg</i>) |
158 <b>__projectVcsMonitorStatus</b>(<i>status, statusMsg</i>) |
160 <p> |
160 <p> |
161 Private method to receive the status monitor status. |
161 Private method to receive the status monitor status. |
162 </p> |
162 </p> |
163 <dl> |
163 <dl> |
164 |
164 |
165 <dt><i>status</i></dt> |
165 <dt><i>status</i> (str)</dt> |
166 <dd> |
166 <dd> |
167 status of the monitoring thread (string, ok, nok or off) |
167 status of the monitoring thread (ok, nok or off) |
168 </dd> |
168 </dd> |
169 <dt><i>statusMsg</i></dt> |
169 <dt><i>statusMsg</i> (str)</dt> |
170 <dd> |
170 <dd> |
171 explanotory text for the signaled status (string) |
171 explanotory text for the signaled status |
172 </dd> |
172 </dd> |
173 </dl> |
173 </dl> |
174 <a NAME="StatusMonitorLed.__setInterval" ID="StatusMonitorLed.__setInterval"></a> |
174 <a NAME="StatusMonitorLed.__setInterval" ID="StatusMonitorLed.__setInterval"></a> |
175 <h4>StatusMonitorLed.__setInterval</h4> |
175 <h4>StatusMonitorLed.__setInterval</h4> |
176 <b>__setInterval</b>(<i></i>) |
176 <b>__setInterval</b>(<i></i>) |
199 <p> |
199 <p> |
200 Private slot to handle a change in the vcs state. |
200 Private slot to handle a change in the vcs state. |
201 </p> |
201 </p> |
202 <dl> |
202 <dl> |
203 |
203 |
204 <dt><i>state</i></dt> |
204 <dt><i>state</i> (str)</dt> |
205 <dd> |
205 <dd> |
206 new vcs state (string) |
206 new vcs state |
207 </dd> |
207 </dd> |
208 </dl> |
208 </dl> |
209 <a NAME="StatusMonitorLed._showContextMenu" ID="StatusMonitorLed._showContextMenu"></a> |
209 <a NAME="StatusMonitorLed._showContextMenu" ID="StatusMonitorLed._showContextMenu"></a> |
210 <h4>StatusMonitorLed._showContextMenu</h4> |
210 <h4>StatusMonitorLed._showContextMenu</h4> |
211 <b>_showContextMenu</b>(<i>coord</i>) |
211 <b>_showContextMenu</b>(<i>coord</i>) |