Home
last modified time | relevance | path

Searched refs:current_book_data (Results 1 – 3 of 3) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/viewer/
H A Dui.py113 self.current_book_data = {}
114 get_current_book_data(self.current_book_data)
483 self.current_book_data = {}
484 get_current_book_data(self.current_book_data)
491 if self.current_book_data:
544 self.current_book_data = data
574 …self.current_book_data['book_library_details'] = get_book_library_details(self.current_book_data['…
639 if not self.current_book_data:
648 if not self.current_book_data:
654 self.current_book_data,
[all …]
H A Dannotations.py99 def save_annotations(self, current_book_data, in_book_file=True, sync_annots_user=''): argument
100 alist = tuple(annotations_as_copied_list(current_book_data['annotations_map']))
101 ebp = current_book_data['pathtoebook']
105 'annotations_path_key': current_book_data['annotations_path_key'],
106 'book_library_details': current_book_data['book_library_details'],
107 'pathtoebook': current_book_data['pathtoebook'],
H A Dweb_view.py641 def start_book_load(self, initial_position=None, highlights=None, current_book_data=None): argument