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

branch
eric7
changeset 10479
856476537696
parent 10259
b51dfacef37f
child 10684
58c7f23ae1cb
equal deleted inserted replaced
10478:de9106c55c3d 10479:856476537696
5 <link rel="stylesheet" href="styles.css"> 5 <link rel="stylesheet" href="styles.css">
6 </head> 6 </head>
7 <body> 7 <body>
8 <a NAME="top" ID="top"></a> 8 <a NAME="top" ID="top"></a>
9 <h1>eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage</h1> 9 <h1>eric7.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage</h1>
10
11 <p> 10 <p>
12 Module implementing the Web Browser Spell Checking configuration page. 11 Module implementing the Web Browser Spell Checking configuration page.
13 </p> 12 </p>
13
14 <h3>Global Attributes</h3> 14 <h3>Global Attributes</h3>
15
16 <table> 15 <table>
17 <tr><td>None</td></tr> 16 <tr><td>None</td></tr>
18 </table> 17 </table>
18
19 <h3>Classes</h3> 19 <h3>Classes</h3>
20
21 <table> 20 <table>
22
23 <tr> 21 <tr>
24 <td><a href="#WebBrowserSpellCheckingPage">WebBrowserSpellCheckingPage</a></td> 22 <td><a href="#WebBrowserSpellCheckingPage">WebBrowserSpellCheckingPage</a></td>
25 <td>Class implementing the Web Browser Spell Checking page.</td> 23 <td>Class implementing the Web Browser Spell Checking page.</td>
26 </tr> 24 </tr>
27 </table> 25 </table>
26
28 <h3>Functions</h3> 27 <h3>Functions</h3>
29
30 <table> 28 <table>
31
32 <tr> 29 <tr>
33 <td><a href="#create">create</a></td> 30 <td><a href="#create">create</a></td>
34 <td>Module function to create the configuration page.</td> 31 <td>Module function to create the configuration page.</td>
35 </tr> 32 </tr>
36 </table> 33 </table>
34
37 <hr /> 35 <hr />
38 <hr /> 36 <hr />
39 <a NAME="WebBrowserSpellCheckingPage" ID="WebBrowserSpellCheckingPage"></a> 37 <a NAME="WebBrowserSpellCheckingPage" ID="WebBrowserSpellCheckingPage"></a>
40 <h2>WebBrowserSpellCheckingPage</h2> 38 <h2>WebBrowserSpellCheckingPage</h2>
41
42 <p> 39 <p>
43 Class implementing the Web Browser Spell Checking page. 40 Class implementing the Web Browser Spell Checking page.
44 </p> 41 </p>
42
45 <h3>Derived from</h3> 43 <h3>Derived from</h3>
46 ConfigurationPageBase, Ui_WebBrowserSpellCheckingPage 44 ConfigurationPageBase, Ui_WebBrowserSpellCheckingPage
47 <h3>Class Attributes</h3> 45 <h3>Class Attributes</h3>
48
49 <table> 46 <table>
50 <tr><td>None</td></tr> 47 <tr><td>None</td></tr>
51 </table> 48 </table>
49
52 <h3>Class Methods</h3> 50 <h3>Class Methods</h3>
53
54 <table> 51 <table>
55 <tr><td>None</td></tr> 52 <tr><td>None</td></tr>
56 </table> 53 </table>
54
57 <h3>Methods</h3> 55 <h3>Methods</h3>
58
59 <table> 56 <table>
60
61 <tr> 57 <tr>
62 <td><a href="#WebBrowserSpellCheckingPage.__init__">WebBrowserSpellCheckingPage</a></td> 58 <td><a href="#WebBrowserSpellCheckingPage.__init__">WebBrowserSpellCheckingPage</a></td>
63 <td>Constructor</td> 59 <td>Constructor</td>
64 </tr> 60 </tr>
65 <tr> 61 <tr>
81 <tr> 77 <tr>
82 <td><a href="#WebBrowserSpellCheckingPage.save">save</a></td> 78 <td><a href="#WebBrowserSpellCheckingPage.save">save</a></td>
83 <td>Public slot to save the Help Viewers configuration.</td> 79 <td>Public slot to save the Help Viewers configuration.</td>
84 </tr> 80 </tr>
85 </table> 81 </table>
82
86 <h3>Static Methods</h3> 83 <h3>Static Methods</h3>
87
88 <table> 84 <table>
89 <tr><td>None</td></tr> 85 <tr><td>None</td></tr>
90 </table> 86 </table>
91 87
88
92 <a NAME="WebBrowserSpellCheckingPage.__init__" ID="WebBrowserSpellCheckingPage.__init__"></a> 89 <a NAME="WebBrowserSpellCheckingPage.__init__" ID="WebBrowserSpellCheckingPage.__init__"></a>
93 <h4>WebBrowserSpellCheckingPage (Constructor)</h4> 90 <h4>WebBrowserSpellCheckingPage (Constructor)</h4>
94 <b>WebBrowserSpellCheckingPage</b>(<i></i>) 91 <b>WebBrowserSpellCheckingPage</b>(<i></i>)
95
96 <p> 92 <p>
97 Constructor 93 Constructor
98 </p> 94 </p>
95
99 <a NAME="WebBrowserSpellCheckingPage.__createLanguageString" ID="WebBrowserSpellCheckingPage.__createLanguageString"></a> 96 <a NAME="WebBrowserSpellCheckingPage.__createLanguageString" ID="WebBrowserSpellCheckingPage.__createLanguageString"></a>
100 <h4>WebBrowserSpellCheckingPage.__createLanguageString</h4> 97 <h4>WebBrowserSpellCheckingPage.__createLanguageString</h4>
101 <b>__createLanguageString</b>(<i>language</i>) 98 <b>__createLanguageString</b>(<i>language</i>)
102
103 <p> 99 <p>
104 Private method to create a language string given a language identifier. 100 Private method to create a language string given a language identifier.
105 </p> 101 </p>
102
106 <dl> 103 <dl>
107 104
108 <dt><i>language</i> (str)</dt> 105 <dt><i>language</i> (str)</dt>
109 <dd> 106 <dd>
110 language identifier 107 language identifier
123 </dd> 120 </dd>
124 </dl> 121 </dl>
125 <a NAME="WebBrowserSpellCheckingPage.__populateDictionariesList" ID="WebBrowserSpellCheckingPage.__populateDictionariesList"></a> 122 <a NAME="WebBrowserSpellCheckingPage.__populateDictionariesList" ID="WebBrowserSpellCheckingPage.__populateDictionariesList"></a>
126 <h4>WebBrowserSpellCheckingPage.__populateDictionariesList</h4> 123 <h4>WebBrowserSpellCheckingPage.__populateDictionariesList</h4>
127 <b>__populateDictionariesList</b>(<i></i>) 124 <b>__populateDictionariesList</b>(<i></i>)
128
129 <p> 125 <p>
130 Private method to populate the spell checking dictionaries list. 126 Private method to populate the spell checking dictionaries list.
131 </p> 127 </p>
128
132 <a NAME="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked" ID="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked"></a> 129 <a NAME="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked" ID="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked"></a>
133 <h4>WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked</h4> 130 <h4>WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked</h4>
134 <b>on_manageDictionariesButton_clicked</b>(<i></i>) 131 <b>on_manageDictionariesButton_clicked</b>(<i></i>)
135
136 <p> 132 <p>
137 Private slot to manage spell checking dictionaries. 133 Private slot to manage spell checking dictionaries.
138 </p> 134 </p>
135
139 <a NAME="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked" ID="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked"></a> 136 <a NAME="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked" ID="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked"></a>
140 <h4>WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked</h4> 137 <h4>WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked</h4>
141 <b>on_spellCheckEnabledCheckBox_clicked</b>(<i></i>) 138 <b>on_spellCheckEnabledCheckBox_clicked</b>(<i></i>)
142
143 <p> 139 <p>
144 Private slot handling a change of the spell checking enabled state. 140 Private slot handling a change of the spell checking enabled state.
145 </p> 141 </p>
142
146 <a NAME="WebBrowserSpellCheckingPage.save" ID="WebBrowserSpellCheckingPage.save"></a> 143 <a NAME="WebBrowserSpellCheckingPage.save" ID="WebBrowserSpellCheckingPage.save"></a>
147 <h4>WebBrowserSpellCheckingPage.save</h4> 144 <h4>WebBrowserSpellCheckingPage.save</h4>
148 <b>save</b>(<i></i>) 145 <b>save</b>(<i></i>)
149
150 <p> 146 <p>
151 Public slot to save the Help Viewers configuration. 147 Public slot to save the Help Viewers configuration.
152 </p> 148 </p>
149
153 <div align="right"><a href="#top">Up</a></div> 150 <div align="right"><a href="#top">Up</a></div>
154 <hr /> 151 <hr />
155 <hr /> 152 <hr />
156 <a NAME="create" ID="create"></a> 153 <a NAME="create" ID="create"></a>
157 <h2>create</h2> 154 <h2>create</h2>
158 <b>create</b>(<i>dlg</i>) 155 <b>create</b>(<i>dlg</i>)
159
160 <p> 156 <p>
161 Module function to create the configuration page. 157 Module function to create the configuration page.
162 </p> 158 </p>
159
163 <dl> 160 <dl>
164 161
165 <dt><i>dlg</i> (Configuration)</dt> 162 <dt><i>dlg</i> (Configuration)</dt>
166 <dd> 163 <dd>
167 reference to the configuration dialog 164 reference to the configuration dialog

eric ide

mercurial