mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Encapsulated access to Book::m_illustration
This commit is contained in:
@ -107,10 +107,12 @@ class Book
|
||||
void setSize(uint64_t size) { m_size = size; }
|
||||
void setDownloadId(const std::string& downloadId) { m_downloadId = downloadId; }
|
||||
|
||||
private:
|
||||
private: // functions
|
||||
std::string getCategoryFromTags() const;
|
||||
const Illustration& getDefaultIllustration() const;
|
||||
Illustration& getMutableDefaultIllustration();
|
||||
|
||||
protected:
|
||||
protected: // data
|
||||
std::string m_id;
|
||||
std::string m_downloadId;
|
||||
std::string m_path;
|
||||
|
Reference in New Issue
Block a user