85 </tr><tr> |
85 </tr><tr> |
86 <td><a href="#PreviewProcessingThread.__processSSI">__processSSI</a></td> |
86 <td><a href="#PreviewProcessingThread.__processSSI">__processSSI</a></td> |
87 <td>Private method to process the given text for SSI statements.</td> |
87 <td>Private method to process the given text for SSI statements.</td> |
88 </tr><tr> |
88 </tr><tr> |
89 <td><a href="#PreviewProcessingThread.process">process</a></td> |
89 <td><a href="#PreviewProcessingThread.process">process</a></td> |
90 <td>Convert the given text to HTML.</td> |
90 <td>Public method to convert the given text to HTML.</td> |
91 </tr><tr> |
91 </tr><tr> |
92 <td><a href="#PreviewProcessingThread.run">run</a></td> |
92 <td><a href="#PreviewProcessingThread.run">run</a></td> |
93 <td>Thread function to convert the stored data.</td> |
93 <td>Public thread method to convert the stored data.</td> |
94 </tr> |
94 </tr> |
95 </table> |
95 </table> |
96 <h3>Static Methods</h3> |
96 <h3>Static Methods</h3> |
97 <table> |
97 <table> |
98 <tr><td>None</td></tr> |
98 <tr><td>None</td></tr> |
192 </dd> |
192 </dd> |
193 </dl><a NAME="PreviewProcessingThread.process" ID="PreviewProcessingThread.process"></a> |
193 </dl><a NAME="PreviewProcessingThread.process" ID="PreviewProcessingThread.process"></a> |
194 <h4>PreviewProcessingThread.process</h4> |
194 <h4>PreviewProcessingThread.process</h4> |
195 <b>process</b>(<i>filePath, language, text, ssiEnabled, rootPath</i>) |
195 <b>process</b>(<i>filePath, language, text, ssiEnabled, rootPath</i>) |
196 <p> |
196 <p> |
197 Convert the given text to HTML. |
197 Public method to convert the given text to HTML. |
198 </p><dl> |
198 </p><dl> |
199 <dt><i>filePath</i></dt> |
199 <dt><i>filePath</i></dt> |
200 <dd> |
200 <dd> |
201 file path of the text (string) |
201 file path of the text (string) |
202 </dd><dt><i>language</i></dt> |
202 </dd><dt><i>language</i></dt> |
215 </dd> |
215 </dd> |
216 </dl><a NAME="PreviewProcessingThread.run" ID="PreviewProcessingThread.run"></a> |
216 </dl><a NAME="PreviewProcessingThread.run" ID="PreviewProcessingThread.run"></a> |
217 <h4>PreviewProcessingThread.run</h4> |
217 <h4>PreviewProcessingThread.run</h4> |
218 <b>run</b>(<i></i>) |
218 <b>run</b>(<i></i>) |
219 <p> |
219 <p> |
220 Thread function to convert the stored data. |
220 Public thread method to convert the stored data. |
221 </p> |
221 </p> |
222 <div align="right"><a href="#top">Up</a></div> |
222 <div align="right"><a href="#top">Up</a></div> |
223 <hr /><hr /> |
223 <hr /><hr /> |
224 <a NAME="PreviewerHTML" ID="PreviewerHTML"></a> |
224 <a NAME="PreviewerHTML" ID="PreviewerHTML"></a> |
225 <h2>PreviewerHTML</h2> |
225 <h2>PreviewerHTML</h2> |
265 </tr><tr> |
265 </tr><tr> |
266 <td><a href="#PreviewerHTML.on_ssiCheckBox_clicked">on_ssiCheckBox_clicked</a></td> |
266 <td><a href="#PreviewerHTML.on_ssiCheckBox_clicked">on_ssiCheckBox_clicked</a></td> |
267 <td>Private slot to enable/disable SSI.</td> |
267 <td>Private slot to enable/disable SSI.</td> |
268 </tr><tr> |
268 </tr><tr> |
269 <td><a href="#PreviewerHTML.processEditor">processEditor</a></td> |
269 <td><a href="#PreviewerHTML.processEditor">processEditor</a></td> |
270 <td>Private slot to process an editor's text.</td> |
270 <td>Public slot to process an editor's text.</td> |
271 </tr><tr> |
271 </tr><tr> |
272 <td><a href="#PreviewerHTML.shutdown">shutdown</a></td> |
272 <td><a href="#PreviewerHTML.shutdown">shutdown</a></td> |
273 <td>Public method to perform shutdown actions.</td> |
273 <td>Public method to perform shutdown actions.</td> |
274 </tr> |
274 </tr> |
275 </table> |
275 </table> |
363 </dd> |
363 </dd> |
364 </dl><a NAME="PreviewerHTML.processEditor" ID="PreviewerHTML.processEditor"></a> |
364 </dl><a NAME="PreviewerHTML.processEditor" ID="PreviewerHTML.processEditor"></a> |
365 <h4>PreviewerHTML.processEditor</h4> |
365 <h4>PreviewerHTML.processEditor</h4> |
366 <b>processEditor</b>(<i>editor=None</i>) |
366 <b>processEditor</b>(<i>editor=None</i>) |
367 <p> |
367 <p> |
368 Private slot to process an editor's text. |
368 Public slot to process an editor's text. |
369 </p><dl> |
369 </p><dl> |
370 <dt><i>editor</i></dt> |
370 <dt><i>editor</i></dt> |
371 <dd> |
371 <dd> |
372 editor to be processed (Editor) |
372 editor to be processed (Editor) |
373 </dd> |
373 </dd> |