Documentation/Source/eric5.Project.ProjectBaseBrowser.html

branch
5_2_x
changeset 2119
5f2f6d0ad1e6
parent 1229
a8207dc73672
child 2367
78f6c8193d37
equal deleted inserted replaced
2117:997d21f331c6 2119:5f2f6d0ad1e6
68 <td>Constructor</td> 68 <td>Constructor</td>
69 </tr><tr> 69 </tr><tr>
70 <td><a href="#ProjectBaseBrowser.__checkHookKey">__checkHookKey</a></td> 70 <td><a href="#ProjectBaseBrowser.__checkHookKey">__checkHookKey</a></td>
71 <td>Private method to check a hook key</td> 71 <td>Private method to check a hook key</td>
72 </tr><tr> 72 </tr><tr>
73 <td><a href="#ProjectBaseBrowser.__modelDataChanged">__modelDataChanged</a></td>
74 <td>Private slot called after data has been changed in the model.</td>
75 </tr><tr>
76 <td><a href="#ProjectBaseBrowser.__modelRowsInserted">__modelRowsInserted</a></td> 73 <td><a href="#ProjectBaseBrowser.__modelRowsInserted">__modelRowsInserted</a></td>
77 <td>Private slot called after rows have been inserted into the model.</td> 74 <td>Private slot called after rows have been inserted into the model.</td>
78 </tr><tr> 75 </tr><tr>
79 <td><a href="#ProjectBaseBrowser._collapseAllDirs">_collapseAllDirs</a></td> 76 <td><a href="#ProjectBaseBrowser._collapseAllDirs">_collapseAllDirs</a></td>
80 <td>Protected slot to handle the 'Collapse all directories' menu action.</td> 77 <td>Protected slot to handle the 'Collapse all directories' menu action.</td>
208 </dl><a NAME="ProjectBaseBrowser.__checkHookKey" ID="ProjectBaseBrowser.__checkHookKey"></a> 205 </dl><a NAME="ProjectBaseBrowser.__checkHookKey" ID="ProjectBaseBrowser.__checkHookKey"></a>
209 <h4>ProjectBaseBrowser.__checkHookKey</h4> 206 <h4>ProjectBaseBrowser.__checkHookKey</h4>
210 <b>__checkHookKey</b>(<i>key</i>) 207 <b>__checkHookKey</b>(<i>key</i>)
211 <p> 208 <p>
212 Private method to check a hook key 209 Private method to check a hook key
213 </p><a NAME="ProjectBaseBrowser.__modelDataChanged" ID="ProjectBaseBrowser.__modelDataChanged"></a> 210 </p><a NAME="ProjectBaseBrowser.__modelRowsInserted" ID="ProjectBaseBrowser.__modelRowsInserted"></a>
214 <h4>ProjectBaseBrowser.__modelDataChanged</h4>
215 <b>__modelDataChanged</b>(<i>startIndex, endIndex</i>)
216 <p>
217 Private slot called after data has been changed in the model.
218 </p><dl>
219 <dt><i>startIndex</i></dt>
220 <dd>
221 start index of the changed data (QModelIndex)
222 </dd><dt><i>endIndex</i></dt>
223 <dd>
224 end index of the changed data (QModelIndex)
225 </dd>
226 </dl><a NAME="ProjectBaseBrowser.__modelRowsInserted" ID="ProjectBaseBrowser.__modelRowsInserted"></a>
227 <h4>ProjectBaseBrowser.__modelRowsInserted</h4> 211 <h4>ProjectBaseBrowser.__modelRowsInserted</h4>
228 <b>__modelRowsInserted</b>(<i>parent, start, end</i>) 212 <b>__modelRowsInserted</b>(<i>parent, start, end</i>)
229 <p> 213 <p>
230 Private slot called after rows have been inserted into the model. 214 Private slot called after rows have been inserted into the model.
231 </p><dl> 215 </p><dl>

eric ide

mercurial