|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage</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.WebBrowserSpellCheckingPage</h1> |
|
24 |
|
25 <p> |
|
26 Module implementing the Web Browser Spell Checking 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="#WebBrowserSpellCheckingPage">WebBrowserSpellCheckingPage</a></td> |
|
39 <td>Class implementing the Web Browser Spell Checking 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="WebBrowserSpellCheckingPage" ID="WebBrowserSpellCheckingPage"></a> |
|
54 <h2>WebBrowserSpellCheckingPage</h2> |
|
55 |
|
56 <p> |
|
57 Class implementing the Web Browser Spell Checking page. |
|
58 </p> |
|
59 <h3>Derived from</h3> |
|
60 ConfigurationPageBase, Ui_WebBrowserSpellCheckingPage |
|
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="#WebBrowserSpellCheckingPage.__init__">WebBrowserSpellCheckingPage</a></td> |
|
77 <td>Constructor</td> |
|
78 </tr> |
|
79 <tr> |
|
80 <td><a href="#WebBrowserSpellCheckingPage.__createLanguageString">__createLanguageString</a></td> |
|
81 <td>Private method to create a language string given a language identifier.</td> |
|
82 </tr> |
|
83 <tr> |
|
84 <td><a href="#WebBrowserSpellCheckingPage.__populateDictionariesList">__populateDictionariesList</a></td> |
|
85 <td>Private method to populate the spell checking dictionaries list.</td> |
|
86 </tr> |
|
87 <tr> |
|
88 <td><a href="#WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked">on_manageDictionariesButton_clicked</a></td> |
|
89 <td>Private slot to manage spell checking dictionaries.</td> |
|
90 </tr> |
|
91 <tr> |
|
92 <td><a href="#WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked">on_spellCheckEnabledCheckBox_clicked</a></td> |
|
93 <td>Private slot handling a change of the spell checking enabled state.</td> |
|
94 </tr> |
|
95 <tr> |
|
96 <td><a href="#WebBrowserSpellCheckingPage.save">save</a></td> |
|
97 <td>Public slot to save the Help Viewers 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="WebBrowserSpellCheckingPage.__init__" ID="WebBrowserSpellCheckingPage.__init__"></a> |
|
107 <h4>WebBrowserSpellCheckingPage (Constructor)</h4> |
|
108 <b>WebBrowserSpellCheckingPage</b>(<i></i>) |
|
109 |
|
110 <p> |
|
111 Constructor |
|
112 </p> |
|
113 <a NAME="WebBrowserSpellCheckingPage.__createLanguageString" ID="WebBrowserSpellCheckingPage.__createLanguageString"></a> |
|
114 <h4>WebBrowserSpellCheckingPage.__createLanguageString</h4> |
|
115 <b>__createLanguageString</b>(<i>language</i>) |
|
116 |
|
117 <p> |
|
118 Private method to create a language string given a language identifier. |
|
119 </p> |
|
120 <dl> |
|
121 |
|
122 <dt><i>language</i> (str)</dt> |
|
123 <dd> |
|
124 language identifier |
|
125 </dd> |
|
126 </dl> |
|
127 <dl> |
|
128 <dt>Return:</dt> |
|
129 <dd> |
|
130 language string |
|
131 </dd> |
|
132 </dl> |
|
133 <dl> |
|
134 <dt>Return Type:</dt> |
|
135 <dd> |
|
136 str |
|
137 </dd> |
|
138 </dl> |
|
139 <a NAME="WebBrowserSpellCheckingPage.__populateDictionariesList" ID="WebBrowserSpellCheckingPage.__populateDictionariesList"></a> |
|
140 <h4>WebBrowserSpellCheckingPage.__populateDictionariesList</h4> |
|
141 <b>__populateDictionariesList</b>(<i></i>) |
|
142 |
|
143 <p> |
|
144 Private method to populate the spell checking dictionaries list. |
|
145 </p> |
|
146 <a NAME="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked" ID="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked"></a> |
|
147 <h4>WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked</h4> |
|
148 <b>on_manageDictionariesButton_clicked</b>(<i></i>) |
|
149 |
|
150 <p> |
|
151 Private slot to manage spell checking dictionaries. |
|
152 </p> |
|
153 <a NAME="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked" ID="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked"></a> |
|
154 <h4>WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked</h4> |
|
155 <b>on_spellCheckEnabledCheckBox_clicked</b>(<i></i>) |
|
156 |
|
157 <p> |
|
158 Private slot handling a change of the spell checking enabled state. |
|
159 </p> |
|
160 <a NAME="WebBrowserSpellCheckingPage.save" ID="WebBrowserSpellCheckingPage.save"></a> |
|
161 <h4>WebBrowserSpellCheckingPage.save</h4> |
|
162 <b>save</b>(<i></i>) |
|
163 |
|
164 <p> |
|
165 Public slot to save the Help Viewers configuration. |
|
166 </p> |
|
167 <div align="right"><a href="#top">Up</a></div> |
|
168 <hr /> |
|
169 <hr /> |
|
170 <a NAME="create" ID="create"></a> |
|
171 <h2>create</h2> |
|
172 <b>create</b>(<i>dlg</i>) |
|
173 |
|
174 <p> |
|
175 Module function to create the configuration page. |
|
176 </p> |
|
177 <dl> |
|
178 |
|
179 <dt><i>dlg</i> (Configuration)</dt> |
|
180 <dd> |
|
181 reference to the configuration dialog |
|
182 </dd> |
|
183 </dl> |
|
184 <dl> |
|
185 <dt>Return:</dt> |
|
186 <dd> |
|
187 reference to the instantiated page |
|
188 </dd> |
|
189 </dl> |
|
190 <dl> |
|
191 <dt>Return Type:</dt> |
|
192 <dd> |
|
193 ConfigurationPageBase |
|
194 </dd> |
|
195 </dl> |
|
196 <div align="right"><a href="#top">Up</a></div> |
|
197 <hr /> |
|
198 </body></html> |