eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage.html

changeset 6942
2602857055c5
parent 5871
6dccd8542cd1
child 7273
391d6b7b1eff
equal deleted inserted replaced
6941:f99d60d6b59b 6942:2602857055c5
1 <!DOCTYPE html>
2 <html><head>
3 <title>eric6.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><a NAME="top" ID="top"></a>
22 <h1>eric6.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage</h1>
23 <p>
24 Module implementing the Web Browser Spell Checking configuration page.
25 </p>
26 <h3>Global Attributes</h3>
27 <table>
28 <tr><td>None</td></tr>
29 </table>
30 <h3>Classes</h3>
31 <table>
32 <tr>
33 <td><a href="#WebBrowserSpellCheckingPage">WebBrowserSpellCheckingPage</a></td>
34 <td>Class implementing the Web Browser Spell Checking page.</td>
35 </tr>
36 </table>
37 <h3>Functions</h3>
38 <table>
39 <tr>
40 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td>
42 </tr>
43 </table>
44 <hr /><hr />
45 <a NAME="WebBrowserSpellCheckingPage" ID="WebBrowserSpellCheckingPage"></a>
46 <h2>WebBrowserSpellCheckingPage</h2>
47 <p>
48 Class implementing the Web Browser Spell Checking page.
49 </p>
50 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_WebBrowserSpellCheckingPage
52 <h3>Class Attributes</h3>
53 <table>
54 <tr><td>None</td></tr>
55 </table>
56 <h3>Class Methods</h3>
57 <table>
58 <tr><td>None</td></tr>
59 </table>
60 <h3>Methods</h3>
61 <table>
62 <tr>
63 <td><a href="#WebBrowserSpellCheckingPage.__init__">WebBrowserSpellCheckingPage</a></td>
64 <td>Constructor</td>
65 </tr><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><tr>
69 <td><a href="#WebBrowserSpellCheckingPage.__populateDictionariesList">__populateDictionariesList</a></td>
70 <td>Private method to populate the spell checking dictionaries list.</td>
71 </tr><tr>
72 <td><a href="#WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked">on_manageDictionariesButton_clicked</a></td>
73 <td>Private slot to manage spell checking dictionaries.</td>
74 </tr><tr>
75 <td><a href="#WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked">on_spellCheckEnabledCheckBox_clicked</a></td>
76 <td>Private slot handling a change of the spell checking enabled state.</td>
77 </tr><tr>
78 <td><a href="#WebBrowserSpellCheckingPage.save">save</a></td>
79 <td>Public slot to save the Help Viewers configuration.</td>
80 </tr>
81 </table>
82 <h3>Static Methods</h3>
83 <table>
84 <tr><td>None</td></tr>
85 </table>
86 <a NAME="WebBrowserSpellCheckingPage.__init__" ID="WebBrowserSpellCheckingPage.__init__"></a>
87 <h4>WebBrowserSpellCheckingPage (Constructor)</h4>
88 <b>WebBrowserSpellCheckingPage</b>(<i></i>)
89 <p>
90 Constructor
91 </p><a NAME="WebBrowserSpellCheckingPage.__createLanguageString" ID="WebBrowserSpellCheckingPage.__createLanguageString"></a>
92 <h4>WebBrowserSpellCheckingPage.__createLanguageString</h4>
93 <b>__createLanguageString</b>(<i>language</i>)
94 <p>
95 Private method to create a language string given a language identifier.
96 </p><dl>
97 <dt><i>language</i> (str)</dt>
98 <dd>
99 language identifier
100 </dd>
101 </dl><dl>
102 <dt>Returns:</dt>
103 <dd>
104 language string
105 </dd>
106 </dl><dl>
107 <dt>Return Type:</dt>
108 <dd>
109 str
110 </dd>
111 </dl><a NAME="WebBrowserSpellCheckingPage.__populateDictionariesList" ID="WebBrowserSpellCheckingPage.__populateDictionariesList"></a>
112 <h4>WebBrowserSpellCheckingPage.__populateDictionariesList</h4>
113 <b>__populateDictionariesList</b>(<i></i>)
114 <p>
115 Private method to populate the spell checking dictionaries list.
116 </p><a NAME="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked" ID="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked"></a>
117 <h4>WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked</h4>
118 <b>on_manageDictionariesButton_clicked</b>(<i></i>)
119 <p>
120 Private slot to manage spell checking dictionaries.
121 </p><a NAME="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked" ID="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked"></a>
122 <h4>WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked</h4>
123 <b>on_spellCheckEnabledCheckBox_clicked</b>(<i></i>)
124 <p>
125 Private slot handling a change of the spell checking enabled state.
126 </p><a NAME="WebBrowserSpellCheckingPage.save" ID="WebBrowserSpellCheckingPage.save"></a>
127 <h4>WebBrowserSpellCheckingPage.save</h4>
128 <b>save</b>(<i></i>)
129 <p>
130 Public slot to save the Help Viewers configuration.
131 </p>
132 <div align="right"><a href="#top">Up</a></div>
133 <hr /><hr />
134 <a NAME="create" ID="create"></a>
135 <h2>create</h2>
136 <b>create</b>(<i>dlg</i>)
137 <p>
138 Module function to create the configuration page.
139 </p><dl>
140 <dt><i>dlg</i> (Configuration)</dt>
141 <dd>
142 reference to the configuration dialog
143 </dd>
144 </dl><dl>
145 <dt>Returns:</dt>
146 <dd>
147 reference to the instantiated page
148 </dd>
149 </dl><dl>
150 <dt>Return Type:</dt>
151 <dd>
152 ConfigurationPageBase
153 </dd>
154 </dl>
155 <div align="right"><a href="#top">Up</a></div>
156 <hr />
157 </body></html>

eric ide

mercurial