eric6/Documentation/Source/eric6.UI.BrowserModel.html

changeset 7677
d4d33990b355
parent 7635
0cdead130a81
child 7693
a51f82458a1b
equal deleted inserted replaced
7676:0f67b4562d98 7677:d4d33990b355
2186 <tr> 2186 <tr>
2187 <td><a href="#BrowserModel.directoryChanged">directoryChanged</a></td> 2187 <td><a href="#BrowserModel.directoryChanged">directoryChanged</a></td>
2188 <td>Public slot to handle the directoryChanged signal of the watcher.</td> 2188 <td>Public slot to handle the directoryChanged signal of the watcher.</td>
2189 </tr> 2189 </tr>
2190 <tr> 2190 <tr>
2191 <td><a href="#BrowserModel.fileChanged">fileChanged</a></td>
2192 <td>Public method to react upon file changes.</td>
2193 </tr>
2194 <tr>
2191 <td><a href="#BrowserModel.flags">flags</a></td> 2195 <td><a href="#BrowserModel.flags">flags</a></td>
2192 <td>Public method to get the item flags.</td> 2196 <td>Public method to get the item flags.</td>
2193 </tr> 2197 </tr>
2194 <tr> 2198 <tr>
2195 <td><a href="#BrowserModel.hasChildren">hasChildren</a></td> 2199 <td><a href="#BrowserModel.hasChildren">hasChildren</a></td>
2248 <td>Public method to change the entry for the directory of file being debugged.</td> 2252 <td>Public method to change the entry for the directory of file being debugged.</td>
2249 </tr> 2253 </tr>
2250 <tr> 2254 <tr>
2251 <td><a href="#BrowserModel.removeToplevelDir">removeToplevelDir</a></td> 2255 <td><a href="#BrowserModel.removeToplevelDir">removeToplevelDir</a></td>
2252 <td>Public method to remove a toplevel directory.</td> 2256 <td>Public method to remove a toplevel directory.</td>
2257 </tr>
2258 <tr>
2259 <td><a href="#BrowserModel.repopulateFileItem">repopulateFileItem</a></td>
2260 <td>Public method to repopulate a file item.</td>
2253 </tr> 2261 </tr>
2254 <tr> 2262 <tr>
2255 <td><a href="#BrowserModel.rowCount">rowCount</a></td> 2263 <td><a href="#BrowserModel.rowCount">rowCount</a></td>
2256 <td>Public method to get the number of rows.</td> 2264 <td>Public method to get the number of rows.</td>
2257 </tr> 2265 </tr>
2433 <dt><i>path</i></dt> 2441 <dt><i>path</i></dt>
2434 <dd> 2442 <dd>
2435 path of the directory (string) 2443 path of the directory (string)
2436 </dd> 2444 </dd>
2437 </dl> 2445 </dl>
2446 <a NAME="BrowserModel.fileChanged" ID="BrowserModel.fileChanged"></a>
2447 <h4>BrowserModel.fileChanged</h4>
2448 <b>fileChanged</b>(<i>fileName</i>)
2449
2450 <p>
2451 Public method to react upon file changes.
2452 </p>
2453 <dl>
2454
2455 <dt><i>fileName</i> (str)</dt>
2456 <dd>
2457 path of the changed file
2458 </dd>
2459 </dl>
2438 <a NAME="BrowserModel.flags" ID="BrowserModel.flags"></a> 2460 <a NAME="BrowserModel.flags" ID="BrowserModel.flags"></a>
2439 <h4>BrowserModel.flags</h4> 2461 <h4>BrowserModel.flags</h4>
2440 <b>flags</b>(<i>index</i>) 2462 <b>flags</b>(<i>index</i>)
2441 2463
2442 <p> 2464 <p>
2742 2764
2743 <dt><i>index</i></dt> 2765 <dt><i>index</i></dt>
2744 <dd> 2766 <dd>
2745 index of the toplevel directory to be removed 2767 index of the toplevel directory to be removed
2746 (QModelIndex) 2768 (QModelIndex)
2769 </dd>
2770 </dl>
2771 <a NAME="BrowserModel.repopulateFileItem" ID="BrowserModel.repopulateFileItem"></a>
2772 <h4>BrowserModel.repopulateFileItem</h4>
2773 <b>repopulateFileItem</b>(<i>itm</i>)
2774
2775 <p>
2776 Public method to repopulate a file item.
2777 </p>
2778 <dl>
2779
2780 <dt><i>itm</i> (BrowserFileItem)</dt>
2781 <dd>
2782 reference to the item to be repopulated
2747 </dd> 2783 </dd>
2748 </dl> 2784 </dl>
2749 <a NAME="BrowserModel.rowCount" ID="BrowserModel.rowCount"></a> 2785 <a NAME="BrowserModel.rowCount" ID="BrowserModel.rowCount"></a>
2750 <h4>BrowserModel.rowCount</h4> 2786 <h4>BrowserModel.rowCount</h4>
2751 <b>rowCount</b>(<i>parent=None</i>) 2787 <b>rowCount</b>(<i>parent=None</i>)

eric ide

mercurial