src/eric7/Documentation/Source/eric7.Preferences.ConfigurationPages.InterfaceLightPage.html

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8877
548d45c3f571
child 10070
9f5758c0fec1
equal deleted inserted replaced
9208:3fc8dfeb6ebe 9209:b99e7fd55fd3
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric7.Preferences.ConfigurationPages.InterfaceLightPage</title>
4 <meta charset="UTF-8">
5 <link rel="stylesheet" href="styles.css">
6 </head>
7 <body>
8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Preferences.ConfigurationPages.InterfaceLightPage</h1>
10
11 <p>
12 Module implementing the Interface configuration page (variant for web browser).
13 </p>
14 <h3>Global Attributes</h3>
15
16 <table>
17 <tr><td>None</td></tr>
18 </table>
19 <h3>Classes</h3>
20
21 <table>
22
23 <tr>
24 <td><a href="#InterfaceLightPage">InterfaceLightPage</a></td>
25 <td>Class implementing the Interface configuration page (variant for generic use).</td>
26 </tr>
27 </table>
28 <h3>Functions</h3>
29
30 <table>
31
32 <tr>
33 <td><a href="#create">create</a></td>
34 <td>Module function to create the configuration page.</td>
35 </tr>
36 </table>
37 <hr />
38 <hr />
39 <a NAME="InterfaceLightPage" ID="InterfaceLightPage"></a>
40 <h2>InterfaceLightPage</h2>
41
42 <p>
43 Class implementing the Interface configuration page (variant for generic
44 use).
45 </p>
46 <h3>Derived from</h3>
47 ConfigurationPageBase, Ui_InterfaceLightPage
48 <h3>Class Attributes</h3>
49
50 <table>
51 <tr><td>None</td></tr>
52 </table>
53 <h3>Class Methods</h3>
54
55 <table>
56 <tr><td>None</td></tr>
57 </table>
58 <h3>Methods</h3>
59
60 <table>
61
62 <tr>
63 <td><a href="#InterfaceLightPage.__init__">InterfaceLightPage</a></td>
64 <td>Constructor</td>
65 </tr>
66 <tr>
67 <td><a href="#InterfaceLightPage.__populateLanguageCombo">__populateLanguageCombo</a></td>
68 <td>Private method to initialize the language combo box.</td>
69 </tr>
70 <tr>
71 <td><a href="#InterfaceLightPage.__populateStyleCombo">__populateStyleCombo</a></td>
72 <td>Private method to populate the style combo box.</td>
73 </tr>
74 <tr>
75 <td><a href="#InterfaceLightPage.save">save</a></td>
76 <td>Public slot to save the Interface configuration.</td>
77 </tr>
78 </table>
79 <h3>Static Methods</h3>
80
81 <table>
82 <tr><td>None</td></tr>
83 </table>
84
85 <a NAME="InterfaceLightPage.__init__" ID="InterfaceLightPage.__init__"></a>
86 <h4>InterfaceLightPage (Constructor)</h4>
87 <b>InterfaceLightPage</b>(<i></i>)
88
89 <p>
90 Constructor
91 </p>
92 <a NAME="InterfaceLightPage.__populateLanguageCombo" ID="InterfaceLightPage.__populateLanguageCombo"></a>
93 <h4>InterfaceLightPage.__populateLanguageCombo</h4>
94 <b>__populateLanguageCombo</b>(<i></i>)
95
96 <p>
97 Private method to initialize the language combo box.
98 </p>
99 <a NAME="InterfaceLightPage.__populateStyleCombo" ID="InterfaceLightPage.__populateStyleCombo"></a>
100 <h4>InterfaceLightPage.__populateStyleCombo</h4>
101 <b>__populateStyleCombo</b>(<i></i>)
102
103 <p>
104 Private method to populate the style combo box.
105 </p>
106 <a NAME="InterfaceLightPage.save" ID="InterfaceLightPage.save"></a>
107 <h4>InterfaceLightPage.save</h4>
108 <b>save</b>(<i></i>)
109
110 <p>
111 Public slot to save the Interface configuration.
112 </p>
113 <div align="right"><a href="#top">Up</a></div>
114 <hr />
115 <hr />
116 <a NAME="create" ID="create"></a>
117 <h2>create</h2>
118 <b>create</b>(<i>dlg</i>)
119
120 <p>
121 Module function to create the configuration page.
122 </p>
123 <dl>
124
125 <dt><i>dlg</i></dt>
126 <dd>
127 reference to the configuration dialog
128 </dd>
129 </dl>
130 <dl>
131 <dt>Return:</dt>
132 <dd>
133 reference to the instantiated page (ConfigurationPageBase)
134 </dd>
135 </dl>
136 <div align="right"><a href="#top">Up</a></div>
137 <hr />
138 </body></html>

eric ide

mercurial