mirror of
https://github.com/geometer/FBReaderJ.git
synced 2025-10-05 02:39:23 +02:00
Encryption info usage (in progress)
This commit is contained in:
parent
6902f72b31
commit
746f19b874
5 changed files with 29 additions and 30 deletions
|
@ -34,6 +34,8 @@ class ZLFile;
|
|||
class BookReader;
|
||||
class XHTMLReader;
|
||||
|
||||
class EncryptionInfo;
|
||||
|
||||
class XHTMLTagAction {
|
||||
|
||||
public:
|
||||
|
@ -62,7 +64,7 @@ private:
|
|||
|
||||
public:
|
||||
XHTMLReader(BookReader &modelReader);
|
||||
bool readFile(const ZLFile &file, const std::string &referenceName);
|
||||
bool readFile(const ZLFile &file, const std::string &referenceName, shared_ptr<EncryptionInfo> encryptionInfo);
|
||||
const std::string &fileAlias(const std::string &fileName) const;
|
||||
const std::string normalizedReference(const std::string &reference) const;
|
||||
void setMarkFirstImageAsCover();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue