eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.InterfacePage.html

branch
eric7
changeset 8372
e0227a7c850e
child 8583
aac629a05f8b
equal deleted inserted replaced
8371:d6062691d424 8372:e0227a7c850e
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Preferences.ConfigurationPages.InterfacePage</title>
4 <meta charset="UTF-8">
5 <style>
6 body {
7 background: #EDECE6;
8 margin: 0em 1em 10em 1em;
9 color: black;
10 }
11
12 h1 { color: white; background: #85774A; }
13 h2 { color: white; background: #85774A; }
14 h3 { color: white; background: #9D936E; }
15 h4 { color: white; background: #9D936E; }
16
17 a { color: #BA6D36; }
18
19 </style>
20 </head>
21 <body>
22 <a NAME="top" ID="top"></a>
23 <h1>eric7.Preferences.ConfigurationPages.InterfacePage</h1>
24
25 <p>
26 Module implementing the Interface configuration page.
27 </p>
28 <h3>Global Attributes</h3>
29
30 <table>
31 <tr><td>None</td></tr>
32 </table>
33 <h3>Classes</h3>
34
35 <table>
36
37 <tr>
38 <td><a href="#InterfacePage">InterfacePage</a></td>
39 <td>Class implementing the Interface configuration page.</td>
40 </tr>
41 </table>
42 <h3>Functions</h3>
43
44 <table>
45
46 <tr>
47 <td><a href="#create">create</a></td>
48 <td>Module function to create the configuration page.</td>
49 </tr>
50 </table>
51 <hr />
52 <hr />
53 <a NAME="InterfacePage" ID="InterfacePage"></a>
54 <h2>InterfacePage</h2>
55
56 <p>
57 Class implementing the Interface configuration page.
58 </p>
59 <h3>Derived from</h3>
60 ConfigurationPageBase, Ui_InterfacePage
61 <h3>Class Attributes</h3>
62
63 <table>
64 <tr><td>None</td></tr>
65 </table>
66 <h3>Class Methods</h3>
67
68 <table>
69 <tr><td>None</td></tr>
70 </table>
71 <h3>Methods</h3>
72
73 <table>
74
75 <tr>
76 <td><a href="#InterfacePage.__init__">InterfacePage</a></td>
77 <td>Constructor</td>
78 </tr>
79 <tr>
80 <td><a href="#InterfacePage.__populateLanguageCombo">__populateLanguageCombo</a></td>
81 <td>Private method to initialize the language combo box.</td>
82 </tr>
83 <tr>
84 <td><a href="#InterfacePage.__populateShellPositionCombo">__populateShellPositionCombo</a></td>
85 <td>Private method to initialize the shell position combo box.</td>
86 </tr>
87 <tr>
88 <td><a href="#InterfacePage.__populateStyleCombo">__populateStyleCombo</a></td>
89 <td>Private method to populate the style combo box.</td>
90 </tr>
91 <tr>
92 <td><a href="#InterfacePage.on_resetLayoutButton_clicked">on_resetLayoutButton_clicked</a></td>
93 <td>Private method to reset layout to factory defaults.</td>
94 </tr>
95 <tr>
96 <td><a href="#InterfacePage.save">save</a></td>
97 <td>Public slot to save the Interface configuration.</td>
98 </tr>
99 </table>
100 <h3>Static Methods</h3>
101
102 <table>
103 <tr><td>None</td></tr>
104 </table>
105
106 <a NAME="InterfacePage.__init__" ID="InterfacePage.__init__"></a>
107 <h4>InterfacePage (Constructor)</h4>
108 <b>InterfacePage</b>(<i></i>)
109
110 <p>
111 Constructor
112 </p>
113 <a NAME="InterfacePage.__populateLanguageCombo" ID="InterfacePage.__populateLanguageCombo"></a>
114 <h4>InterfacePage.__populateLanguageCombo</h4>
115 <b>__populateLanguageCombo</b>(<i></i>)
116
117 <p>
118 Private method to initialize the language combo box.
119 </p>
120 <a NAME="InterfacePage.__populateShellPositionCombo" ID="InterfacePage.__populateShellPositionCombo"></a>
121 <h4>InterfacePage.__populateShellPositionCombo</h4>
122 <b>__populateShellPositionCombo</b>(<i></i>)
123
124 <p>
125 Private method to initialize the shell position combo box.
126 </p>
127 <a NAME="InterfacePage.__populateStyleCombo" ID="InterfacePage.__populateStyleCombo"></a>
128 <h4>InterfacePage.__populateStyleCombo</h4>
129 <b>__populateStyleCombo</b>(<i></i>)
130
131 <p>
132 Private method to populate the style combo box.
133 </p>
134 <a NAME="InterfacePage.on_resetLayoutButton_clicked" ID="InterfacePage.on_resetLayoutButton_clicked"></a>
135 <h4>InterfacePage.on_resetLayoutButton_clicked</h4>
136 <b>on_resetLayoutButton_clicked</b>(<i></i>)
137
138 <p>
139 Private method to reset layout to factory defaults.
140 </p>
141 <a NAME="InterfacePage.save" ID="InterfacePage.save"></a>
142 <h4>InterfacePage.save</h4>
143 <b>save</b>(<i></i>)
144
145 <p>
146 Public slot to save the Interface configuration.
147 </p>
148 <div align="right"><a href="#top">Up</a></div>
149 <hr />
150 <hr />
151 <a NAME="create" ID="create"></a>
152 <h2>create</h2>
153 <b>create</b>(<i>dlg</i>)
154
155 <p>
156 Module function to create the configuration page.
157 </p>
158 <dl>
159
160 <dt><i>dlg</i></dt>
161 <dd>
162 reference to the configuration dialog
163 </dd>
164 </dl>
165 <dl>
166 <dt>Return:</dt>
167 <dd>
168 reference to the instantiated page (ConfigurationPageBase)
169 </dd>
170 </dl>
171 <div align="right"><a href="#top">Up</a></div>
172 <hr />
173 </body></html>

eric ide

mercurial