mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-06 03:50:19 +02:00
disk-based image map has gone
This commit is contained in:
parent
e65cb4a501
commit
5518e9ef78
19 changed files with 79 additions and 378 deletions
|
@ -40,6 +40,7 @@ public:
|
|||
static const char * const Class_java_io_PrintStream;
|
||||
static const char * const Class_ZLibrary;
|
||||
static const char * const Class_ZLFile;
|
||||
static const char * const Class_ZLFileImage;
|
||||
static const char * const Class_NativeFormatPlugin;
|
||||
static const char * const Class_PluginCollection;
|
||||
static const char * const Class_Encoding;
|
||||
|
@ -76,6 +77,8 @@ public:
|
|||
static jmethodID MID_ZLFile_isDirectory;
|
||||
static jmethodID MID_ZLFile_size;
|
||||
|
||||
static jmethodID MID_ZLFileImage_init;
|
||||
|
||||
static jmethodID MID_NativeFormatPlugin_init;
|
||||
static jmethodID MID_NativeFormatPlugin_supportedFileType;
|
||||
|
||||
|
@ -109,12 +112,12 @@ public:
|
|||
static jmethodID SMID_Tag_getTag;
|
||||
|
||||
static jfieldID FID_NativeBookModel_Book;
|
||||
static jmethodID MID_NativeBookModel_initImageMap;
|
||||
static jmethodID MID_NativeBookModel_initInternalHyperlinks;
|
||||
static jmethodID MID_NativeBookModel_initTOC;
|
||||
static jmethodID MID_NativeBookModel_createTextModel;
|
||||
static jmethodID MID_NativeBookModel_setBookTextModel;
|
||||
static jmethodID MID_NativeBookModel_setFootnoteModel;
|
||||
static jmethodID MID_NativeBookModel_addImage;
|
||||
|
||||
static jmethodID SMID_BookReadingException_throwForFile;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue