|
EBOOK-TOOLS
|

Go to the source code of this file.
Macros | |
| #define | EPUB_EXPORT |
Enumerations | |
| enum | eiterator_type { EITERATOR_SPINE , EITERATOR_LINEAR , EITERATOR_NONLINEAR } |
| Ebook Iterator types. More... | |
| enum | epub_metadata { EPUB_ID , EPUB_TITLE , EPUB_CREATOR , EPUB_CONTRIB , EPUB_SUBJECT , EPUB_PUBLISHER , EPUB_DESCRIPTION , EPUB_DATE , EPUB_TYPE , EPUB_FORMAT , EPUB_SOURCE , EPUB_LANG , EPUB_RELATION , EPUB_COVERAGE , EPUB_RIGHTS , EPUB_META } |
| Metadata types. More... | |
| enum | titerator_type { TITERATOR_NAVMAP , TITERATOR_GUIDE , TITERATOR_PAGES } |
| Ebook Table Of Content Iterator types. More... | |
| #define EPUB_EXPORT |
Definition at line 11 of file epub_shared.h.
Referenced by epub_cleanup(), epub_close(), epub_dump(), epub_free_iterator(), epub_free_titerator(), epub_get_data(), epub_get_iterator(), epub_get_metadata(), epub_get_ocf_file(), epub_get_titerator(), epub_it_get_curr(), epub_it_get_curr_url(), epub_it_get_next(), epub_open(), epub_set_debug(), epub_tit_curr_valid(), epub_tit_get_curr_depth(), epub_tit_get_curr_label(), epub_tit_get_curr_link(), and epub_tit_next().
| enum eiterator_type |
Ebook Iterator types.
| Enumerator | |
|---|---|
| EITERATOR_SPINE | all the spine |
| EITERATOR_LINEAR | the linear reading spine parts |
| EITERATOR_NONLINEAR | the non linear reading spine parts |
Definition at line 39 of file epub_shared.h.
| enum epub_metadata |
Metadata types.
Definition at line 17 of file epub_shared.h.
| enum titerator_type |
Ebook Table Of Content Iterator types.
| Enumerator | |
|---|---|
| TITERATOR_NAVMAP | Navigation map. |
| TITERATOR_GUIDE | Guide to the ebook parts. |
| TITERATOR_PAGES | The pages of the ebook. |
Definition at line 49 of file epub_shared.h.