#include "wx/dynarray.h"#include "wx/variant.h"#include "imageutils/imageblock.h"#include "datautils/stringtable.h"#include "xmlutils/xmlparser.h"#include "epubutils/epub_property.h"Go to the source code of this file.
Classes | |
| class | ebElementInstance |
| class | ebElement |
| class | ebBasicInfo |
| class | ebEpubOptions |
| class | ebHtmlFile |
| class | ebFileLocations |
| class | ebGeneratedContentInfo |
| class | ebEpubGenerator |
| class | ebEpubParser |
Defines | |
| #define | ebUSE_COMPLEX_ATTRIBUTES 1 |
| #define | ebEPUB_OUTPUT_ERRORS_ONLY 0 |
| #define | ebEPUB_OUTPUT_ERRORS_AND_WARNINGS 1 |
| #define | ebEPUB_OUTPUT_VERBOSE 2 |
| #define | ebHTML_CONVERSION_FIRST_LINE_IS_TITLE 0x01 |
| Convert from a text file to an HTML file. | |
| #define | ebHTML_CONVERSION_ALLOW_HTML_IN_TEXT 0x02 |
Functions | |
| WX_DECLARE_OBJARRAY (wxVariant, wxVariantArray) | |
| WX_DECLARE_OBJARRAY (ebElementInstance, ebElementInstanceArray) | |
| WX_DEFINE_ARRAY_PTR (ebElement *, ebElementPtrArray) | |
| WX_DECLARE_OBJARRAY (ebHtmlFile, ebHtmlFileArray) | |
| wxString | ebFindTag (const wxString &str, const wxString &tag) |
| wxString | ebFindTag (wxString &str, const wxString &tag) |
| wxString | ebFindTitle (const wxString &htmlFilename) |
| wxString | ebMakeRelative (const wxString &filename, const wxString &relativeTo) |
| Return a relative file. | |
| #define ebEPUB_OUTPUT_ERRORS_AND_WARNINGS 1 |
| #define ebEPUB_OUTPUT_ERRORS_ONLY 0 |
.epub generator
| #define ebEPUB_OUTPUT_VERBOSE 2 |
| #define ebHTML_CONVERSION_ALLOW_HTML_IN_TEXT 0x02 |
| #define ebHTML_CONVERSION_FIRST_LINE_IS_TITLE 0x01 |
Convert from a text file to an HTML file.
| #define ebUSE_COMPLEX_ATTRIBUTES 1 |
| wxString ebFindTag | ( | wxString & | str, | |
| const wxString & | tag | |||
| ) |
| wxString ebFindTag | ( | const wxString & | str, | |
| const wxString & | tag | |||
| ) |
| wxString ebFindTitle | ( | const wxString & | htmlFilename | ) |
| wxString ebMakeRelative | ( | const wxString & | filename, | |
| const wxString & | relativeTo | |||
| ) |
Return a relative file.
| WX_DECLARE_OBJARRAY | ( | ebHtmlFile | , | |
| ebHtmlFileArray | ||||
| ) |
| WX_DECLARE_OBJARRAY | ( | ebElementInstance | , | |
| ebElementInstanceArray | ||||
| ) |
| WX_DECLARE_OBJARRAY | ( | wxVariant | , | |
| wxVariantArray | ||||
| ) |
| WX_DEFINE_ARRAY_PTR | ( | ebElement * | , | |
| ebElementPtrArray | ||||
| ) |
1.5.8