68 </table> |
68 </table> |
69 <h3>Methods</h3> |
69 <h3>Methods</h3> |
70 <table> |
70 <table> |
71 <tr> |
71 <tr> |
72 <td><a href="#ConfigurationDialog.__init__">ConfigurationDialog</a></td> |
72 <td><a href="#ConfigurationDialog.__init__">ConfigurationDialog</a></td> |
73 <td>Constructor</td> |
73 <td>Constructor</td> |
74 </tr><tr> |
74 </tr><tr> |
75 <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td> |
75 <td><a href="#ConfigurationDialog.__preferencesChanged">__preferencesChanged</a></td> |
76 <td>Private slot to handle a change of the preferences.</td> |
76 <td>Private slot to handle a change of the preferences.</td> |
77 </tr><tr> |
77 </tr><tr> |
78 <td><a href="#ConfigurationDialog.setPreferences">setPreferences</a></td> |
78 <td><a href="#ConfigurationDialog.setPreferences">setPreferences</a></td> |
79 <td>Public method called to store the selected values into the preferences storage.</td> |
79 <td>Public method called to store the selected values into the preferences storage.</td> |
80 </tr><tr> |
80 </tr><tr> |
81 <td><a href="#ConfigurationDialog.showConfigurationPageByName">showConfigurationPageByName</a></td> |
81 <td><a href="#ConfigurationDialog.showConfigurationPageByName">showConfigurationPageByName</a></td> |
82 <td>Public slot to show a named configuration page.</td> |
82 <td>Public slot to show a named configuration page.</td> |
83 </tr> |
83 </tr> |
84 </table> |
84 </table> |
85 <a NAME="ConfigurationDialog.__init__" ID="ConfigurationDialog.__init__"></a> |
85 <a NAME="ConfigurationDialog.__init__" ID="ConfigurationDialog.__init__"></a> |
86 <h4>ConfigurationDialog (Constructor)</h4> |
86 <h4>ConfigurationDialog (Constructor)</h4> |
87 <b>ConfigurationDialog</b>(<i>parent = None, name = None, modal = False, fromEric = True, helpBrowserMode = False</i>) |
87 <b>ConfigurationDialog</b>(<i>parent = None, name = None, modal = False, fromEric = True, helpBrowserMode = False</i>) |
88 <p> |
88 <p> |
89 Constructor |
89 Constructor |
90 </p><dl> |
90 </p><dl> |
91 <dt><i>parent</i></dt> |
91 <dt><i>parent</i></dt> |
92 <dd> |
92 <dd> |
93 The parent widget of this dialog. (QWidget) |
93 The parent widget of this dialog. (QWidget) |
94 </dd><dt><i>name</i></dt> |
94 </dd><dt><i>name</i></dt> |
95 <dd> |
95 <dd> |
96 The name of this dialog. string |
96 The name of this dialog. string |
97 </dd><dt><i>modal</i></dt> |
97 </dd><dt><i>modal</i></dt> |
98 <dd> |
98 <dd> |
99 Flag indicating a modal dialog. (boolean) |
99 Flag indicating a modal dialog. (boolean) |
100 </dd><dt><i>fromEric=</i></dt> |
100 </dd><dt><i>fromEric=</i></dt> |
101 <dd> |
101 <dd> |
102 flag indicating a dialog generation from within the |
102 flag indicating a dialog generation from within the |
103 eric5 ide (boolean) |
103 eric5 ide (boolean) |
104 </dd><dt><i>helpBrowserMode=</i></dt> |
104 </dd><dt><i>helpBrowserMode=</i></dt> |
105 <dd> |
105 <dd> |
106 flag indicating to show only help pages |
106 flag indicating to show only help pages |
107 for entries related to the help browser (boolean) |
107 for entries related to the help browser (boolean) |
108 </dd> |
108 </dd> |
109 </dl><a NAME="ConfigurationDialog.__preferencesChanged" ID="ConfigurationDialog.__preferencesChanged"></a> |
109 </dl><a NAME="ConfigurationDialog.__preferencesChanged" ID="ConfigurationDialog.__preferencesChanged"></a> |
110 <h4>ConfigurationDialog.__preferencesChanged</h4> |
110 <h4>ConfigurationDialog.__preferencesChanged</h4> |
111 <b>__preferencesChanged</b>(<i></i>) |
111 <b>__preferencesChanged</b>(<i></i>) |
112 <p> |
112 <p> |
113 Private slot to handle a change of the preferences. |
113 Private slot to handle a change of the preferences. |
114 </p><a NAME="ConfigurationDialog.setPreferences" ID="ConfigurationDialog.setPreferences"></a> |
114 </p><a NAME="ConfigurationDialog.setPreferences" ID="ConfigurationDialog.setPreferences"></a> |
115 <h4>ConfigurationDialog.setPreferences</h4> |
115 <h4>ConfigurationDialog.setPreferences</h4> |
116 <b>setPreferences</b>(<i></i>) |
116 <b>setPreferences</b>(<i></i>) |
117 <p> |
117 <p> |
118 Public method called to store the selected values into the preferences storage. |
118 Public method called to store the selected values into the preferences storage. |
119 </p><a NAME="ConfigurationDialog.showConfigurationPageByName" ID="ConfigurationDialog.showConfigurationPageByName"></a> |
119 </p><a NAME="ConfigurationDialog.showConfigurationPageByName" ID="ConfigurationDialog.showConfigurationPageByName"></a> |
120 <h4>ConfigurationDialog.showConfigurationPageByName</h4> |
120 <h4>ConfigurationDialog.showConfigurationPageByName</h4> |
121 <b>showConfigurationPageByName</b>(<i>pageName</i>) |
121 <b>showConfigurationPageByName</b>(<i>pageName</i>) |
122 <p> |
122 <p> |
123 Public slot to show a named configuration page. |
123 Public slot to show a named configuration page. |
124 </p><dl> |
124 </p><dl> |
125 <dt><i>pageName</i></dt> |
125 <dt><i>pageName</i></dt> |
126 <dd> |
126 <dd> |
127 name of the configuration page to show (string) |
127 name of the configuration page to show (string) |
128 </dd> |
128 </dd> |
129 </dl> |
129 </dl> |
130 <div align="right"><a href="#top">Up</a></div> |
130 <div align="right"><a href="#top">Up</a></div> |
131 <hr /><hr /> |
131 <hr /><hr /> |
132 <a NAME="ConfigurationPageItem" ID="ConfigurationPageItem"></a> |
132 <a NAME="ConfigurationPageItem" ID="ConfigurationPageItem"></a> |
133 <h2>ConfigurationPageItem</h2> |
133 <h2>ConfigurationPageItem</h2> |
134 <p> |
134 <p> |
135 Class implementing a QTreeWidgetItem holding the configuration page data. |
135 Class implementing a QTreeWidgetItem holding the configuration page data. |
136 </p> |
136 </p> |
137 <h3>Derived from</h3> |
137 <h3>Derived from</h3> |
138 QTreeWidgetItem |
138 QTreeWidgetItem |
139 <h3>Class Attributes</h3> |
139 <h3>Class Attributes</h3> |
140 <table> |
140 <table> |
142 </table> |
142 </table> |
143 <h3>Methods</h3> |
143 <h3>Methods</h3> |
144 <table> |
144 <table> |
145 <tr> |
145 <tr> |
146 <td><a href="#ConfigurationPageItem.__init__">ConfigurationPageItem</a></td> |
146 <td><a href="#ConfigurationPageItem.__init__">ConfigurationPageItem</a></td> |
147 <td>Constructor</td> |
147 <td>Constructor</td> |
148 </tr><tr> |
148 </tr><tr> |
149 <td><a href="#ConfigurationPageItem.getPageName">getPageName</a></td> |
149 <td><a href="#ConfigurationPageItem.getPageName">getPageName</a></td> |
150 <td>Public method to get the name of the associated configuration page.</td> |
150 <td>Public method to get the name of the associated configuration page.</td> |
151 </tr> |
151 </tr> |
152 </table> |
152 </table> |
153 <a NAME="ConfigurationPageItem.__init__" ID="ConfigurationPageItem.__init__"></a> |
153 <a NAME="ConfigurationPageItem.__init__" ID="ConfigurationPageItem.__init__"></a> |
154 <h4>ConfigurationPageItem (Constructor)</h4> |
154 <h4>ConfigurationPageItem (Constructor)</h4> |
155 <b>ConfigurationPageItem</b>(<i>parent, text, pageName, iconFile</i>) |
155 <b>ConfigurationPageItem</b>(<i>parent, text, pageName, iconFile</i>) |
156 <p> |
156 <p> |
157 Constructor |
157 Constructor |
158 </p><dl> |
158 </p><dl> |
159 <dt><i>parent</i></dt> |
159 <dt><i>parent</i></dt> |
160 <dd> |
160 <dd> |
161 parent widget of the item (QTreeWidget or QTreeWidgetItem) |
161 parent widget of the item (QTreeWidget or QTreeWidgetItem) |
162 </dd><dt><i>text</i></dt> |
162 </dd><dt><i>text</i></dt> |
163 <dd> |
163 <dd> |
164 text to be displayed (string) |
164 text to be displayed (string) |
165 </dd><dt><i>pageName</i></dt> |
165 </dd><dt><i>pageName</i></dt> |
166 <dd> |
166 <dd> |
167 name of the configuration page (string) |
167 name of the configuration page (string) |
168 </dd><dt><i>iconFile</i></dt> |
168 </dd><dt><i>iconFile</i></dt> |
169 <dd> |
169 <dd> |
170 file name of the icon to be shown (string) |
170 file name of the icon to be shown (string) |
171 </dd> |
171 </dd> |
172 </dl><a NAME="ConfigurationPageItem.getPageName" ID="ConfigurationPageItem.getPageName"></a> |
172 </dl><a NAME="ConfigurationPageItem.getPageName" ID="ConfigurationPageItem.getPageName"></a> |
173 <h4>ConfigurationPageItem.getPageName</h4> |
173 <h4>ConfigurationPageItem.getPageName</h4> |
174 <b>getPageName</b>(<i></i>) |
174 <b>getPageName</b>(<i></i>) |
175 <p> |
175 <p> |
176 Public method to get the name of the associated configuration page. |
176 Public method to get the name of the associated configuration page. |
177 </p><dl> |
177 </p><dl> |
178 <dt>Returns:</dt> |
178 <dt>Returns:</dt> |
179 <dd> |
179 <dd> |
180 name of the configuration page (string) |
180 name of the configuration page (string) |
181 </dd> |
181 </dd> |
182 </dl> |
182 </dl> |
183 <div align="right"><a href="#top">Up</a></div> |
183 <div align="right"><a href="#top">Up</a></div> |
184 <hr /><hr /> |
184 <hr /><hr /> |
185 <a NAME="ConfigurationWidget" ID="ConfigurationWidget"></a> |
185 <a NAME="ConfigurationWidget" ID="ConfigurationWidget"></a> |
186 <h2>ConfigurationWidget</h2> |
186 <h2>ConfigurationWidget</h2> |
187 <p> |
187 <p> |
188 Class implementing a dialog for the configuration of eric5. |
188 Class implementing a dialog for the configuration of eric5. |
189 </p><h4>Signals</h4> |
189 </p><h4>Signals</h4> |
190 <dl> |
190 <dl> |
191 <dt>preferencesChanged</dt> |
191 <dt>preferencesChanged</dt> |
192 <dd> |
192 <dd> |
193 emitted after settings have been changed |
193 emitted after settings have been changed |
194 </dd> |
194 </dd> |
195 </dl> |
195 </dl> |
196 <h3>Derived from</h3> |
196 <h3>Derived from</h3> |
197 QWidget |
197 QWidget |
198 <h3>Class Attributes</h3> |
198 <h3>Class Attributes</h3> |
201 </table> |
201 </table> |
202 <h3>Methods</h3> |
202 <h3>Methods</h3> |
203 <table> |
203 <table> |
204 <tr> |
204 <tr> |
205 <td><a href="#ConfigurationWidget.__init__">ConfigurationWidget</a></td> |
205 <td><a href="#ConfigurationWidget.__init__">ConfigurationWidget</a></td> |
206 <td>Constructor</td> |
206 <td>Constructor</td> |
207 </tr><tr> |
207 </tr><tr> |
208 <td><a href="#ConfigurationWidget.__importConfigurationPage">__importConfigurationPage</a></td> |
208 <td><a href="#ConfigurationWidget.__importConfigurationPage">__importConfigurationPage</a></td> |
209 <td>Private method to import a configuration page module.</td> |
209 <td>Private method to import a configuration page module.</td> |
210 </tr><tr> |
210 </tr><tr> |
211 <td><a href="#ConfigurationWidget.__initLexers">__initLexers</a></td> |
211 <td><a href="#ConfigurationWidget.__initLexers">__initLexers</a></td> |
212 <td>Private method to initialize the dictionary of preferences lexers.</td> |
212 <td>Private method to initialize the dictionary of preferences lexers.</td> |
213 </tr><tr> |
213 </tr><tr> |
214 <td><a href="#ConfigurationWidget.__initPage">__initPage</a></td> |
214 <td><a href="#ConfigurationWidget.__initPage">__initPage</a></td> |
215 <td>Private method to initialize a configuration page.</td> |
215 <td>Private method to initialize a configuration page.</td> |
216 </tr><tr> |
216 </tr><tr> |
217 <td><a href="#ConfigurationWidget.__setupUi">__setupUi</a></td> |
217 <td><a href="#ConfigurationWidget.__setupUi">__setupUi</a></td> |
218 <td>Private method to perform the general setup of the configuration widget.</td> |
218 <td>Private method to perform the general setup of the configuration widget.</td> |
219 </tr><tr> |
219 </tr><tr> |
220 <td><a href="#ConfigurationWidget.__showConfigurationPage">__showConfigurationPage</a></td> |
220 <td><a href="#ConfigurationWidget.__showConfigurationPage">__showConfigurationPage</a></td> |
221 <td>Private slot to show a selected configuration page.</td> |
221 <td>Private slot to show a selected configuration page.</td> |
222 </tr><tr> |
222 </tr><tr> |
223 <td><a href="#ConfigurationWidget.calledFromEric">calledFromEric</a></td> |
223 <td><a href="#ConfigurationWidget.calledFromEric">calledFromEric</a></td> |
224 <td>Public method to check, if invoked from within eric.</td> |
224 <td>Public method to check, if invoked from within eric.</td> |
225 </tr><tr> |
225 </tr><tr> |
226 <td><a href="#ConfigurationWidget.getLexers">getLexers</a></td> |
226 <td><a href="#ConfigurationWidget.getLexers">getLexers</a></td> |
227 <td>Public method to get a reference to the lexers dictionary.</td> |
227 <td>Public method to get a reference to the lexers dictionary.</td> |
228 </tr><tr> |
228 </tr><tr> |
229 <td><a href="#ConfigurationWidget.getPage">getPage</a></td> |
229 <td><a href="#ConfigurationWidget.getPage">getPage</a></td> |
230 <td>Public method to get a reference to the named page.</td> |
230 <td>Public method to get a reference to the named page.</td> |
231 </tr><tr> |
231 </tr><tr> |
232 <td><a href="#ConfigurationWidget.on_applyButton_clicked">on_applyButton_clicked</a></td> |
232 <td><a href="#ConfigurationWidget.on_applyButton_clicked">on_applyButton_clicked</a></td> |
233 <td>Private slot called to apply the settings of the current page.</td> |
233 <td>Private slot called to apply the settings of the current page.</td> |
234 </tr><tr> |
234 </tr><tr> |
235 <td><a href="#ConfigurationWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
235 <td><a href="#ConfigurationWidget.on_buttonBox_clicked">on_buttonBox_clicked</a></td> |
236 <td>Private slot called by a button of the button box clicked.</td> |
236 <td>Private slot called by a button of the button box clicked.</td> |
237 </tr><tr> |
237 </tr><tr> |
238 <td><a href="#ConfigurationWidget.on_resetButton_clicked">on_resetButton_clicked</a></td> |
238 <td><a href="#ConfigurationWidget.on_resetButton_clicked">on_resetButton_clicked</a></td> |
239 <td>Private slot called to reset the settings of the current page.</td> |
239 <td>Private slot called to reset the settings of the current page.</td> |
240 </tr><tr> |
240 </tr><tr> |
241 <td><a href="#ConfigurationWidget.setPreferences">setPreferences</a></td> |
241 <td><a href="#ConfigurationWidget.setPreferences">setPreferences</a></td> |
242 <td>Public method called to store the selected values into the preferences storage.</td> |
242 <td>Public method called to store the selected values into the preferences storage.</td> |
243 </tr><tr> |
243 </tr><tr> |
244 <td><a href="#ConfigurationWidget.showConfigurationPageByName">showConfigurationPageByName</a></td> |
244 <td><a href="#ConfigurationWidget.showConfigurationPageByName">showConfigurationPageByName</a></td> |
245 <td>Public slot to show a named configuration page.</td> |
245 <td>Public slot to show a named configuration page.</td> |
246 </tr> |
246 </tr> |
247 </table> |
247 </table> |
248 <a NAME="ConfigurationWidget.__init__" ID="ConfigurationWidget.__init__"></a> |
248 <a NAME="ConfigurationWidget.__init__" ID="ConfigurationWidget.__init__"></a> |
249 <h4>ConfigurationWidget (Constructor)</h4> |
249 <h4>ConfigurationWidget (Constructor)</h4> |
250 <b>ConfigurationWidget</b>(<i>parent = None, fromEric = True, helpBrowserMode = False</i>) |
250 <b>ConfigurationWidget</b>(<i>parent = None, fromEric = True, helpBrowserMode = False</i>) |
251 <p> |
251 <p> |
252 Constructor |
252 Constructor |
253 </p><dl> |
253 </p><dl> |
254 <dt><i>parent</i></dt> |
254 <dt><i>parent</i></dt> |
255 <dd> |
255 <dd> |
256 The parent widget of this dialog. (QWidget) |
256 The parent widget of this dialog. (QWidget) |
257 </dd><dt><i>fromEric=</i></dt> |
257 </dd><dt><i>fromEric=</i></dt> |
258 <dd> |
258 <dd> |
259 flag indicating a dialog generation from within the |
259 flag indicating a dialog generation from within the |
260 eric5 ide (boolean) |
260 eric5 ide (boolean) |
261 </dd><dt><i>helpBrowserMode=</i></dt> |
261 </dd><dt><i>helpBrowserMode=</i></dt> |
262 <dd> |
262 <dd> |
263 flag indicating to show only help pages |
263 flag indicating to show only help pages |
264 for entries related to the help browser (boolean) |
264 for entries related to the help browser (boolean) |
265 </dd> |
265 </dd> |
266 </dl><a NAME="ConfigurationWidget.__importConfigurationPage" ID="ConfigurationWidget.__importConfigurationPage"></a> |
266 </dl><a NAME="ConfigurationWidget.__importConfigurationPage" ID="ConfigurationWidget.__importConfigurationPage"></a> |
267 <h4>ConfigurationWidget.__importConfigurationPage</h4> |
267 <h4>ConfigurationWidget.__importConfigurationPage</h4> |
268 <b>__importConfigurationPage</b>(<i>name</i>) |
268 <b>__importConfigurationPage</b>(<i>name</i>) |
269 <p> |
269 <p> |
270 Private method to import a configuration page module. |
270 Private method to import a configuration page module. |
271 </p><dl> |
271 </p><dl> |
272 <dt><i>name</i></dt> |
272 <dt><i>name</i></dt> |
273 <dd> |
273 <dd> |
274 name of the configuration page module (string) |
274 name of the configuration page module (string) |
275 </dd> |
275 </dd> |
276 </dl><dl> |
276 </dl><dl> |
277 <dt>Returns:</dt> |
277 <dt>Returns:</dt> |
278 <dd> |
278 <dd> |
279 reference to the configuration page module |
279 reference to the configuration page module |
280 </dd> |
280 </dd> |
281 </dl><a NAME="ConfigurationWidget.__initLexers" ID="ConfigurationWidget.__initLexers"></a> |
281 </dl><a NAME="ConfigurationWidget.__initLexers" ID="ConfigurationWidget.__initLexers"></a> |
282 <h4>ConfigurationWidget.__initLexers</h4> |
282 <h4>ConfigurationWidget.__initLexers</h4> |
283 <b>__initLexers</b>(<i></i>) |
283 <b>__initLexers</b>(<i></i>) |
284 <p> |
284 <p> |
285 Private method to initialize the dictionary of preferences lexers. |
285 Private method to initialize the dictionary of preferences lexers. |
286 </p><a NAME="ConfigurationWidget.__initPage" ID="ConfigurationWidget.__initPage"></a> |
286 </p><a NAME="ConfigurationWidget.__initPage" ID="ConfigurationWidget.__initPage"></a> |
287 <h4>ConfigurationWidget.__initPage</h4> |
287 <h4>ConfigurationWidget.__initPage</h4> |
288 <b>__initPage</b>(<i>pageData</i>) |
288 <b>__initPage</b>(<i>pageData</i>) |
289 <p> |
289 <p> |
290 Private method to initialize a configuration page. |
290 Private method to initialize a configuration page. |
291 </p><dl> |
291 </p><dl> |
292 <dt><i>pageData</i></dt> |
292 <dt><i>pageData</i></dt> |
293 <dd> |
293 <dd> |
294 data structure for the page to initialize |
294 data structure for the page to initialize |
295 </dd> |
295 </dd> |
296 </dl><dl> |
296 </dl><dl> |
297 <dt>Returns:</dt> |
297 <dt>Returns:</dt> |
298 <dd> |
298 <dd> |
299 reference to the initialized page |
299 reference to the initialized page |
300 </dd> |
300 </dd> |
301 </dl><a NAME="ConfigurationWidget.__setupUi" ID="ConfigurationWidget.__setupUi"></a> |
301 </dl><a NAME="ConfigurationWidget.__setupUi" ID="ConfigurationWidget.__setupUi"></a> |
302 <h4>ConfigurationWidget.__setupUi</h4> |
302 <h4>ConfigurationWidget.__setupUi</h4> |
303 <b>__setupUi</b>(<i></i>) |
303 <b>__setupUi</b>(<i></i>) |
304 <p> |
304 <p> |
305 Private method to perform the general setup of the configuration widget. |
305 Private method to perform the general setup of the configuration widget. |
306 </p><a NAME="ConfigurationWidget.__showConfigurationPage" ID="ConfigurationWidget.__showConfigurationPage"></a> |
306 </p><a NAME="ConfigurationWidget.__showConfigurationPage" ID="ConfigurationWidget.__showConfigurationPage"></a> |
307 <h4>ConfigurationWidget.__showConfigurationPage</h4> |
307 <h4>ConfigurationWidget.__showConfigurationPage</h4> |
308 <b>__showConfigurationPage</b>(<i>itm, column</i>) |
308 <b>__showConfigurationPage</b>(<i>itm, column</i>) |
309 <p> |
309 <p> |
310 Private slot to show a selected configuration page. |
310 Private slot to show a selected configuration page. |
311 </p><dl> |
311 </p><dl> |
312 <dt><i>itm</i></dt> |
312 <dt><i>itm</i></dt> |
313 <dd> |
313 <dd> |
314 reference to the selected item (QTreeWidgetItem) |
314 reference to the selected item (QTreeWidgetItem) |
315 </dd><dt><i>column</i></dt> |
315 </dd><dt><i>column</i></dt> |
316 <dd> |
316 <dd> |
317 column that was selected (integer) (ignored) |
317 column that was selected (integer) (ignored) |
318 </dd> |
318 </dd> |
319 </dl><a NAME="ConfigurationWidget.calledFromEric" ID="ConfigurationWidget.calledFromEric"></a> |
319 </dl><a NAME="ConfigurationWidget.calledFromEric" ID="ConfigurationWidget.calledFromEric"></a> |
320 <h4>ConfigurationWidget.calledFromEric</h4> |
320 <h4>ConfigurationWidget.calledFromEric</h4> |
321 <b>calledFromEric</b>(<i></i>) |
321 <b>calledFromEric</b>(<i></i>) |
322 <p> |
322 <p> |
323 Public method to check, if invoked from within eric. |
323 Public method to check, if invoked from within eric. |
324 </p><dl> |
324 </p><dl> |
325 <dt>Returns:</dt> |
325 <dt>Returns:</dt> |
326 <dd> |
326 <dd> |
327 flag indicating invocation from within eric (boolean) |
327 flag indicating invocation from within eric (boolean) |
328 </dd> |
328 </dd> |
329 </dl><a NAME="ConfigurationWidget.getLexers" ID="ConfigurationWidget.getLexers"></a> |
329 </dl><a NAME="ConfigurationWidget.getLexers" ID="ConfigurationWidget.getLexers"></a> |
330 <h4>ConfigurationWidget.getLexers</h4> |
330 <h4>ConfigurationWidget.getLexers</h4> |
331 <b>getLexers</b>(<i></i>) |
331 <b>getLexers</b>(<i></i>) |
332 <p> |
332 <p> |
333 Public method to get a reference to the lexers dictionary. |
333 Public method to get a reference to the lexers dictionary. |
334 </p><dl> |
334 </p><dl> |
335 <dt>Returns:</dt> |
335 <dt>Returns:</dt> |
336 <dd> |
336 <dd> |
337 reference to the lexers dictionary |
337 reference to the lexers dictionary |
338 </dd> |
338 </dd> |
339 </dl><a NAME="ConfigurationWidget.getPage" ID="ConfigurationWidget.getPage"></a> |
339 </dl><a NAME="ConfigurationWidget.getPage" ID="ConfigurationWidget.getPage"></a> |
340 <h4>ConfigurationWidget.getPage</h4> |
340 <h4>ConfigurationWidget.getPage</h4> |
341 <b>getPage</b>(<i>pageName</i>) |
341 <b>getPage</b>(<i>pageName</i>) |
342 <p> |
342 <p> |
343 Public method to get a reference to the named page. |
343 Public method to get a reference to the named page. |
344 </p><dl> |
344 </p><dl> |
345 <dt><i>pageName</i></dt> |
345 <dt><i>pageName</i></dt> |
346 <dd> |
346 <dd> |
347 name of the configuration page (string) |
347 name of the configuration page (string) |
348 </dd> |
348 </dd> |
349 </dl><dl> |
349 </dl><dl> |
350 <dt>Returns:</dt> |
350 <dt>Returns:</dt> |
351 <dd> |
351 <dd> |
352 reference to the page or None, indicating page was |
352 reference to the page or None, indicating page was |
353 not loaded yet |
353 not loaded yet |
354 </dd> |
354 </dd> |
355 </dl><a NAME="ConfigurationWidget.on_applyButton_clicked" ID="ConfigurationWidget.on_applyButton_clicked"></a> |
355 </dl><a NAME="ConfigurationWidget.on_applyButton_clicked" ID="ConfigurationWidget.on_applyButton_clicked"></a> |
356 <h4>ConfigurationWidget.on_applyButton_clicked</h4> |
356 <h4>ConfigurationWidget.on_applyButton_clicked</h4> |
357 <b>on_applyButton_clicked</b>(<i></i>) |
357 <b>on_applyButton_clicked</b>(<i></i>) |
358 <p> |
358 <p> |
359 Private slot called to apply the settings of the current page. |
359 Private slot called to apply the settings of the current page. |
360 </p><a NAME="ConfigurationWidget.on_buttonBox_clicked" ID="ConfigurationWidget.on_buttonBox_clicked"></a> |
360 </p><a NAME="ConfigurationWidget.on_buttonBox_clicked" ID="ConfigurationWidget.on_buttonBox_clicked"></a> |
361 <h4>ConfigurationWidget.on_buttonBox_clicked</h4> |
361 <h4>ConfigurationWidget.on_buttonBox_clicked</h4> |
362 <b>on_buttonBox_clicked</b>(<i>button</i>) |
362 <b>on_buttonBox_clicked</b>(<i>button</i>) |
363 <p> |
363 <p> |
364 Private slot called by a button of the button box clicked. |
364 Private slot called by a button of the button box clicked. |
365 </p><dl> |
365 </p><dl> |
366 <dt><i>button</i></dt> |
366 <dt><i>button</i></dt> |
367 <dd> |
367 <dd> |
368 button that was clicked (QAbstractButton) |
368 button that was clicked (QAbstractButton) |
369 </dd> |
369 </dd> |
370 </dl><a NAME="ConfigurationWidget.on_resetButton_clicked" ID="ConfigurationWidget.on_resetButton_clicked"></a> |
370 </dl><a NAME="ConfigurationWidget.on_resetButton_clicked" ID="ConfigurationWidget.on_resetButton_clicked"></a> |
371 <h4>ConfigurationWidget.on_resetButton_clicked</h4> |
371 <h4>ConfigurationWidget.on_resetButton_clicked</h4> |
372 <b>on_resetButton_clicked</b>(<i></i>) |
372 <b>on_resetButton_clicked</b>(<i></i>) |
373 <p> |
373 <p> |
374 Private slot called to reset the settings of the current page. |
374 Private slot called to reset the settings of the current page. |
375 </p><a NAME="ConfigurationWidget.setPreferences" ID="ConfigurationWidget.setPreferences"></a> |
375 </p><a NAME="ConfigurationWidget.setPreferences" ID="ConfigurationWidget.setPreferences"></a> |
376 <h4>ConfigurationWidget.setPreferences</h4> |
376 <h4>ConfigurationWidget.setPreferences</h4> |
377 <b>setPreferences</b>(<i></i>) |
377 <b>setPreferences</b>(<i></i>) |
378 <p> |
378 <p> |
379 Public method called to store the selected values into the preferences storage. |
379 Public method called to store the selected values into the preferences storage. |
380 </p><a NAME="ConfigurationWidget.showConfigurationPageByName" ID="ConfigurationWidget.showConfigurationPageByName"></a> |
380 </p><a NAME="ConfigurationWidget.showConfigurationPageByName" ID="ConfigurationWidget.showConfigurationPageByName"></a> |
381 <h4>ConfigurationWidget.showConfigurationPageByName</h4> |
381 <h4>ConfigurationWidget.showConfigurationPageByName</h4> |
382 <b>showConfigurationPageByName</b>(<i>pageName</i>) |
382 <b>showConfigurationPageByName</b>(<i>pageName</i>) |
383 <p> |
383 <p> |
384 Public slot to show a named configuration page. |
384 Public slot to show a named configuration page. |
385 </p><dl> |
385 </p><dl> |
386 <dt><i>pageName</i></dt> |
386 <dt><i>pageName</i></dt> |
387 <dd> |
387 <dd> |
388 name of the configuration page to show (string) |
388 name of the configuration page to show (string) |
389 </dd> |
389 </dd> |
390 </dl> |
390 </dl> |
391 <div align="right"><a href="#top">Up</a></div> |
391 <div align="right"><a href="#top">Up</a></div> |
392 <hr /><hr /> |
392 <hr /><hr /> |
393 <a NAME="ConfigurationWindow" ID="ConfigurationWindow"></a> |
393 <a NAME="ConfigurationWindow" ID="ConfigurationWindow"></a> |
394 <h2>ConfigurationWindow</h2> |
394 <h2>ConfigurationWindow</h2> |
395 <p> |
395 <p> |
396 Main window class for the standalone dialog. |
396 Main window class for the standalone dialog. |
397 </p> |
397 </p> |
398 <h3>Derived from</h3> |
398 <h3>Derived from</h3> |
399 QMainWindow |
399 QMainWindow |
400 <h3>Class Attributes</h3> |
400 <h3>Class Attributes</h3> |
401 <table> |
401 <table> |