1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-05 19:42:17 +02:00

ContentsTree instead of ZLTextTreeModel

This commit is contained in:
Nikolay Pultsin 2012-05-13 13:42:39 +01:00
parent b783fa99b9
commit 9b22b0743a
13 changed files with 79 additions and 260 deletions

View file

@ -132,7 +132,8 @@ public:
static shared_ptr<ObjectField> Field_NativeBookModel_Book;
static shared_ptr<VoidMethod> Method_NativeBookModel_initInternalHyperlinks;
static shared_ptr<VoidMethod> Method_NativeBookModel_initTOC;
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;