267 <p> |
267 <p> |
268 Constructor |
268 Constructor |
269 </p> |
269 </p> |
270 <dl> |
270 <dl> |
271 |
271 |
272 <dt><i>project</i></dt> |
272 <dt><i>project</i> (Project)</dt> |
273 <dd> |
273 <dd> |
274 reference to the project object |
274 reference to the project object |
275 </dd> |
275 </dd> |
276 <dt><i>parent</i></dt> |
276 <dt><i>parent</i> (QWidget)</dt> |
277 <dd> |
277 <dd> |
278 parent widget (QWidget) |
278 parent widget |
279 </dd> |
279 </dd> |
280 </dl> |
280 </dl> |
281 <a NAME="ProjectBrowser.__currentChanged" ID="ProjectBrowser.__currentChanged"></a> |
281 <a NAME="ProjectBrowser.__currentChanged" ID="ProjectBrowser.__currentChanged"></a> |
282 <h4>ProjectBrowser.__currentChanged</h4> |
282 <h4>ProjectBrowser.__currentChanged</h4> |
283 <b>__currentChanged</b>(<i>index</i>) |
283 <b>__currentChanged</b>(<i>index</i>) |
285 <p> |
285 <p> |
286 Private slot to handle the currentChanged(int) signal. |
286 Private slot to handle the currentChanged(int) signal. |
287 </p> |
287 </p> |
288 <dl> |
288 <dl> |
289 |
289 |
290 <dt><i>index</i></dt> |
290 <dt><i>index</i> (int)</dt> |
291 <dd> |
291 <dd> |
292 index of the tab (integer) |
292 index of the tab |
293 </dd> |
293 </dd> |
294 </dl> |
294 </dl> |
295 <a NAME="ProjectBrowser.__newProject" ID="ProjectBrowser.__newProject"></a> |
295 <a NAME="ProjectBrowser.__newProject" ID="ProjectBrowser.__newProject"></a> |
296 <h4>ProjectBrowser.__newProject</h4> |
296 <h4>ProjectBrowser.__newProject</h4> |
297 <b>__newProject</b>(<i></i>) |
297 <b>__newProject</b>(<i></i>) |
362 <p> |
362 <p> |
363 Private slot to react upon clicks on the VCS indicator LED. |
363 Private slot to react upon clicks on the VCS indicator LED. |
364 </p> |
364 </p> |
365 <dl> |
365 <dl> |
366 |
366 |
367 <dt><i>pos</i></dt> |
367 <dt><i>pos</i> (QPoint)</dt> |
368 <dd> |
368 <dd> |
369 position of the click (QPoint) |
369 position of the click |
370 </dd> |
370 </dd> |
371 </dl> |
371 </dl> |
372 <a NAME="ProjectBrowser.addTypedProjectBrowser" ID="ProjectBrowser.addTypedProjectBrowser"></a> |
372 <a NAME="ProjectBrowser.addTypedProjectBrowser" ID="ProjectBrowser.addTypedProjectBrowser"></a> |
373 <h4>ProjectBrowser.addTypedProjectBrowser</h4> |
373 <h4>ProjectBrowser.addTypedProjectBrowser</h4> |
374 <b>addTypedProjectBrowser</b>(<i>browserType, projectBrowserItem</i>) |
374 <b>addTypedProjectBrowser</b>(<i>browserType, projectBrowserItem</i>) |
576 <p> |
576 <p> |
577 Public slot to handle the editorLineChanged signal. |
577 Public slot to handle the editorLineChanged signal. |
578 </p> |
578 </p> |
579 <dl> |
579 <dl> |
580 |
580 |
581 <dt><i>fn</i></dt> |
581 <dt><i>fn</i> (str)</dt> |
582 <dd> |
582 <dd> |
583 filename of the changed file (string) |
583 filename of the changed file |
584 </dd> |
584 </dd> |
585 <dt><i>lineno</i></dt> |
585 <dt><i>lineno</i> (int)</dt> |
586 <dd> |
586 <dd> |
587 one based line number of the item (integer) |
587 one based line number of the item |
588 </dd> |
588 </dd> |
589 </dl> |
589 </dl> |
590 <a NAME="ProjectBrowser.handlePreferencesChanged" ID="ProjectBrowser.handlePreferencesChanged"></a> |
590 <a NAME="ProjectBrowser.handlePreferencesChanged" ID="ProjectBrowser.handlePreferencesChanged"></a> |
591 <h4>ProjectBrowser.handlePreferencesChanged</h4> |
591 <h4>ProjectBrowser.handlePreferencesChanged</h4> |
592 <b>handlePreferencesChanged</b>(<i></i>) |
592 <b>handlePreferencesChanged</b>(<i></i>) |