eric6/Documentation/Source/eric6.Project.ProjectBrowser.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
21 <body> 21 <body>
22 <a NAME="top" ID="top"></a> 22 <a NAME="top" ID="top"></a>
23 <h1>eric6.Project.ProjectBrowser</h1> 23 <h1>eric6.Project.ProjectBrowser</h1>
24 24
25 <p> 25 <p>
26 Module implementing the project browser part of the eric6 UI. 26 Module implementing the project browser part of the eric UI.
27 </p> 27 </p>
28 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29 29
30 <table> 30 <table>
31 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
34 34
35 <table> 35 <table>
36 36
37 <tr> 37 <tr>
38 <td><a href="#ProjectBrowser">ProjectBrowser</a></td> 38 <td><a href="#ProjectBrowser">ProjectBrowser</a></td>
39 <td>Class implementing the project browser part of the eric6 UI.</td> 39 <td>Class implementing the project browser part of the eric UI.</td>
40 </tr> 40 </tr>
41 </table> 41 </table>
42 <h3>Functions</h3> 42 <h3>Functions</h3>
43 43
44 <table> 44 <table>
48 <hr /> 48 <hr />
49 <a NAME="ProjectBrowser" ID="ProjectBrowser"></a> 49 <a NAME="ProjectBrowser" ID="ProjectBrowser"></a>
50 <h2>ProjectBrowser</h2> 50 <h2>ProjectBrowser</h2>
51 51
52 <p> 52 <p>
53 Class implementing the project browser part of the eric6 UI. 53 Class implementing the project browser part of the eric UI.
54 </p> 54 </p>
55 <p> 55 <p>
56 It generates a widget with up to seven tabs. The individual tabs contain 56 It generates a widget with up to seven tabs. The individual tabs contain
57 the project sources browser, the project forms browser, 57 the project sources browser, the project forms browser,
58 the project resources browser, the project translations browser, 58 the project resources browser, the project translations browser,
271 Valid names are "sources, forms, resources, translations, 271 Valid names are "sources, forms, resources, translations,
272 interfaces, protocols, others". 272 interfaces, protocols, others".
273 </dd> 273 </dd>
274 </dl> 274 </dl>
275 <dl> 275 <dl>
276 <dt>Returns:</dt> 276 <dt>Return:</dt>
277 <dd> 277 <dd>
278 reference to the requested browser or None 278 reference to the requested browser or None
279 </dd> 279 </dd>
280 </dl> 280 </dl>
281 <a NAME="ProjectBrowser.getProjectBrowserNames" ID="ProjectBrowser.getProjectBrowserNames"></a> 281 <a NAME="ProjectBrowser.getProjectBrowserNames" ID="ProjectBrowser.getProjectBrowserNames"></a>
284 284
285 <p> 285 <p>
286 Public method to get the names of the various project browsers. 286 Public method to get the names of the various project browsers.
287 </p> 287 </p>
288 <dl> 288 <dl>
289 <dt>Returns:</dt> 289 <dt>Return:</dt>
290 <dd> 290 <dd>
291 list of project browser names (list of string) 291 list of project browser names (list of string)
292 </dd> 292 </dd>
293 </dl> 293 </dl>
294 <a NAME="ProjectBrowser.getProjectBrowsers" ID="ProjectBrowser.getProjectBrowsers"></a> 294 <a NAME="ProjectBrowser.getProjectBrowsers" ID="ProjectBrowser.getProjectBrowsers"></a>
297 297
298 <p> 298 <p>
299 Public method to get references to the individual project browsers. 299 Public method to get references to the individual project browsers.
300 </p> 300 </p>
301 <dl> 301 <dl>
302 <dt>Returns:</dt> 302 <dt>Return:</dt>
303 <dd> 303 <dd>
304 list of references to project browsers 304 list of references to project browsers
305 </dd> 305 </dd>
306 </dl> 306 </dl>
307 <a NAME="ProjectBrowser.handleEditorChanged" ID="ProjectBrowser.handleEditorChanged"></a> 307 <a NAME="ProjectBrowser.handleEditorChanged" ID="ProjectBrowser.handleEditorChanged"></a>

eric ide

mercurial