Home
last modified time | relevance | path

Searched refs:show_book (Results 1 – 15 of 15) sorted by relevance

/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/library/
H A Dannotations.py339 show_book = pyqtSignal(object, object) variable in ResultsList
389 self.show_book.emit(r['book_id'], r['format'])
605 show_book = pyqtSignal(object, object) variable in BrowsePanel
647 rl.show_book.connect(self.show_book)
767 show_book = pyqtSignal(object, object) variable in DetailsPanel
803 self.show_book.emit(self.current_result['book_id'], self.current_result['format'])
915 show_book = pyqtSignal(object, object) variable in AnnotationsBrowser
952 bp.show_book.connect(self.show_book)
961 dp.show_book.connect(self.show_book)
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/actions/
H A Dbrowse_annots.py30 self._browser.show_book.connect(self.open_book, type=Qt.ConnectionType.QueuedConnection)
/dports/games/flare-engine/flare-engine-1.12/src/
H A DGameStatePlay.cpp469 if (mapr->show_book != "") { in checkBook()
470 menu->book->book_name = mapr->show_book; in checkBook()
471 mapr->show_book = ""; in checkBook()
475 if (menu->inv->show_book != "") { in checkBook()
476 menu->book->book_name = menu->inv->show_book; in checkBook()
477 menu->inv->show_book = ""; in checkBook()
H A DMenuInventory.h139 std::string show_book; variable
H A DMapRenderer.h169 std::string show_book; variable
H A DMenuInventory.cpp65 , show_book("") in MenuInventory()
553 show_book = items->items[inventory[CARRIED][slot].item].book; in activate()
H A DEventManager.cpp970 mapr->show_book = ec->s; in executeEventInternal()
H A DMapRenderer.cpp74 , show_book("") in MapRenderer()
/dports/games/crafty/crafty-25.2_1/
H A Ddata.h144 extern int show_book;
H A Dbook.c367 if (show_book) { in Book()
571 if (show_book) { in Book()
612 if (show_book) { in Book()
H A Ddata.c666 int show_book = 0; variable
H A Doption.c3281 show_book = !show_book; in Option()
3282 if (show_book) in Option()
/dports/deskutils/calibre/calibre-src-5.34.0/src/pyj/book_list/
H A Dedit_metadata.pyj121 show_book(container_id, book_id)
1017 def show_book(container_id, book_id):
1049 show_book(container_id, int(q.book_id))
1086 show_book(container_id, book_id)
/dports/games/exult/exult-snapshot-v1.7.0.20211128/usecode/
H A Ducinternal.h98 void show_book(); // "Say" book/scroll text.
H A Ducinternal.cc598 void Usecode_internal::show_book( in show_book() function in Usecode_internal
616 show_book(); in say_string()