|
Scribus Epub Export Plugin
|
Collects the content (text, images) of the epub file. More...
#include <epubexportContent.h>


Public Member Functions | |
| void | setDocument (ScribusAPIDocument *scribusDocument) |
| Pass the current document to the content class. | |
| void | fillEpub (EpubExportEpubfile *epub, EpubExportStructure *structure) |
| Get the Epub file and structure and fill them with the content. More... | |
Collects the content (text, images) of the epub file.
| void EpubExportContent::fillEpub | ( | EpubExportEpubfile * | epub, |
| EpubExportStructure * | structure | ||
| ) |
Get the Epub file and structure and fill them with the content.
For each section of scribusDocument, create an xhtml file that gets added to the epub file. Fhe content is retrieved by looping through the pages and adding each item sequentially to the xhtml structure
This function is called by EpubExport::doExport().
The class member scribusDocument must be set before calling fillEpub()
The parameters are the passed by reference and are the result.
| epub | The epub file to be filled. |
| structure | The structure containing the manifest where each xhtml and image files are added. |
1.8.11