src/eric7/Documentation/Source/eric7.Project.ProjectBrowserModel.html

branch
eric7
changeset 11294
96826d133cf0
parent 10845
bbcad422aea7
equal deleted inserted replaced
11293:f94d84c329fb 11294:96826d133cf0
799 BrowserItem 799 BrowserItem
800 </dd> 800 </dd>
801 </dl> 801 </dl>
802 <a NAME="ProjectBrowserModel.findParentItemByName" ID="ProjectBrowserModel.findParentItemByName"></a> 802 <a NAME="ProjectBrowserModel.findParentItemByName" ID="ProjectBrowserModel.findParentItemByName"></a>
803 <h4>ProjectBrowserModel.findParentItemByName</h4> 803 <h4>ProjectBrowserModel.findParentItemByName</h4>
804 <b>findParentItemByName</b>(<i>type_, name, dontSplit=False</i>) 804 <b>findParentItemByName</b>(<i>type_, name, dontSplit=False, signalTypeChange=False</i>)
805 <p> 805 <p>
806 Public method to find an item given its name. 806 Public method to find an item given its name.
807 </p> 807 </p>
808 <p> 808 <p>
809 <b>Note</b>: This method creates all necessary parent items, if they 809 <b>Note</b>: This method creates all necessary parent items, if they
818 </dd> 818 </dd>
819 <dt><i>name</i> (str)</dt> 819 <dt><i>name</i> (str)</dt>
820 <dd> 820 <dd>
821 name of the item 821 name of the item
822 </dd> 822 </dd>
823 <dt><i>dontSplit</i> (bool)</dt> 823 <dt><i>dontSplit</i> (bool (optional))</dt>
824 <dd> 824 <dd>
825 flag indicating the name should not be split 825 flag indicating the name should not be split (defaults to
826 False)
827 </dd>
828 <dt><i>signalTypeChange</i> (bool (optional))</dt>
829 <dd>
830 flag indicating to emit a signal indicating a change of
831 the non-visible project type of a directory item (defaults to False)
826 </dd> 832 </dd>
827 </dl> 833 </dl>
828 <dl> 834 <dl>
829 <dt>Return:</dt> 835 <dt>Return:</dt>
830 <dd> 836 <dd>

eric ide

mercurial