mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-04 02:09:35 +02:00
unused class hierarchy has gone
This commit is contained in:
parent
3256027dd8
commit
3f34cd6c9b
7 changed files with 130 additions and 202 deletions
|
@ -88,7 +88,7 @@ public:
|
|||
static JavaClass Class_Paths;
|
||||
static JavaClass Class_Book;
|
||||
static JavaClass Class_Tag;
|
||||
static JavaClass Class_NativeBookModel;
|
||||
static JavaClass Class_BookModel;
|
||||
//static JavaClass Class_BookReadingException;
|
||||
|
||||
static shared_ptr<StringMethod> Method_java_lang_String_toLowerCase;
|
||||
|
@ -155,16 +155,16 @@ public:
|
|||
|
||||
static shared_ptr<StaticObjectMethod> StaticMethod_Tag_getTag;
|
||||
|
||||
static shared_ptr<ObjectField> Field_NativeBookModel_Book;
|
||||
static shared_ptr<VoidMethod> Method_NativeBookModel_initInternalHyperlinks;
|
||||
static shared_ptr<VoidMethod> Method_NativeBookModel_addTOCItem;
|
||||
static shared_ptr<VoidMethod> Method_NativeBookModel_leaveTOCItem;
|
||||
static shared_ptr<ObjectMethod> Method_NativeBookModel_createTextModel;
|
||||
static shared_ptr<VoidMethod> Method_NativeBookModel_setBookTextModel;
|
||||
static shared_ptr<VoidMethod> Method_NativeBookModel_setFootnoteModel;
|
||||
static shared_ptr<VoidMethod> Method_NativeBookModel_addImage;
|
||||
static shared_ptr<VoidMethod> Method_NativeBookModel_registerFontFamilyList;
|
||||
static shared_ptr<VoidMethod> Method_NativeBookModel_registerFontEntry;
|
||||
static shared_ptr<ObjectField> Field_BookModel_Book;
|
||||
static shared_ptr<VoidMethod> Method_BookModel_initInternalHyperlinks;
|
||||
static shared_ptr<VoidMethod> Method_BookModel_addTOCItem;
|
||||
static shared_ptr<VoidMethod> Method_BookModel_leaveTOCItem;
|
||||
static shared_ptr<ObjectMethod> Method_BookModel_createTextModel;
|
||||
static shared_ptr<VoidMethod> Method_BookModel_setBookTextModel;
|
||||
static shared_ptr<VoidMethod> Method_BookModel_setFootnoteModel;
|
||||
static shared_ptr<VoidMethod> Method_BookModel_addImage;
|
||||
static shared_ptr<VoidMethod> Method_BookModel_registerFontFamilyList;
|
||||
static shared_ptr<VoidMethod> Method_BookModel_registerFontEntry;
|
||||
|
||||
public:
|
||||
static bool init(JavaVM* jvm);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue