|
1 <?xml version="1.0" encoding="utf-8"?> |
|
2 <!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Strict//EN' |
|
3 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'> |
|
4 <html><head> |
|
5 <title>eric5.ViewManager.__init__</title> |
|
6 <style> |
|
7 b'body {\n background:white;\n margin: 0em 1em 10em 1em;\n color: black;\n}\n\nh1 { color: white; background: #4FA4FF; }\nh2 { color: white; background: #4FA4FF; }\nh3 { color: white; background: #00557F; }\nh4 { color: white; background: #00557F; }\n \na { color: #AA5500; }\n' |
|
8 </style> |
|
9 </head> |
|
10 <body><a NAME="top" ID="top"></a> |
|
11 <h1>eric5.ViewManager.__init__</h1> |
|
12 <p> |
|
13 Package implementing the viewmanager of the eric5 IDE. |
|
14 </p><p> |
|
15 The viewmanager is responsible for the layout of the editor windows. This is |
|
16 the central part of the IDE. In additon to this, the viewmanager provides all |
|
17 editor related actions, menus and toolbars. |
|
18 </p><p> |
|
19 View managers are provided as plugins and loaded via the factory function. If |
|
20 the requested view manager type is not available, tabview will be used by |
|
21 default. |
|
22 </p> |
|
23 <h3>Global Attributes</h3> |
|
24 <table> |
|
25 <tr><td>None</td></tr> |
|
26 </table> |
|
27 <h3>Classes</h3> |
|
28 <table> |
|
29 <tr><td>None</td></tr> |
|
30 </table> |
|
31 <h3>Functions</h3> |
|
32 <table> |
|
33 <tr> |
|
34 <td><a href="#factory">factory</a></td> |
|
35 <td>Modul factory function to generate the right viewmanager type.</td> |
|
36 </tr> |
|
37 </table> |
|
38 <hr /><hr /> |
|
39 <a NAME="factory" ID="factory"></a> |
|
40 <h2>factory</h2> |
|
41 <b>factory</b>(<i>parent, ui, dbs, pluginManager</i>) |
|
42 <p> |
|
43 Modul factory function to generate the right viewmanager type. |
|
44 </p><p> |
|
45 The viewmanager is instantiated depending on the data set in |
|
46 the current preferences. |
|
47 </p><dl> |
|
48 <dt><i>parent</i></dt> |
|
49 <dd> |
|
50 parent widget (QWidget) |
|
51 </dd><dt><i>ui</i></dt> |
|
52 <dd> |
|
53 reference to the main UI object |
|
54 </dd><dt><i>dbs</i></dt> |
|
55 <dd> |
|
56 reference to the debug server object |
|
57 </dd><dt><i>pluginManager</i></dt> |
|
58 <dd> |
|
59 reference to the plugin manager object |
|
60 </dd> |
|
61 </dl><dl> |
|
62 <dt>Returns:</dt> |
|
63 <dd> |
|
64 the instantiated viewmanager |
|
65 </dd> |
|
66 </dl> |
|
67 <div align="right"><a href="#top">Up</a></div> |
|
68 <hr /> |
|
69 </body></html> |