|
1 <!DOCTYPE html> |
|
2 <html><head> |
|
3 <title>eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage</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.WebBrowserSpellCheckingPage</h1> |
|
10 |
|
11 <p> |
|
12 Module implementing the Web Browser Spell Checking configuration page. |
|
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="#WebBrowserSpellCheckingPage">WebBrowserSpellCheckingPage</a></td> |
|
25 <td>Class implementing the Web Browser Spell Checking page.</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="WebBrowserSpellCheckingPage" ID="WebBrowserSpellCheckingPage"></a> |
|
40 <h2>WebBrowserSpellCheckingPage</h2> |
|
41 |
|
42 <p> |
|
43 Class implementing the Web Browser Spell Checking page. |
|
44 </p> |
|
45 <h3>Derived from</h3> |
|
46 ConfigurationPageBase, Ui_WebBrowserSpellCheckingPage |
|
47 <h3>Class Attributes</h3> |
|
48 |
|
49 <table> |
|
50 <tr><td>None</td></tr> |
|
51 </table> |
|
52 <h3>Class Methods</h3> |
|
53 |
|
54 <table> |
|
55 <tr><td>None</td></tr> |
|
56 </table> |
|
57 <h3>Methods</h3> |
|
58 |
|
59 <table> |
|
60 |
|
61 <tr> |
|
62 <td><a href="#WebBrowserSpellCheckingPage.__init__">WebBrowserSpellCheckingPage</a></td> |
|
63 <td>Constructor</td> |
|
64 </tr> |
|
65 <tr> |
|
66 <td><a href="#WebBrowserSpellCheckingPage.__createLanguageString">__createLanguageString</a></td> |
|
67 <td>Private method to create a language string given a language identifier.</td> |
|
68 </tr> |
|
69 <tr> |
|
70 <td><a href="#WebBrowserSpellCheckingPage.__populateDictionariesList">__populateDictionariesList</a></td> |
|
71 <td>Private method to populate the spell checking dictionaries list.</td> |
|
72 </tr> |
|
73 <tr> |
|
74 <td><a href="#WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked">on_manageDictionariesButton_clicked</a></td> |
|
75 <td>Private slot to manage spell checking dictionaries.</td> |
|
76 </tr> |
|
77 <tr> |
|
78 <td><a href="#WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked">on_spellCheckEnabledCheckBox_clicked</a></td> |
|
79 <td>Private slot handling a change of the spell checking enabled state.</td> |
|
80 </tr> |
|
81 <tr> |
|
82 <td><a href="#WebBrowserSpellCheckingPage.save">save</a></td> |
|
83 <td>Public slot to save the Help Viewers configuration.</td> |
|
84 </tr> |
|
85 </table> |
|
86 <h3>Static Methods</h3> |
|
87 |
|
88 <table> |
|
89 <tr><td>None</td></tr> |
|
90 </table> |
|
91 |
|
92 <a NAME="WebBrowserSpellCheckingPage.__init__" ID="WebBrowserSpellCheckingPage.__init__"></a> |
|
93 <h4>WebBrowserSpellCheckingPage (Constructor)</h4> |
|
94 <b>WebBrowserSpellCheckingPage</b>(<i></i>) |
|
95 |
|
96 <p> |
|
97 Constructor |
|
98 </p> |
|
99 <a NAME="WebBrowserSpellCheckingPage.__createLanguageString" ID="WebBrowserSpellCheckingPage.__createLanguageString"></a> |
|
100 <h4>WebBrowserSpellCheckingPage.__createLanguageString</h4> |
|
101 <b>__createLanguageString</b>(<i>language</i>) |
|
102 |
|
103 <p> |
|
104 Private method to create a language string given a language identifier. |
|
105 </p> |
|
106 <dl> |
|
107 |
|
108 <dt><i>language</i> (str)</dt> |
|
109 <dd> |
|
110 language identifier |
|
111 </dd> |
|
112 </dl> |
|
113 <dl> |
|
114 <dt>Return:</dt> |
|
115 <dd> |
|
116 language string |
|
117 </dd> |
|
118 </dl> |
|
119 <dl> |
|
120 <dt>Return Type:</dt> |
|
121 <dd> |
|
122 str |
|
123 </dd> |
|
124 </dl> |
|
125 <a NAME="WebBrowserSpellCheckingPage.__populateDictionariesList" ID="WebBrowserSpellCheckingPage.__populateDictionariesList"></a> |
|
126 <h4>WebBrowserSpellCheckingPage.__populateDictionariesList</h4> |
|
127 <b>__populateDictionariesList</b>(<i></i>) |
|
128 |
|
129 <p> |
|
130 Private method to populate the spell checking dictionaries list. |
|
131 </p> |
|
132 <a NAME="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked" ID="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked"></a> |
|
133 <h4>WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked</h4> |
|
134 <b>on_manageDictionariesButton_clicked</b>(<i></i>) |
|
135 |
|
136 <p> |
|
137 Private slot to manage spell checking dictionaries. |
|
138 </p> |
|
139 <a NAME="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked" ID="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked"></a> |
|
140 <h4>WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked</h4> |
|
141 <b>on_spellCheckEnabledCheckBox_clicked</b>(<i></i>) |
|
142 |
|
143 <p> |
|
144 Private slot handling a change of the spell checking enabled state. |
|
145 </p> |
|
146 <a NAME="WebBrowserSpellCheckingPage.save" ID="WebBrowserSpellCheckingPage.save"></a> |
|
147 <h4>WebBrowserSpellCheckingPage.save</h4> |
|
148 <b>save</b>(<i></i>) |
|
149 |
|
150 <p> |
|
151 Public slot to save the Help Viewers configuration. |
|
152 </p> |
|
153 <div align="right"><a href="#top">Up</a></div> |
|
154 <hr /> |
|
155 <hr /> |
|
156 <a NAME="create" ID="create"></a> |
|
157 <h2>create</h2> |
|
158 <b>create</b>(<i>dlg</i>) |
|
159 |
|
160 <p> |
|
161 Module function to create the configuration page. |
|
162 </p> |
|
163 <dl> |
|
164 |
|
165 <dt><i>dlg</i> (Configuration)</dt> |
|
166 <dd> |
|
167 reference to the configuration dialog |
|
168 </dd> |
|
169 </dl> |
|
170 <dl> |
|
171 <dt>Return:</dt> |
|
172 <dd> |
|
173 reference to the instantiated page |
|
174 </dd> |
|
175 </dl> |
|
176 <dl> |
|
177 <dt>Return Type:</dt> |
|
178 <dd> |
|
179 ConfigurationPageBase |
|
180 </dd> |
|
181 </dl> |
|
182 <div align="right"><a href="#top">Up</a></div> |
|
183 <hr /> |
|
184 </body></html> |