Scribus Epub Export Plugin
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
 CEpubExportThis is the main epub export class. It gets called by EpubExportPlugin after the the export dialog
 CEpubExportContentCollects the content (text, images) of the epub file
 CEpubExportDialogDisplay the export dialog and prepare the values from the dialog for the EpubExportOptions structure
 CEpubExportEpubfileManage the epub file lifetime and add compressed / uncompressed files to the Epub file
 CEpubExportImagePrepare the image for for the epub Exporting. Not used yet
 CEpubExportOptionsThe options for the Epub export, as defined in the Export dialog
 CEpubExportPluginStandard entry point for the plugin; Attaches itself to the menu, shows the "Export" dialog and calls EpubExport::doExport()
 CEpubExportStructureContains the structure data of the Epub file (metadata, manifest, cover, Xml files, ...)
 CEpubExportStructureManifestItemData structure collecting the information for a manifest item
 CEpubExportXhtmlCollect the content of the Xhtml files that are to be added to the epub file
 CEpubExportZipExtend the Zip class and allow zipping strings instead of files