Manage the epub file lifetime and add compressed / uncompressed files to the Epub file.
More...
#include <epubexportEpubfile.h>
|
|
void | setFilename (QString filename) |
| |
|
void | create () |
| | Create the internal EpubExportZip file.
|
| |
|
void | close () |
| |
| void | addFile (const QString &filename, const QString &path) |
| | Add a file compressed. More...
|
| |
| void | addFileUncompressed (const QString &filename, const QString &path) |
| | Add a file uncompressed. You need this for images. More...
|
| |
| void | add (QString filename, QString content) |
| | Add a string compressed. You need this for Html content. More...
|
| |
| void | addUncompressed (QString filename, QString content) |
| | Add a string uncompressed. You need this for the manifest. More...
|
| |
|
void | addUncompressed (QString filename, QByteArray content) |
| |
Manage the epub file lifetime and add compressed / uncompressed files to the Epub file.
| void EpubExportEpubfile::add |
( |
QString |
filename, |
|
|
QString |
content |
|
) |
| |
Add a string compressed. You need this for Html content.
- Parameters
-
| filename | Path to the file in the Epub file |
| content | The content of the file to be added |
| void EpubExportEpubfile::addFile |
( |
const QString & |
filename, |
|
|
const QString & |
path |
|
) |
| |
Add a file compressed.
- Parameters
-
| filename | Path to the file in the Epub file |
| path | Path to the file to be added |
| void EpubExportEpubfile::addFileUncompressed |
( |
const QString & |
filename, |
|
|
const QString & |
path |
|
) |
| |
Add a file uncompressed. You need this for images.
- Parameters
-
| filename | Path to the file in the Epub file |
| path | Path to the file to be added |
| void EpubExportEpubfile::addUncompressed |
( |
QString |
filename, |
|
|
QString |
content |
|
) |
| |
Add a string uncompressed. You need this for the manifest.
- Parameters
-
| filename | Path to the file in the Epub file |
| content | The content of the file to be added |
The documentation for this class was generated from the following files: