328 </tr><tr> |
328 </tr><tr> |
329 <td><a href="#ProjectBrowserModel.findChildItem">findChildItem</a></td> |
329 <td><a href="#ProjectBrowserModel.findChildItem">findChildItem</a></td> |
330 <td>Public method to find a child item given some text.</td> |
330 <td>Public method to find a child item given some text.</td> |
331 </tr><tr> |
331 </tr><tr> |
332 <td><a href="#ProjectBrowserModel.findItem">findItem</a></td> |
332 <td><a href="#ProjectBrowserModel.findItem">findItem</a></td> |
333 <td>Public method to find an item given it's name.</td> |
333 <td>Public method to find an item given its name.</td> |
334 </tr><tr> |
334 </tr><tr> |
335 <td><a href="#ProjectBrowserModel.findParentItemByName">findParentItemByName</a></td> |
335 <td><a href="#ProjectBrowserModel.findParentItemByName">findParentItemByName</a></td> |
336 <td>Public method to find an item given it's name.</td> |
336 <td>Public method to find an item given its name.</td> |
337 </tr><tr> |
337 </tr><tr> |
338 <td><a href="#ProjectBrowserModel.itemIndexByName">itemIndexByName</a></td> |
338 <td><a href="#ProjectBrowserModel.itemIndexByName">itemIndexByName</a></td> |
339 <td>Public method to find an item's index given it's name.</td> |
339 <td>Public method to find an item's index given its name.</td> |
340 </tr><tr> |
340 </tr><tr> |
341 <td><a href="#ProjectBrowserModel.populateItem">populateItem</a></td> |
341 <td><a href="#ProjectBrowserModel.populateItem">populateItem</a></td> |
342 <td>Public method to populate an item's subtree.</td> |
342 <td>Public method to populate an item's subtree.</td> |
343 </tr><tr> |
343 </tr><tr> |
344 <td><a href="#ProjectBrowserModel.populateProjectDirectoryItem">populateProjectDirectoryItem</a></td> |
344 <td><a href="#ProjectBrowserModel.populateProjectDirectoryItem">populateProjectDirectoryItem</a></td> |
515 </dd> |
515 </dd> |
516 </dl><a NAME="ProjectBrowserModel.findItem" ID="ProjectBrowserModel.findItem"></a> |
516 </dl><a NAME="ProjectBrowserModel.findItem" ID="ProjectBrowserModel.findItem"></a> |
517 <h4>ProjectBrowserModel.findItem</h4> |
517 <h4>ProjectBrowserModel.findItem</h4> |
518 <b>findItem</b>(<i>name</i>) |
518 <b>findItem</b>(<i>name</i>) |
519 <p> |
519 <p> |
520 Public method to find an item given it's name. |
520 Public method to find an item given its name. |
521 </p><dl> |
521 </p><dl> |
522 <dt><i>name</i></dt> |
522 <dt><i>name</i></dt> |
523 <dd> |
523 <dd> |
524 name of the item (string) |
524 name of the item (string) |
525 </dd> |
525 </dd> |
530 </dd> |
530 </dd> |
531 </dl><a NAME="ProjectBrowserModel.findParentItemByName" ID="ProjectBrowserModel.findParentItemByName"></a> |
531 </dl><a NAME="ProjectBrowserModel.findParentItemByName" ID="ProjectBrowserModel.findParentItemByName"></a> |
532 <h4>ProjectBrowserModel.findParentItemByName</h4> |
532 <h4>ProjectBrowserModel.findParentItemByName</h4> |
533 <b>findParentItemByName</b>(<i>type_, name, dontSplit=False</i>) |
533 <b>findParentItemByName</b>(<i>type_, name, dontSplit=False</i>) |
534 <p> |
534 <p> |
535 Public method to find an item given it's name. |
535 Public method to find an item given its name. |
536 </p><p> |
536 </p><p> |
537 <b>Note</b>: This method creates all necessary parent items, if they |
537 <b>Note</b>: This method creates all necessary parent items, if they |
538 don't exist. |
538 don't exist. |
539 </p><dl> |
539 </p><dl> |
540 <dt><i>type_</i></dt> |
540 <dt><i>type_</i></dt> |
554 </dd> |
554 </dd> |
555 </dl><a NAME="ProjectBrowserModel.itemIndexByName" ID="ProjectBrowserModel.itemIndexByName"></a> |
555 </dl><a NAME="ProjectBrowserModel.itemIndexByName" ID="ProjectBrowserModel.itemIndexByName"></a> |
556 <h4>ProjectBrowserModel.itemIndexByName</h4> |
556 <h4>ProjectBrowserModel.itemIndexByName</h4> |
557 <b>itemIndexByName</b>(<i>name</i>) |
557 <b>itemIndexByName</b>(<i>name</i>) |
558 <p> |
558 <p> |
559 Public method to find an item's index given it's name. |
559 Public method to find an item's index given its name. |
560 </p><dl> |
560 </p><dl> |
561 <dt><i>name</i></dt> |
561 <dt><i>name</i></dt> |
562 <dd> |
562 <dd> |
563 name of the item (string) |
563 name of the item (string) |
564 </dd> |
564 </dd> |