|
Scribus Epub Export Plugin
|
| CEpubExport | This is the main epub export class. It gets called by EpubExportPlugin after the the export dialog |
| CEpubExportContent | Collects the content (text, images) of the epub file |
| CEpubExportDialog | Display the export dialog and prepare the values from the dialog for the EpubExportOptions structure |
| CEpubExportEpubfile | Manage the epub file lifetime and add compressed / uncompressed files to the Epub file |
| CEpubExportImage | Prepare the image for for the epub Exporting. Not used yet |
| CEpubExportOptions | The options for the Epub export, as defined in the Export dialog |
| CEpubExportPlugin | Standard entry point for the plugin; Attaches itself to the menu, shows the "Export" dialog and calls EpubExport::doExport() |
| CEpubExportStructure | Contains the structure data of the Epub file (metadata, manifest, cover, Xml files, ...) |
| CEpubExportStructureManifestItem | Data structure collecting the information for a manifest item |
| CEpubExportXhtml | Collect the content of the Xhtml files that are to be added to the epub file |
| CEpubExportZip | Extend the Zip class and allow zipping strings instead of files |
1.8.11