410 <tr> |
410 <tr> |
411 <td><a href="#ProjectBrowserModel.data">data</a></td> |
411 <td><a href="#ProjectBrowserModel.data">data</a></td> |
412 <td>Public method to get data of an item.</td> |
412 <td>Public method to get data of an item.</td> |
413 </tr> |
413 </tr> |
414 <tr> |
414 <tr> |
415 <td><a href="#ProjectBrowserModel.directoryChanged">directoryChanged</a></td> |
415 <td><a href="#ProjectBrowserModel.entryCreated">entryCreated</a></td> |
416 <td>Public slot to handle the directoryChanged signal of the watcher.</td> |
416 <td>Public method to handle the creation of a file or directory.</td> |
|
417 </tr> |
|
418 <tr> |
|
419 <td><a href="#ProjectBrowserModel.entryDeleted">entryDeleted</a></td> |
|
420 <td>Public method to handle the deletion of a file or directory.</td> |
417 </tr> |
421 </tr> |
418 <tr> |
422 <tr> |
419 <td><a href="#ProjectBrowserModel.findChildItem">findChildItem</a></td> |
423 <td><a href="#ProjectBrowserModel.findChildItem">findChildItem</a></td> |
420 <td>Public method to find a child item given some text.</td> |
424 <td>Public method to find a child item given some text.</td> |
421 </tr> |
425 </tr> |
643 <dt>Return Type:</dt> |
647 <dt>Return Type:</dt> |
644 <dd> |
648 <dd> |
645 Any |
649 Any |
646 </dd> |
650 </dd> |
647 </dl> |
651 </dl> |
648 <a NAME="ProjectBrowserModel.directoryChanged" ID="ProjectBrowserModel.directoryChanged"></a> |
652 <a NAME="ProjectBrowserModel.entryCreated" ID="ProjectBrowserModel.entryCreated"></a> |
649 <h4>ProjectBrowserModel.directoryChanged</h4> |
653 <h4>ProjectBrowserModel.entryCreated</h4> |
650 <b>directoryChanged</b>(<i>path</i>) |
654 <b>entryCreated</b>(<i>path, isDir=False</i>) |
651 <p> |
655 <p> |
652 Public slot to handle the directoryChanged signal of the watcher. |
656 Public method to handle the creation of a file or directory. |
653 </p> |
657 </p> |
654 |
658 |
655 <dl> |
659 <dl> |
656 |
660 |
657 <dt><i>path</i> (str)</dt> |
661 <dt><i>path</i> (str)</dt> |
658 <dd> |
662 <dd> |
659 path of the directory |
663 path of the created file or directory |
|
664 </dd> |
|
665 <dt><i>isDir</i> (bool (optional))</dt> |
|
666 <dd> |
|
667 flag indicating a created directory (defaults to False) |
|
668 </dd> |
|
669 </dl> |
|
670 <a NAME="ProjectBrowserModel.entryDeleted" ID="ProjectBrowserModel.entryDeleted"></a> |
|
671 <h4>ProjectBrowserModel.entryDeleted</h4> |
|
672 <b>entryDeleted</b>(<i>path, isDir=False</i>) |
|
673 <p> |
|
674 Public method to handle the deletion of a file or directory. |
|
675 </p> |
|
676 |
|
677 <dl> |
|
678 |
|
679 <dt><i>path</i> (str)</dt> |
|
680 <dd> |
|
681 path of the deleted file or directory |
|
682 </dd> |
|
683 <dt><i>isDir</i> (bool (optional))</dt> |
|
684 <dd> |
|
685 flag indicating a deleted directory (defaults to False) |
660 </dd> |
686 </dd> |
661 </dl> |
687 </dl> |
662 <a NAME="ProjectBrowserModel.findChildItem" ID="ProjectBrowserModel.findChildItem"></a> |
688 <a NAME="ProjectBrowserModel.findChildItem" ID="ProjectBrowserModel.findChildItem"></a> |
663 <h4>ProjectBrowserModel.findChildItem</h4> |
689 <h4>ProjectBrowserModel.findChildItem</h4> |
664 <b>findChildItem</b>(<i>text, column, parentItem=None</i>) |
690 <b>findChildItem</b>(<i>text, column, parentItem=None</i>) |