Documentation/Source/eric5.Project.ProjectBrowser.html

changeset 2769
8cbebde7a984
parent 2387
2d119e79ab54
child 2966
f85f686981ad
equal deleted inserted replaced
2768:eab35f6e709f 2769:8cbebde7a984
98 <td>Public method to get references to the individual project browsers.</td> 98 <td>Public method to get references to the individual project browsers.</td>
99 </tr><tr> 99 </tr><tr>
100 <td><a href="#ProjectBrowser.handleEditorChanged">handleEditorChanged</a></td> 100 <td><a href="#ProjectBrowser.handleEditorChanged">handleEditorChanged</a></td>
101 <td>Public slot to handle the editorChanged signal.</td> 101 <td>Public slot to handle the editorChanged signal.</td>
102 </tr><tr> 102 </tr><tr>
103 <td><a href="#ProjectBrowser.handleEditorLineChanged">handleEditorLineChanged</a></td>
104 <td>Public slot to handle the editorLineChanged signal.</td>
105 </tr><tr>
103 <td><a href="#ProjectBrowser.handlePreferencesChanged">handlePreferencesChanged</a></td> 106 <td><a href="#ProjectBrowser.handlePreferencesChanged">handlePreferencesChanged</a></td>
104 <td>Public slot used to handle the preferencesChanged signal.</td> 107 <td>Public slot used to handle the preferencesChanged signal.</td>
105 </tr><tr> 108 </tr><tr>
106 <td><a href="#ProjectBrowser.showEvent">showEvent</a></td> 109 <td><a href="#ProjectBrowser.showEvent">showEvent</a></td>
107 <td>Protected method handleing the show event.</td> 110 <td>Protected method handleing the show event.</td>
215 </p><dl> 218 </p><dl>
216 <dt><i>fn</i></dt> 219 <dt><i>fn</i></dt>
217 <dd> 220 <dd>
218 filename of the changed file (string) 221 filename of the changed file (string)
219 </dd> 222 </dd>
223 </dl><a NAME="ProjectBrowser.handleEditorLineChanged" ID="ProjectBrowser.handleEditorLineChanged"></a>
224 <h4>ProjectBrowser.handleEditorLineChanged</h4>
225 <b>handleEditorLineChanged</b>(<i>fn, lineno</i>)
226 <p>
227 Public slot to handle the editorLineChanged signal.
228 </p><dl>
229 <dt><i>fn</i></dt>
230 <dd>
231 filename of the changed file (string)
232 </dd><dt><i>lineno</i></dt>
233 <dd>
234 one based line number of the item (integer)
235 </dd>
220 </dl><a NAME="ProjectBrowser.handlePreferencesChanged" ID="ProjectBrowser.handlePreferencesChanged"></a> 236 </dl><a NAME="ProjectBrowser.handlePreferencesChanged" ID="ProjectBrowser.handlePreferencesChanged"></a>
221 <h4>ProjectBrowser.handlePreferencesChanged</h4> 237 <h4>ProjectBrowser.handlePreferencesChanged</h4>
222 <b>handlePreferencesChanged</b>(<i></i>) 238 <b>handlePreferencesChanged</b>(<i></i>)
223 <p> 239 <p>
224 Public slot used to handle the preferencesChanged signal. 240 Public slot used to handle the preferencesChanged signal.

eric ide

mercurial