294 <td>Public slot to record the (non normal) VCS states.</td> |
294 <td>Public slot to record the (non normal) VCS states.</td> |
295 </tr><tr> |
295 </tr><tr> |
296 <td><a href="#ProjectBrowserModel.data">data</a></td> |
296 <td><a href="#ProjectBrowserModel.data">data</a></td> |
297 <td>Public method to get data of an item.</td> |
297 <td>Public method to get data of an item.</td> |
298 </tr><tr> |
298 </tr><tr> |
|
299 <td><a href="#ProjectBrowserModel.directoryChanged">directoryChanged</a></td> |
|
300 <td>Public slot to handle the directoryChanged signal of the watcher.</td> |
|
301 </tr><tr> |
299 <td><a href="#ProjectBrowserModel.findChildItem">findChildItem</a></td> |
302 <td><a href="#ProjectBrowserModel.findChildItem">findChildItem</a></td> |
300 <td>Public method to find a child item given some text.</td> |
303 <td>Public method to find a child item given some text.</td> |
301 </tr><tr> |
304 </tr><tr> |
302 <td><a href="#ProjectBrowserModel.findItem">findItem</a></td> |
305 <td><a href="#ProjectBrowserModel.findItem">findItem</a></td> |
303 <td>Public method to find an item given it's name.</td> |
306 <td>Public method to find an item given it's name.</td> |
386 <dd> |
389 <dd> |
387 item to work on |
390 item to work on |
388 </dd><dt><i>name</i></dt> |
391 </dd><dt><i>name</i></dt> |
389 <dd> |
392 <dd> |
390 filename belonging to this item (string) |
393 filename belonging to this item (string) |
391 </dd><dt><i>recursive</i></dt> |
394 </dd><dt><i>recursive=</i></dt> |
392 <dd> |
395 <dd> |
393 flag indicating a recursive update (boolean) |
396 flag indicating a recursive update (boolean) |
394 </dd> |
397 </dd> |
395 </dl><a NAME="ProjectBrowserModel.addNewItem" ID="ProjectBrowserModel.addNewItem"></a> |
398 </dl><a NAME="ProjectBrowserModel.addNewItem" ID="ProjectBrowserModel.addNewItem"></a> |
396 <h4>ProjectBrowserModel.addNewItem</h4> |
399 <h4>ProjectBrowserModel.addNewItem</h4> |
446 </dl><dl> |
449 </dl><dl> |
447 <dt>Returns:</dt> |
450 <dt>Returns:</dt> |
448 <dd> |
451 <dd> |
449 requested data |
452 requested data |
450 </dd> |
453 </dd> |
|
454 </dl><a NAME="ProjectBrowserModel.directoryChanged" ID="ProjectBrowserModel.directoryChanged"></a> |
|
455 <h4>ProjectBrowserModel.directoryChanged</h4> |
|
456 <b>directoryChanged</b>(<i>path</i>) |
|
457 <p> |
|
458 Public slot to handle the directoryChanged signal of the watcher. |
|
459 </p><dl> |
|
460 <dt><i>path</i></dt> |
|
461 <dd> |
|
462 path of the directory (string) |
|
463 </dd> |
451 </dl><a NAME="ProjectBrowserModel.findChildItem" ID="ProjectBrowserModel.findChildItem"></a> |
464 </dl><a NAME="ProjectBrowserModel.findChildItem" ID="ProjectBrowserModel.findChildItem"></a> |
452 <h4>ProjectBrowserModel.findChildItem</h4> |
465 <h4>ProjectBrowserModel.findChildItem</h4> |
453 <b>findChildItem</b>(<i>text, column, parentItem = None</i>) |
466 <b>findChildItem</b>(<i>text, column, parentItem = None</i>) |
454 <p> |
467 <p> |
455 Public method to find a child item given some text. |
468 Public method to find a child item given some text. |