src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterHTML.html

branch
eric7
changeset 9503
ae9232bf4854
parent 9236
db53a9efe7ef
child 10431
64157aeb0312
equal deleted inserted replaced
9502:6091145e189e 9503:ae9232bf4854
30 </tr> 30 </tr>
31 </table> 31 </table>
32 <h3>Functions</h3> 32 <h3>Functions</h3>
33 33
34 <table> 34 <table>
35 <tr><td>None</td></tr> 35
36 <tr>
37 <td><a href="#createExporter">createExporter</a></td>
38 <td>Function to instantiate an exporter object.</td>
39 </tr>
36 </table> 40 </table>
37 <hr /> 41 <hr />
38 <hr /> 42 <hr />
39 <a NAME="ExporterHTML" ID="ExporterHTML"></a> 43 <a NAME="ExporterHTML" ID="ExporterHTML"></a>
40 <h2>ExporterHTML</h2> 44 <h2>ExporterHTML</h2>
242 generated HTML text (string) 246 generated HTML text (string)
243 </dd> 247 </dd>
244 </dl> 248 </dl>
245 <div align="right"><a href="#top">Up</a></div> 249 <div align="right"><a href="#top">Up</a></div>
246 <hr /> 250 <hr />
251 <hr />
252 <a NAME="createExporter" ID="createExporter"></a>
253 <h2>createExporter</h2>
254 <b>createExporter</b>(<i>editor, parent=None</i>)
255
256 <p>
257 Function to instantiate an exporter object.
258 </p>
259 <dl>
260
261 <dt><i>editor</i> (QScintilla.Editor.Editor)</dt>
262 <dd>
263 reference to the editor object
264 </dd>
265 <dt><i>parent</i> (QObject (optional))</dt>
266 <dd>
267 parent object of the exporter (defaults to None)
268 </dd>
269 </dl>
270 <dl>
271 <dt>Return:</dt>
272 <dd>
273 exporter object
274 </dd>
275 </dl>
276 <dl>
277 <dt>Return Type:</dt>
278 <dd>
279 ExporterHTML
280 </dd>
281 </dl>
282 <div align="right"><a href="#top">Up</a></div>
283 <hr />
247 </body></html> 284 </body></html>

eric ide

mercurial