127 <p> |
127 <p> |
128 Private method to check a file filter for validity. |
128 Private method to check a file filter for validity. |
129 </p> |
129 </p> |
130 <dl> |
130 <dl> |
131 |
131 |
132 <dt><i>fileFilter</i></dt> |
132 <dt><i>fileFilter</i> (str)</dt> |
133 <dd> |
133 <dd> |
134 file filter pattern to check (string) |
134 file filter pattern to check |
135 </dd> |
135 </dd> |
136 </dl> |
136 </dl> |
137 <dl> |
137 <dl> |
138 <dt>Return:</dt> |
138 <dt>Return:</dt> |
139 <dd> |
139 <dd> |
140 flag indicating validity (boolean) |
140 flag indicating validity |
|
141 </dd> |
|
142 </dl> |
|
143 <dl> |
|
144 <dt>Return Type:</dt> |
|
145 <dd> |
|
146 bool |
141 </dd> |
147 </dd> |
142 </dl> |
148 </dl> |
143 <a NAME="EditorFilePage.__extractFileFilters" ID="EditorFilePage.__extractFileFilters"></a> |
149 <a NAME="EditorFilePage.__extractFileFilters" ID="EditorFilePage.__extractFileFilters"></a> |
144 <h4>EditorFilePage.__extractFileFilters</h4> |
150 <h4>EditorFilePage.__extractFileFilters</h4> |
145 <b>__extractFileFilters</b>(<i></i>) |
151 <b>__extractFileFilters</b>(<i></i>) |
154 <p> |
160 <p> |
155 Private slot to set the default file filter combo boxes. |
161 Private slot to set the default file filter combo boxes. |
156 </p> |
162 </p> |
157 <dl> |
163 <dl> |
158 |
164 |
159 <dt><i>keepSelection</i></dt> |
165 <dt><i>keepSelection</i> (bool)</dt> |
160 <dd> |
166 <dd> |
161 flag indicating to keep the current selection |
167 flag indicating to keep the current selection |
162 if possible (boolean) |
168 if possible |
163 </dd> |
169 </dd> |
164 </dl> |
170 </dl> |
165 <a NAME="EditorFilePage.on_addFileFilterButton_clicked" ID="EditorFilePage.on_addFileFilterButton_clicked"></a> |
171 <a NAME="EditorFilePage.on_addFileFilterButton_clicked" ID="EditorFilePage.on_addFileFilterButton_clicked"></a> |
166 <h4>EditorFilePage.on_addFileFilterButton_clicked</h4> |
172 <h4>EditorFilePage.on_addFileFilterButton_clicked</h4> |
167 <b>on_addFileFilterButton_clicked</b>(<i></i>) |
173 <b>on_addFileFilterButton_clicked</b>(<i></i>) |
190 <p> |
196 <p> |
191 Private slot to set the state of the edit and delete buttons. |
197 Private slot to set the state of the edit and delete buttons. |
192 </p> |
198 </p> |
193 <dl> |
199 <dl> |
194 |
200 |
195 <dt><i>current</i></dt> |
201 <dt><i>current</i> (QListWidgetItem)</dt> |
196 <dd> |
202 <dd> |
197 new current item (QListWidgetItem) |
203 new current item |
198 </dd> |
204 </dd> |
199 <dt><i>previous</i></dt> |
205 <dt><i>previous</i> (QListWidgetItem)</dt> |
200 <dd> |
206 <dd> |
201 previous current item (QListWidgetItem) |
207 previous current item |
202 </dd> |
208 </dd> |
203 </dl> |
209 </dl> |
204 <a NAME="EditorFilePage.on_openFiltersButton_toggled" ID="EditorFilePage.on_openFiltersButton_toggled"></a> |
210 <a NAME="EditorFilePage.on_openFiltersButton_toggled" ID="EditorFilePage.on_openFiltersButton_toggled"></a> |
205 <h4>EditorFilePage.on_openFiltersButton_toggled</h4> |
211 <h4>EditorFilePage.on_openFiltersButton_toggled</h4> |
206 <b>on_openFiltersButton_toggled</b>(<i>checked</i>) |
212 <b>on_openFiltersButton_toggled</b>(<i>checked</i>) |
208 <p> |
214 <p> |
209 Private slot to switch the list of file filters. |
215 Private slot to switch the list of file filters. |
210 </p> |
216 </p> |
211 <dl> |
217 <dl> |
212 |
218 |
213 <dt><i>checked</i></dt> |
219 <dt><i>checked</i> (bool)</dt> |
214 <dd> |
220 <dd> |
215 flag indicating the check state of the button (boolean) |
221 flag indicating the check state of the button |
216 </dd> |
222 </dd> |
217 </dl> |
223 </dl> |
218 <a NAME="EditorFilePage.on_previewMarkdownPyMdownInstallPushButton_clicked" ID="EditorFilePage.on_previewMarkdownPyMdownInstallPushButton_clicked"></a> |
224 <a NAME="EditorFilePage.on_previewMarkdownPyMdownInstallPushButton_clicked" ID="EditorFilePage.on_previewMarkdownPyMdownInstallPushButton_clicked"></a> |
219 <h4>EditorFilePage.on_previewMarkdownPyMdownInstallPushButton_clicked</h4> |
225 <h4>EditorFilePage.on_previewMarkdownPyMdownInstallPushButton_clicked</h4> |
220 <b>on_previewMarkdownPyMdownInstallPushButton_clicked</b>(<i></i>) |
226 <b>on_previewMarkdownPyMdownInstallPushButton_clicked</b>(<i></i>) |
246 <p> |
252 <p> |
247 Module function to create the configuration page. |
253 Module function to create the configuration page. |
248 </p> |
254 </p> |
249 <dl> |
255 <dl> |
250 |
256 |
251 <dt><i>dlg</i></dt> |
257 <dt><i>dlg</i> (ConfigurationDialog)</dt> |
252 <dd> |
258 <dd> |
253 reference to the configuration dialog |
259 reference to the configuration dialog |
254 </dd> |
260 </dd> |
255 </dl> |
261 </dl> |
256 <dl> |
262 <dl> |
257 <dt>Return:</dt> |
263 <dt>Return:</dt> |
258 <dd> |
264 <dd> |
259 reference to the instantiated page (ConfigurationPageBase) |
265 reference to the instantiated page |
|
266 </dd> |
|
267 </dl> |
|
268 <dl> |
|
269 <dt>Return Type:</dt> |
|
270 <dd> |
|
271 ConfigurationPageBase |
260 </dd> |
272 </dd> |
261 </dl> |
273 </dl> |
262 <div align="right"><a href="#top">Up</a></div> |
274 <div align="right"><a href="#top">Up</a></div> |
263 <hr /> |
275 <hr /> |
264 </body></html> |
276 </body></html> |