Files
libkiwix/include
Veloman Yunkan 226dac2604 LibraryManipulator is now merely a notifier
Originally `LibraryManipulator` was an abstract class completely decoupled
from `Library`. Its `addBookToLibrary()` and `addBookmarkToLibrary()`
methods could be defined in an arbitrary way. Now `LibraryManipulator` has to be
bound to a library object, those methods are no longer virtual, they always
update the library and allow for some additional actions via virtual
functions `bookWasAddedToLibrary()` and `bookmarkWasAddedToLibrary()`.
2021-11-30 18:20:27 +04:00
..
2018-12-02 15:47:29 +01:00
2021-05-23 21:46:52 +02:00
2019-10-28 15:56:49 +01:00
2021-04-28 11:42:55 +04:00
2021-06-30 18:27:00 +02:00
2021-08-14 22:26:39 +05:30
2021-10-12 19:44:05 +05:30