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

changeset 7273
391d6b7b1eff
parent 6942
2602857055c5
child 7989
a21d673a8f99
equal deleted inserted replaced
7272:1779dc278077 7273:391d6b7b1eff
16 16
17 a { color: #BA6D36; } 17 a { color: #BA6D36; }
18 18
19 </style> 19 </style>
20 </head> 20 </head>
21 <body><a NAME="top" ID="top"></a> 21 <body>
22 <a NAME="top" ID="top"></a>
22 <h1>eric6.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage</h1> 23 <h1>eric6.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage</h1>
24
23 <p> 25 <p>
24 Module implementing the Web Browser Spell Checking configuration page. 26 Module implementing the Web Browser Spell Checking configuration page.
25 </p> 27 </p>
26 <h3>Global Attributes</h3> 28 <h3>Global Attributes</h3>
29
27 <table> 30 <table>
28 <tr><td>None</td></tr> 31 <tr><td>None</td></tr>
29 </table> 32 </table>
30 <h3>Classes</h3> 33 <h3>Classes</h3>
34
31 <table> 35 <table>
36
32 <tr> 37 <tr>
33 <td><a href="#WebBrowserSpellCheckingPage">WebBrowserSpellCheckingPage</a></td> 38 <td><a href="#WebBrowserSpellCheckingPage">WebBrowserSpellCheckingPage</a></td>
34 <td>Class implementing the Web Browser Spell Checking page.</td> 39 <td>Class implementing the Web Browser Spell Checking page.</td>
35 </tr> 40 </tr>
36 </table> 41 </table>
37 <h3>Functions</h3> 42 <h3>Functions</h3>
43
38 <table> 44 <table>
45
39 <tr> 46 <tr>
40 <td><a href="#create">create</a></td> 47 <td><a href="#create">create</a></td>
41 <td>Module function to create the configuration page.</td> 48 <td>Module function to create the configuration page.</td>
42 </tr> 49 </tr>
43 </table> 50 </table>
44 <hr /><hr /> 51 <hr />
52 <hr />
45 <a NAME="WebBrowserSpellCheckingPage" ID="WebBrowserSpellCheckingPage"></a> 53 <a NAME="WebBrowserSpellCheckingPage" ID="WebBrowserSpellCheckingPage"></a>
46 <h2>WebBrowserSpellCheckingPage</h2> 54 <h2>WebBrowserSpellCheckingPage</h2>
55
47 <p> 56 <p>
48 Class implementing the Web Browser Spell Checking page. 57 Class implementing the Web Browser Spell Checking page.
49 </p> 58 </p>
50 <h3>Derived from</h3> 59 <h3>Derived from</h3>
51 ConfigurationPageBase, Ui_WebBrowserSpellCheckingPage 60 ConfigurationPageBase, Ui_WebBrowserSpellCheckingPage
52 <h3>Class Attributes</h3> 61 <h3>Class Attributes</h3>
62
53 <table> 63 <table>
54 <tr><td>None</td></tr> 64 <tr><td>None</td></tr>
55 </table> 65 </table>
56 <h3>Class Methods</h3> 66 <h3>Class Methods</h3>
67
57 <table> 68 <table>
58 <tr><td>None</td></tr> 69 <tr><td>None</td></tr>
59 </table> 70 </table>
60 <h3>Methods</h3> 71 <h3>Methods</h3>
72
61 <table> 73 <table>
74
62 <tr> 75 <tr>
63 <td><a href="#WebBrowserSpellCheckingPage.__init__">WebBrowserSpellCheckingPage</a></td> 76 <td><a href="#WebBrowserSpellCheckingPage.__init__">WebBrowserSpellCheckingPage</a></td>
64 <td>Constructor</td> 77 <td>Constructor</td>
65 </tr><tr> 78 </tr>
79 <tr>
66 <td><a href="#WebBrowserSpellCheckingPage.__createLanguageString">__createLanguageString</a></td> 80 <td><a href="#WebBrowserSpellCheckingPage.__createLanguageString">__createLanguageString</a></td>
67 <td>Private method to create a language string given a language identifier.</td> 81 <td>Private method to create a language string given a language identifier.</td>
68 </tr><tr> 82 </tr>
83 <tr>
69 <td><a href="#WebBrowserSpellCheckingPage.__populateDictionariesList">__populateDictionariesList</a></td> 84 <td><a href="#WebBrowserSpellCheckingPage.__populateDictionariesList">__populateDictionariesList</a></td>
70 <td>Private method to populate the spell checking dictionaries list.</td> 85 <td>Private method to populate the spell checking dictionaries list.</td>
71 </tr><tr> 86 </tr>
87 <tr>
72 <td><a href="#WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked">on_manageDictionariesButton_clicked</a></td> 88 <td><a href="#WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked">on_manageDictionariesButton_clicked</a></td>
73 <td>Private slot to manage spell checking dictionaries.</td> 89 <td>Private slot to manage spell checking dictionaries.</td>
74 </tr><tr> 90 </tr>
91 <tr>
75 <td><a href="#WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked">on_spellCheckEnabledCheckBox_clicked</a></td> 92 <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> 93 <td>Private slot handling a change of the spell checking enabled state.</td>
77 </tr><tr> 94 </tr>
95 <tr>
78 <td><a href="#WebBrowserSpellCheckingPage.save">save</a></td> 96 <td><a href="#WebBrowserSpellCheckingPage.save">save</a></td>
79 <td>Public slot to save the Help Viewers configuration.</td> 97 <td>Public slot to save the Help Viewers configuration.</td>
80 </tr> 98 </tr>
81 </table> 99 </table>
82 <h3>Static Methods</h3> 100 <h3>Static Methods</h3>
101
83 <table> 102 <table>
84 <tr><td>None</td></tr> 103 <tr><td>None</td></tr>
85 </table> 104 </table>
105
86 <a NAME="WebBrowserSpellCheckingPage.__init__" ID="WebBrowserSpellCheckingPage.__init__"></a> 106 <a NAME="WebBrowserSpellCheckingPage.__init__" ID="WebBrowserSpellCheckingPage.__init__"></a>
87 <h4>WebBrowserSpellCheckingPage (Constructor)</h4> 107 <h4>WebBrowserSpellCheckingPage (Constructor)</h4>
88 <b>WebBrowserSpellCheckingPage</b>(<i></i>) 108 <b>WebBrowserSpellCheckingPage</b>(<i></i>)
109
89 <p> 110 <p>
90 Constructor 111 Constructor
91 </p><a NAME="WebBrowserSpellCheckingPage.__createLanguageString" ID="WebBrowserSpellCheckingPage.__createLanguageString"></a> 112 </p>
113 <a NAME="WebBrowserSpellCheckingPage.__createLanguageString" ID="WebBrowserSpellCheckingPage.__createLanguageString"></a>
92 <h4>WebBrowserSpellCheckingPage.__createLanguageString</h4> 114 <h4>WebBrowserSpellCheckingPage.__createLanguageString</h4>
93 <b>__createLanguageString</b>(<i>language</i>) 115 <b>__createLanguageString</b>(<i>language</i>)
116
94 <p> 117 <p>
95 Private method to create a language string given a language identifier. 118 Private method to create a language string given a language identifier.
96 </p><dl> 119 </p>
120 <dl>
121
97 <dt><i>language</i> (str)</dt> 122 <dt><i>language</i> (str)</dt>
98 <dd> 123 <dd>
99 language identifier 124 language identifier
100 </dd> 125 </dd>
101 </dl><dl> 126 </dl>
127 <dl>
102 <dt>Returns:</dt> 128 <dt>Returns:</dt>
103 <dd> 129 <dd>
104 language string 130 language string
105 </dd> 131 </dd>
106 </dl><dl> 132 </dl>
133 <dl>
107 <dt>Return Type:</dt> 134 <dt>Return Type:</dt>
108 <dd> 135 <dd>
109 str 136 str
110 </dd> 137 </dd>
111 </dl><a NAME="WebBrowserSpellCheckingPage.__populateDictionariesList" ID="WebBrowserSpellCheckingPage.__populateDictionariesList"></a> 138 </dl>
139 <a NAME="WebBrowserSpellCheckingPage.__populateDictionariesList" ID="WebBrowserSpellCheckingPage.__populateDictionariesList"></a>
112 <h4>WebBrowserSpellCheckingPage.__populateDictionariesList</h4> 140 <h4>WebBrowserSpellCheckingPage.__populateDictionariesList</h4>
113 <b>__populateDictionariesList</b>(<i></i>) 141 <b>__populateDictionariesList</b>(<i></i>)
142
114 <p> 143 <p>
115 Private method to populate the spell checking dictionaries list. 144 Private method to populate the spell checking dictionaries list.
116 </p><a NAME="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked" ID="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked"></a> 145 </p>
146 <a NAME="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked" ID="WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked"></a>
117 <h4>WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked</h4> 147 <h4>WebBrowserSpellCheckingPage.on_manageDictionariesButton_clicked</h4>
118 <b>on_manageDictionariesButton_clicked</b>(<i></i>) 148 <b>on_manageDictionariesButton_clicked</b>(<i></i>)
149
119 <p> 150 <p>
120 Private slot to manage spell checking dictionaries. 151 Private slot to manage spell checking dictionaries.
121 </p><a NAME="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked" ID="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked"></a> 152 </p>
153 <a NAME="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked" ID="WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked"></a>
122 <h4>WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked</h4> 154 <h4>WebBrowserSpellCheckingPage.on_spellCheckEnabledCheckBox_clicked</h4>
123 <b>on_spellCheckEnabledCheckBox_clicked</b>(<i></i>) 155 <b>on_spellCheckEnabledCheckBox_clicked</b>(<i></i>)
156
124 <p> 157 <p>
125 Private slot handling a change of the spell checking enabled state. 158 Private slot handling a change of the spell checking enabled state.
126 </p><a NAME="WebBrowserSpellCheckingPage.save" ID="WebBrowserSpellCheckingPage.save"></a> 159 </p>
160 <a NAME="WebBrowserSpellCheckingPage.save" ID="WebBrowserSpellCheckingPage.save"></a>
127 <h4>WebBrowserSpellCheckingPage.save</h4> 161 <h4>WebBrowserSpellCheckingPage.save</h4>
128 <b>save</b>(<i></i>) 162 <b>save</b>(<i></i>)
163
129 <p> 164 <p>
130 Public slot to save the Help Viewers configuration. 165 Public slot to save the Help Viewers configuration.
131 </p> 166 </p>
132 <div align="right"><a href="#top">Up</a></div> 167 <div align="right"><a href="#top">Up</a></div>
133 <hr /><hr /> 168 <hr />
169 <hr />
134 <a NAME="create" ID="create"></a> 170 <a NAME="create" ID="create"></a>
135 <h2>create</h2> 171 <h2>create</h2>
136 <b>create</b>(<i>dlg</i>) 172 <b>create</b>(<i>dlg</i>)
173
137 <p> 174 <p>
138 Module function to create the configuration page. 175 Module function to create the configuration page.
139 </p><dl> 176 </p>
177 <dl>
178
140 <dt><i>dlg</i> (Configuration)</dt> 179 <dt><i>dlg</i> (Configuration)</dt>
141 <dd> 180 <dd>
142 reference to the configuration dialog 181 reference to the configuration dialog
143 </dd> 182 </dd>
144 </dl><dl> 183 </dl>
184 <dl>
145 <dt>Returns:</dt> 185 <dt>Returns:</dt>
146 <dd> 186 <dd>
147 reference to the instantiated page 187 reference to the instantiated page
148 </dd> 188 </dd>
149 </dl><dl> 189 </dl>
190 <dl>
150 <dt>Return Type:</dt> 191 <dt>Return Type:</dt>
151 <dd> 192 <dd>
152 ConfigurationPageBase 193 ConfigurationPageBase
153 </dd> 194 </dd>
154 </dl> 195 </dl>

eric ide

mercurial