71 <td><a href="#ProjectBaseBrowser.__checkHookKey">__checkHookKey</a></td> |
71 <td><a href="#ProjectBaseBrowser.__checkHookKey">__checkHookKey</a></td> |
72 <td>Private method to check a hook key.</td> |
72 <td>Private method to check a hook key.</td> |
73 </tr> |
73 </tr> |
74 <tr> |
74 <tr> |
75 <td><a href="#ProjectBaseBrowser.__modelRowsInserted">__modelRowsInserted</a></td> |
75 <td><a href="#ProjectBaseBrowser.__modelRowsInserted">__modelRowsInserted</a></td> |
76 <td></td> |
76 <td>Private slot called after rows have been inserted into the model.</td> |
77 </tr> |
77 </tr> |
78 <tr> |
78 <tr> |
79 <td><a href="#ProjectBaseBrowser._collapseAllDirs">_collapseAllDirs</a></td> |
79 <td><a href="#ProjectBaseBrowser._collapseAllDirs">_collapseAllDirs</a></td> |
80 <td>Protected slot to handle the 'Collapse all directories' menu action.</td> |
80 <td>Protected slot to handle the 'Collapse all directories' menu action.</td> |
81 </tr> |
81 </tr> |
179 <td><a href="#ProjectBaseBrowser._showContextMenu">_showContextMenu</a></td> |
179 <td><a href="#ProjectBaseBrowser._showContextMenu">_showContextMenu</a></td> |
180 <td>Protected slot called before the context menu is shown.</td> |
180 <td>Protected slot called before the context menu is shown.</td> |
181 </tr> |
181 </tr> |
182 <tr> |
182 <tr> |
183 <td><a href="#ProjectBaseBrowser._showContextMenuBack">_showContextMenuBack</a></td> |
183 <td><a href="#ProjectBaseBrowser._showContextMenuBack">_showContextMenuBack</a></td> |
184 <td></td> |
184 <td>Protected slot called before the context menu is shown.</td> |
185 </tr> |
185 </tr> |
186 <tr> |
186 <tr> |
187 <td><a href="#ProjectBaseBrowser._showContextMenuDir">_showContextMenuDir</a></td> |
187 <td><a href="#ProjectBaseBrowser._showContextMenuDir">_showContextMenuDir</a></td> |
188 <td>Protected slot called before the context menu is shown.</td> |
188 <td>Protected slot called before the context menu is shown.</td> |
189 </tr> |
189 </tr> |
299 </dl> |
299 </dl> |
300 <a NAME="ProjectBaseBrowser.__modelRowsInserted" ID="ProjectBaseBrowser.__modelRowsInserted"></a> |
300 <a NAME="ProjectBaseBrowser.__modelRowsInserted" ID="ProjectBaseBrowser.__modelRowsInserted"></a> |
301 <h4>ProjectBaseBrowser.__modelRowsInserted</h4> |
301 <h4>ProjectBaseBrowser.__modelRowsInserted</h4> |
302 <b>__modelRowsInserted</b>(<i>parent, start, end</i>) |
302 <b>__modelRowsInserted</b>(<i>parent, start, end</i>) |
303 |
303 |
|
304 <p> |
|
305 Private slot called after rows have been inserted into the model. |
|
306 </p> |
|
307 <dl> |
|
308 |
|
309 <dt><i>parent</i></dt> |
|
310 <dd> |
|
311 parent index of inserted rows (QModelIndex) |
|
312 </dd> |
|
313 <dt><i>start</i></dt> |
|
314 <dd> |
|
315 start row number (integer) |
|
316 </dd> |
|
317 <dt><i>end</i></dt> |
|
318 <dd> |
|
319 end row number (integer) |
|
320 </dd> |
|
321 </dl> |
304 <a NAME="ProjectBaseBrowser._collapseAllDirs" ID="ProjectBaseBrowser._collapseAllDirs"></a> |
322 <a NAME="ProjectBaseBrowser._collapseAllDirs" ID="ProjectBaseBrowser._collapseAllDirs"></a> |
305 <h4>ProjectBaseBrowser._collapseAllDirs</h4> |
323 <h4>ProjectBaseBrowser._collapseAllDirs</h4> |
306 <b>_collapseAllDirs</b>(<i></i>) |
324 <b>_collapseAllDirs</b>(<i></i>) |
307 |
325 |
308 <p> |
326 <p> |
587 </dl> |
605 </dl> |
588 <a NAME="ProjectBaseBrowser._showContextMenuBack" ID="ProjectBaseBrowser._showContextMenuBack"></a> |
606 <a NAME="ProjectBaseBrowser._showContextMenuBack" ID="ProjectBaseBrowser._showContextMenuBack"></a> |
589 <h4>ProjectBaseBrowser._showContextMenuBack</h4> |
607 <h4>ProjectBaseBrowser._showContextMenuBack</h4> |
590 <b>_showContextMenuBack</b>(<i>menu</i>) |
608 <b>_showContextMenuBack</b>(<i>menu</i>) |
591 |
609 |
|
610 <p> |
|
611 Protected slot called before the context menu is shown. |
|
612 </p> |
|
613 <dl> |
|
614 |
|
615 <dt><i>menu</i></dt> |
|
616 <dd> |
|
617 reference to the menu to be shown (QMenu) |
|
618 </dd> |
|
619 </dl> |
592 <a NAME="ProjectBaseBrowser._showContextMenuDir" ID="ProjectBaseBrowser._showContextMenuDir"></a> |
620 <a NAME="ProjectBaseBrowser._showContextMenuDir" ID="ProjectBaseBrowser._showContextMenuDir"></a> |
593 <h4>ProjectBaseBrowser._showContextMenuDir</h4> |
621 <h4>ProjectBaseBrowser._showContextMenuDir</h4> |
594 <b>_showContextMenuDir</b>(<i>menu</i>) |
622 <b>_showContextMenuDir</b>(<i>menu</i>) |
595 |
623 |
596 <p> |
624 <p> |