89 <td>Private method to set the right icon for the sources browser tab.</td> |
89 <td>Private method to set the right icon for the sources browser tab.</td> |
90 </tr><tr> |
90 </tr><tr> |
91 <td><a href="#ProjectBrowser.__vcsStateChanged">__vcsStateChanged</a></td> |
91 <td><a href="#ProjectBrowser.__vcsStateChanged">__vcsStateChanged</a></td> |
92 <td>Private slot to handle a change in the vcs state.</td> |
92 <td>Private slot to handle a change in the vcs state.</td> |
93 </tr><tr> |
93 </tr><tr> |
|
94 <td><a href="#ProjectBrowser.__vcsStatusIndicatorClicked">__vcsStatusIndicatorClicked</a></td> |
|
95 <td>Private slot to react upon clicks on the VCS indicator LED.</td> |
|
96 </tr><tr> |
94 <td><a href="#ProjectBrowser.getProjectBrowser">getProjectBrowser</a></td> |
97 <td><a href="#ProjectBrowser.getProjectBrowser">getProjectBrowser</a></td> |
95 <td>Public method to get a reference to the named project browser.</td> |
98 <td>Public method to get a reference to the named project browser.</td> |
96 </tr><tr> |
99 </tr><tr> |
97 <td><a href="#ProjectBrowser.getProjectBrowsers">getProjectBrowsers</a></td> |
100 <td><a href="#ProjectBrowser.getProjectBrowsers">getProjectBrowsers</a></td> |
98 <td>Public method to get references to the individual project browsers.</td> |
101 <td>Public method to get references to the individual project browsers.</td> |
186 </p><dl> |
189 </p><dl> |
187 <dt><i>state</i></dt> |
190 <dt><i>state</i></dt> |
188 <dd> |
191 <dd> |
189 new vcs state (string) |
192 new vcs state (string) |
190 </dd> |
193 </dd> |
|
194 </dl><a NAME="ProjectBrowser.__vcsStatusIndicatorClicked" ID="ProjectBrowser.__vcsStatusIndicatorClicked"></a> |
|
195 <h4>ProjectBrowser.__vcsStatusIndicatorClicked</h4> |
|
196 <b>__vcsStatusIndicatorClicked</b>(<i>pos</i>) |
|
197 <p> |
|
198 Private slot to react upon clicks on the VCS indicator LED. |
|
199 </p><dl> |
|
200 <dt><i>pos</i></dt> |
|
201 <dd> |
|
202 position of the click (QPoint) |
|
203 </dd> |
191 </dl><a NAME="ProjectBrowser.getProjectBrowser" ID="ProjectBrowser.getProjectBrowser"></a> |
204 </dl><a NAME="ProjectBrowser.getProjectBrowser" ID="ProjectBrowser.getProjectBrowser"></a> |
192 <h4>ProjectBrowser.getProjectBrowser</h4> |
205 <h4>ProjectBrowser.getProjectBrowser</h4> |
193 <b>getProjectBrowser</b>(<i>name</i>) |
206 <b>getProjectBrowser</b>(<i>name</i>) |
194 <p> |
207 <p> |
195 Public method to get a reference to the named project browser. |
208 Public method to get a reference to the named project browser. |