eric7.QScintilla.Exporters.__init__

Package implementing exporters for various file formats.

Global Attributes

None

Classes

None

Functions

getExporter Module function to instantiate an exporter object for a given format.
getSupportedFormats Module function to get a dictionary of supported exporters.


getExporter

getExporter(exporterFormat, editor)

Module function to instantiate an exporter object for a given format.

exporterFormat (str)
format of the exporter
editor (QScintilla.Editor.Editor)
reference to the editor object
Return:
reference to the instanciated exporter object
Return Type:
QScintilla.Exporter.Exporter
Up


getSupportedFormats

getSupportedFormats()

Module function to get a dictionary of supported exporters.

Return:
dictionary of supported exporters. The keys are the internal format names. The items are the display strings for the exporters.
Return Type:
dict
Up