|
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.Preferences.ConfigurationPages.ViewmanagerPage</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.Preferences.ConfigurationPages.ViewmanagerPage</h1> |
|
12 <p> |
|
13 Module implementing the Viewmanager configuration page. |
|
14 </p> |
|
15 <h3>Global Attributes</h3> |
|
16 <table> |
|
17 <tr><td>None</td></tr> |
|
18 </table> |
|
19 <h3>Classes</h3> |
|
20 <table> |
|
21 <tr> |
|
22 <td><a href="#ViewmanagerPage">ViewmanagerPage</a></td> |
|
23 <td>Class implementing the Viewmanager configuration page.</td> |
|
24 </tr> |
|
25 </table> |
|
26 <h3>Functions</h3> |
|
27 <table> |
|
28 <tr> |
|
29 <td><a href="#create">create</a></td> |
|
30 <td>Module function to create the configuration page.</td> |
|
31 </tr> |
|
32 </table> |
|
33 <hr /><hr /> |
|
34 <a NAME="ViewmanagerPage" ID="ViewmanagerPage"></a> |
|
35 <h2>ViewmanagerPage</h2> |
|
36 <p> |
|
37 Class implementing the Viewmanager configuration page. |
|
38 </p> |
|
39 <h3>Derived from</h3> |
|
40 ConfigurationPageBase, Ui_ViewmanagerPage |
|
41 <h3>Class Attributes</h3> |
|
42 <table> |
|
43 <tr><td>None</td></tr> |
|
44 </table> |
|
45 <h3>Methods</h3> |
|
46 <table> |
|
47 <tr> |
|
48 <td><a href="#ViewmanagerPage.__init__">ViewmanagerPage</a></td> |
|
49 <td>Constructor</td> |
|
50 </tr><tr> |
|
51 <td><a href="#ViewmanagerPage.on_windowComboBox_activated">on_windowComboBox_activated</a></td> |
|
52 <td>Private slot to show a preview of the selected workspace view type.</td> |
|
53 </tr><tr> |
|
54 <td><a href="#ViewmanagerPage.save">save</a></td> |
|
55 <td>Public slot to save the Viewmanager configuration.</td> |
|
56 </tr> |
|
57 </table> |
|
58 <a NAME="ViewmanagerPage.__init__" ID="ViewmanagerPage.__init__"></a> |
|
59 <h4>ViewmanagerPage (Constructor)</h4> |
|
60 <b>ViewmanagerPage</b>(<i></i>) |
|
61 <p> |
|
62 Constructor |
|
63 </p><a NAME="ViewmanagerPage.on_windowComboBox_activated" ID="ViewmanagerPage.on_windowComboBox_activated"></a> |
|
64 <h4>ViewmanagerPage.on_windowComboBox_activated</h4> |
|
65 <b>on_windowComboBox_activated</b>(<i>index</i>) |
|
66 <p> |
|
67 Private slot to show a preview of the selected workspace view type. |
|
68 </p><dl> |
|
69 <dt><i>index</i></dt> |
|
70 <dd> |
|
71 index of selected workspace view type (integer) |
|
72 </dd> |
|
73 </dl><a NAME="ViewmanagerPage.save" ID="ViewmanagerPage.save"></a> |
|
74 <h4>ViewmanagerPage.save</h4> |
|
75 <b>save</b>(<i></i>) |
|
76 <p> |
|
77 Public slot to save the Viewmanager configuration. |
|
78 </p> |
|
79 <div align="right"><a href="#top">Up</a></div> |
|
80 <hr /><hr /> |
|
81 <a NAME="create" ID="create"></a> |
|
82 <h2>create</h2> |
|
83 <b>create</b>(<i>dlg</i>) |
|
84 <p> |
|
85 Module function to create the configuration page. |
|
86 </p><dl> |
|
87 <dt><i>dlg</i></dt> |
|
88 <dd> |
|
89 reference to the configuration dialog |
|
90 </dd> |
|
91 </dl> |
|
92 <div align="right"><a href="#top">Up</a></div> |
|
93 <hr /> |
|
94 </body></html> |